Search found 8 matches

by Sid
Fri Feb 25, 2005 10:10 pm
Forum: Beginners Help
Topic: [SOLVED] Need help to solve a compile error.
Replies: 1
Views: 248

Hi,
i solved it, i just had to write a wrapper function ;)

sid
by Sid
Fri Feb 25, 2005 8:23 pm
Forum: Off-topic
Topic: Linux development tools
Replies: 26
Views: 2130

I dont use any ide (as long as vim isn't an ide ;)), but you could use Anjuta, as said before, or Kdevelop, or eclipse, or maybe kylix or emacs :wink:
by Sid
Fri Feb 25, 2005 8:22 pm
Forum: Off-topic
Topic: Linux development tools
Replies: 26
Views: 2130

I dont use any ide (as long as vim isn't an ide ;)), but you could use Anjuta, as said before, or Kdevelop, or eclipse, or maybe kylix or emacs :wink:
by Sid
Thu Feb 24, 2005 9:15 pm
Forum: Beginners Help
Topic: setting up irrlicht 0.8 in linux
Replies: 6
Views: 532

I'm a debian user, no gentoo, but i dont think it will be updated, because it doesnt need to be updated, its not a bug in libjpeg, just different versions in the irrlicht-libjpeg header and the libjpeg installed on your system. Try to replace _all_ libjpegs on your system with the irrlicht libjpeg. ...
by Sid
Thu Feb 24, 2005 9:05 pm
Forum: Beginners Help
Topic: [SOLVED] Need help to solve a compile error.
Replies: 1
Views: 248

[SOLVED] Need help to solve a compile error.

Hi, i need some help to solve a simple compile error: sid@debian:~/irrlicht/irrlicht-0.8/examples/ode$ make g++ odeirr.cc main.cc evrec.cc -o main -I"../../include" -I"/usr/X11R6/include" -L"../../lib" -L"/usr/X11R6/lib" -lode -lIrrlicht -lGL -lXxf86vm -lXext ...
by Sid
Thu Feb 24, 2005 8:54 pm
Forum: Beginners Help
Topic: setting up irrlicht 0.8 in linux
Replies: 6
Views: 532

Hi,
i had the same problem a few minutes ago ;)

I had just to copy the irrlicht libjpeg.a to some folders (/usr/local/lib), and it worked. Its because of a wrong version of libjpeg.

Sid
by Sid
Thu Feb 24, 2005 5:30 pm
Forum: Off-topic
Topic: Which 3d modeller do you use? (just linux)
Replies: 21
Views: 1843

Which 3d modeller do you use? (just linux)

Hi,
which linux 3d modeller do you use? I tried blender (i dont like it), and wings 3d, which is really good for small objects, but not for levels, etc.

thanks,
Sid
by Sid
Mon Feb 14, 2005 1:24 pm
Forum: Beginners Help
Topic: A little example for ode useage with linux?
Replies: 0
Views: 200

A little example for ode useage with linux?

Hi, has somebody a little example program for me, showing how to use ode with linux. Ive read the ode integration tutorial, but the code does not compile with the gcc, and im, not able to port it to linux ;) I just need the code + media, i got ode working with anjuta, thats not the problem. thanks, ...