[Bug 18825] New: winemaker: Extract more information from vcproj
http://bugs.winehq.org/show_bug.cgi?id=18825 Summary: winemaker: Extract more information from vcproj Product: Wine Version: 1.1.23 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ivan1986(a)list.ru CC: nerv(a)dawncrow.de Hello i try build miranda IM from SVN in bug 230(http://bugs.winehq.org/show_bug.cgi?id=230) what i do: svn co https://svn.sourceforge.net/svnroot/miranda/trunk cd trunk/miranda/bin8 winemaker miranda32.sln than i run make and got error: ... main.o: In function `WinMain': main.cpp:(.text+0x66): undefined reference to `InitCommonControls' ... InitCommonControls() is function from comctl32.dll dbtool_8.vcproj: ... <Tool Name="VCLinkerTool" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" SuppressStartupBanner="true" ... when i add comctl32 to MakeFile (dbtool_exe_DLLS) manual this path goung ok But another undefined reference is still write. Also i get strange linker error: openerror.cpp:(.text+0x43b): undefined reference to `mmi' openerror.cpp:(.text+0x47a): undefined reference to `utfi' mmi and utfi is global variables, but i not find where they declared in include files, in VS.NET 8.0 (2005) project build normal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from André H. <nerv(a)dawncrow.de> 2009-08-09 08:31:37 --- should be fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 ivan1986 <ivan1986(a)list.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #2 from ivan1986 <ivan1986(a)list.ru> 2009-08-09 15:38:21 --- last change in git 2 days ago Alexandre Julliard Release 1.1.27. master wine-1.1.27 commit | commitdiff | tree | snapshot %wine --version wine-1.1.27 in same files run "winemaker miranda32.sln" and make - the same error -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW Component|-unknown |tools Ever Confirmed|0 |1 Severity|normal |enhancement --- Comment #3 from André H. <nerv(a)dawncrow.de> 2009-08-10 10:57:23 --- confirming patch sent: http://www.winehq.org/pipermail/wine-patches/2009-August/076830.html this fixes the InitCommonControls Problem i will have a look at the mmi and utfi thing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 ivan1986 <ivan1986(a)list.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from ivan1986 <ivan1986(a)list.ru> 2009-08-10 11:35:20 --- Ok, it work -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-08-10 11:40:32 --- Not fixed until patch goes to git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 --- Comment #6 from André H. <nerv(a)dawncrow.de> 2009-08-10 11:43:21 --- the mmi and utfi problems can be worked around by removing the problematic line out of m_system.h -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from André H. <nerv(a)dawncrow.de> 2009-08-11 13:31:03 --- winemaker 0.7.3 is in git now, will be marked closed with release wine-1.1.28 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=18825 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-21 12:52:42 --- Closing bugs fixed in 1.1.28. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
https://bugs.winehq.org/show_bug.cgi?id=18825 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c9cea6f2942eedcb3683097deab | |c7071c243fd98 -- 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.
participants (1)
-
wine-bugs@winehq.org