c++ - Compile Problem
- ben (7/7) Aug 23 2002 Hello Everybody..
- ben (8/19) Aug 23 2002 This is the error message I get..
- Jan Knepper (6/13) Aug 23 2002 Are you sure you posted this in the right newsgroup?
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 BenThis is the error message I get.. world.cpp: In method `void eeWorld::update()': world.cpp:35: ANSI C++ forbids implicit conversion from `void *' in assignment make[1]: *** [world.o] Error 1 make[1]: Leaving directory `/home/ben/src/emotion/emotion' make: *** [all-recursive] Error 1
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