c++.wxwindows - Make file failed when compiling wxWidgets
- gordon perridot.com May 26 2004
- chris elliott <biol75 york.ac.uk> May 26 2004
- gordon perridot.com May 27 2004
- Cesar Rabak <crabak acm.org> May 27 2004
- chris elliott <biol75 york.ac.uk> May 30 2004
- gordon perridot.com Jun 01 2004
- "Włodzimierz Skiba" <abx abx.art.pl> Jun 01 2004
when i type make -f makefile.sc it show me: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error: 'implib' not found What can i do now? Thank you.
May 26 2004
you need basic utiliites free at http://www.digitalmars.com/download/freecompiler.html ftp://ftp.digitalmars.com/bup.zip chris gordon perridot.com wrote:when i type make -f makefile.sc it show me: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error: 'implib' not found What can i do now? Thank you.
May 26 2004
Hi, it still same, still prompt me this error message: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error(6): Error: cannot open '..\..\lib\_sc\shell32_sc.def Thank you... In article <c92chu$254b$1 digitaldaemon.com>, chris elliott says...you need basic utiliites free at http://www.digitalmars.com/download/freecompiler.html ftp://ftp.digitalmars.com/bup.zip chris gordon perridot.com wrote:when i type make -f makefile.sc it show me: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error: 'implib' not found What can i do now? Thank you.
May 27 2004
gordon perridot.com escreveu:Hi, it still same, still prompt me this error message: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error(6): Error: cannot open '..\..\lib\_sc\shell32_sc.def
Now the error says implib cannot find a def file: does it exist? -- Cesar Rabak
May 27 2004
Cesar Rabak wrote:gordon perridot.com escreveu:Hi, it still same, still prompt me this error message: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error(6): Error: cannot open '..\..\lib\_sc\shell32_sc.def
Now the error says implib cannot find a def file: does it exist? -- Cesar Rabak
did you download; 2.4.2 should have 3 or 4 wxWindows/lib/_sc/*.def files In version 2.5.1 / CVS head I think they may have been removed, and you need to download the new makefiles http://biolpc22.york.ac.uk/pub/2.5.1/wxMSW-2.5.1-dmc.zip and follow the make -f makefile.dmc instructions (see wxWindwos/docs/msw/install.txt chris
May 30 2004
Great, it works, thank you. But, why still prompt me error? : Error: don't know how to make '..\..\src\common\gzstream.cpp' Thank you. In article <40BA2393.5070200 york.ac.uk>, chris elliott says...Cesar Rabak wrote:gordon perridot.com escreveu:Hi, it still same, still prompt me this error message: implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell_sc.def Error(6): Error: cannot open '..\..\lib\_sc\shell32_sc.def
Now the error says implib cannot find a def file: does it exist? -- Cesar Rabak
did you download; 2.4.2 should have 3 or 4 wxWindows/lib/_sc/*.def files In version 2.5.1 / CVS head I think they may have been removed, and you need to download the new makefiles http://biolpc22.york.ac.uk/pub/2.5.1/wxMSW-2.5.1-dmc.zip and follow the make -f makefile.dmc instructions (see wxWindwos/docs/msw/install.txt chris
Jun 01 2004
gordon perridot.com wrote in news:c9i2hb$160u$1 digitaldaemon.com:Error: don't know how to make '..\..\src\common\gzstream.cpp'
IIRC gzstream.cpp was some time ago removed from source tree. Most probably makefiles are not updated. ABX
Jun 01 2004








"Włodzimierz Skiba" <abx abx.art.pl>