www.digitalmars.com         C & C++   DMDScript  

c++.wxwindows - Make file failed when compiling wxWidgets

reply gordon perridot.com writes:
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
parent reply chris elliott <biol75 york.ac.uk> writes:
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
parent reply gordon perridot.com writes:
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
parent reply Cesar Rabak <crabak acm.org> writes:
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
parent reply chris elliott <biol75 york.ac.uk> writes:
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
what is in your wxWindows/lib directory ?? which version of wxWindwos 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
parent reply gordon perridot.com writes:
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
what is in your wxWindows/lib directory ?? which version of wxWindwos 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
parent "Włodzimierz Skiba" <abx abx.art.pl> writes:
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