www.digitalmars.com         C & C++   DMDScript  

c++ - Compile Problem

reply ben <zander echotech.ca> writes:
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
next sibling parent ben <zander echotech.ca> writes:
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
This 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
prev sibling parent Jan Knepper <jan smartsoft.cc> writes:
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