Thread overview
Compile Problem
Aug 23, 2002
ben
Aug 23, 2002
ben
Aug 23, 2002
Jan Knepper
August 23, 2002
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
August 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

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

August 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