[Bug 37224] winemaker generated wine.dsw fails to load with Visual Express 2005

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 8 13:10:46 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37224

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
(In reply to André H. from comment #1)
> could you please delete parts of the file until you find the bad line?
> (do it like a bisect)

Between amstream and apphelp, there are several empty projects like:
###############################################################################

Project: ""=.\ - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
    Begin Project Dependency
    Project_Dep_Name include
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name wine
    End Project Dependency
    Begin Project Dependency
    Project_Dep_Name winebuild
    End Project Dependency
}}}

that seems to be the first issue. When generating the msvc files, I see several
warnings from perl:
[austin at localhost wine-vc]$ ./tools/winapi/msvcmaker 
wine.dswUse of uninitialized value $project in string eq at
./tools/winapi/msvcmaker line 1103.
Use of uninitialized value $project in string eq at ./tools/winapi/msvcmaker
line 1105.
Use of uninitialized value $project in pattern match (m//) at
./tools/winapi/msvcmaker line 1107.
Use of uninitialized value $project in pattern match (m//) at
./tools/winapi/msvcmaker line 1113.
Use of uninitialized value $dsp_file in concatenation (.) or string at
./tools/winapi/msvcmaker line 1043.
Use of uninitialized value $project in concatenation (.) or string at
./tools/winapi/msvcmaker line 1050.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list