|
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++.windows.32-bits - make usage?
Hello, I can't find a place to get any help with this so i'm asking here, also I couldn't search this forum, so I couldn't any information on this problem here, or on groups.google.com anyways, my problem is such that when i attempt to do a make on the c++ win32 sample GEN32 using DMC, i always get this error: "Error on line 22: expecting target : dependencies" I really can't figure out what the problem is, and i don't even know the correct syntax i should be using, i've tried a lot of variations like C:\cpp\GEN32>"c:\dm\bin\make" -f makefile C:\cpp\GEN32>"c:\dm\bin\make" -f gen32.mak C:\cpp\GEN32>"c:\dm\bin\make" all -f makefile and so on... anyone know how to get it working? tnx rjm Jun 20 2006
|