Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Anyone know how to fix this ?
Hi wonder if someone can help on this one First off I doenloaded the wx2.41 release of wxwin and tried to compile with the /src/msw/makwfile.sc and got hundreds of errors, so I downloaded the latest cvs release and then tried to build wxwindows again This time it gets a lot further than it did, I am fairly new to C/C++ and cant fix these errors myself :( I am using the src/msw/makefile.sc file as I was unable to dind the makefile.dm that was suggested in the install.txt file it just does not exist anywhere !! My machine is a xp2500+, 1 gig ram, winXP pro, 40gig ide drive and digital mars cd release 8.34, which does work, as I have successfully built many C++ programs with it and the idde. here is an output of the first error I get, I can fix this by commenting out the offending lines, but I am sure this is a bad thing to be doing ?? implib /s ..\..\lib\shell32_sc ..\..\lib\_sc\shell32_sc.def Digital Mars Import Library Manager Version 7.6B1n Copyright (C) Digital Mars 2000. All Rights Reserved. Output is a Windows NT import library. Digital Mars Import Library Creator complete. implib /s ..\..\lib\wsock32_sc ..\..\lib\_sc\wsock32_sc.def Digital Mars Import Library Manager Version 7.6B1n Copyright (C) Digital Mars 2000. All Rights Reserved. Output is a Windows NT import library. Digital Mars Import Library Creator complete. dmc -cpp -Ae -Ar -mn -D_WINDOWS -6 -a8 -Nc -c -H -HD..\..\d_mars -HO- -DWXMSW -D__WIN32__ -D__WIN95__ -D__WXDEBUG__ -I..\..\include -I..\..\lib\_sc -I..\..\contrib\include Aug 10 2003
In article <bh6cti$2akn$1 digitaldaemon.com>, Yeric says...Hi wonder if someone can help on this one First off I doenloaded the wx2.41 release of wxwin and tried to compile with the /src/msw/makwfile.sc and got hundreds of errors, so I downloaded the latest cvs release and then tried to build wxwindows again Aug 11 2003
wxWindows-2.4.1 has no support for DMC 8.34. Aug 11 2003
|