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++ - Compile Problem
Hello Everybody.. I am working on a game engine and I can nolonger compile something that worked before.. I can't find anything wrong, can someone have a look in linux.. http://ben.echotech.ca/plib/emotion-0.8.tar.gz You will need plib, lua and libxml. Thanks Ben Aug 23 2002
ben wrote:Hello Everybody.. I am working on a game engine and I can nolonger compile something that worked before.. I can't find anything wrong, can someone have a look in linux.. http://ben.echotech.ca/plib/emotion-0.8.tar.gz You will need plib, lua and libxml. Thanks Ben Aug 23 2002
Are you sure you posted this in the right newsgroup? The messages seems like a GCC message, not a DMC++ message. Anyways, see where you assign something from or to a 'void *'. And CAST it as that seems to be the problem. Jan ben wrote:Hello Everybody.. I am working on a game engine and I can nolonger compile something that worked before.. I can't find anything wrong, can someone have a look in linux.. http://ben.echotech.ca/plib/emotion-0.8.tar.gz You will need plib, lua and libxml. Thanks Ben Aug 23 2002
|