[Bug 230] winemaker: Extract more information from the source files

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 9 15:45:21 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=230





--- Comment #7 from ivan1986 <ivan1986 at list.ru>  2009-05-09 15:45:16 ---
i try build miranda IM from SVN

what i do:
svn co https://svn.sourceforge.net/svnroot/miranda/trunk 
cd trunk/miranda/bin8
winemaker miranda32.sln

than i run make

...
worker.cpp:(.text+0x8e): undefined reference to `AddToStatus(unsigned int,
char*, ...)'                                                                    
...
collect2: ld returned 1 exit status
winegcc: g++ failed
make[1]: *** [dbtool.exe.so] Ошибка 2
make[1]: Leaving directory `/data/soft/pkg/miranda/trunk/miranda-tools/dbtool'

in progress.cpp:
int AddToStatus(DWORD flags, TCHAR* fmt,...)

dbtool_exe_CXX_SRCS   = disk.cpp \
                        langpack.cpp \
                        main.cpp \
                        wizard.cpp \
                        worker.cpp

dbtool_8.vcproj:
...
                        <Filter
                                Name="Wizard Pages"
                                >
...
                                <File
                                        RelativePath="progress.cpp"
                                        >
...


-- 
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.


More information about the wine-bugs mailing list