www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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

↑ ↓ ← 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
→ 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
→ 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