Search found 14 matches

by budword
Fri Sep 14, 2007 10:58 am
Forum: Beginners Help
Topic: svnnew error, directory does not exist
Replies: 1
Views: 222

svnnew error, directory does not exist

Hi, I'm trying to build the Demo from the examples, using codeblocks on Kubuntu Edgy. I'm getting the following errors.

g++: .objs/irrlicht-svnnew/irrlicht/examples/Demo/CDemo.o: No such file of directory
g++: .objs/irrlicht-svnnew/irrlicht/examples/Demo/CMainMenu.cpp: No such file of directory
g ...
by budword
Sat Aug 18, 2007 11:41 pm
Forum: Beginners Help
Topic: demo problem compiling in Linux with codeblocks....
Replies: 8
Views: 1164

I've already done some of this....

I've already used codeblocks to build the hello world example, and solved a few minor bugs, so I know that part is working at least. I did copy the irrlicht.a to /usr/lobal/lib, but still came out with a bunch of errors, that I had before I defined the correct lib locations in codeblocks, so I don't ...
by budword
Sat Aug 18, 2007 6:50 pm
Forum: Beginners Help
Topic: demo problem compiling in Linux with codeblocks....
Replies: 8
Views: 1164

Any make experts out there ?

I don't mind using the command line at all, but I don't know anything about make. Is there an option with make to identify the include folder of irrlicht ? And all the other lib's I have to define in the build options of codeblocks ? Or is that what a makefile is for ? Just for the demo project in ...
by budword
Sat Aug 18, 2007 1:15 am
Forum: Beginners Help
Topic: demo problem compiling in Linux with codeblocks....
Replies: 8
Views: 1164

demo problem compiling in Linux with codeblocks....

I'm trying to get the demo from examples to run on Kubuntu, coding with codeblocks. I opened up the source with codeblocks, when I compiled, I got some errors about irrklang, I downloaded irrklang, (found no linux binarys though), and added them to the search path, and compiled again, this time it ...
by budword
Sat Aug 18, 2007 12:50 am
Forum: Beginners Help
Topic: Make problem in linux
Replies: 3
Views: 561

what ide do you use...

Did you put the correct path to the irrlicht/include folder ? I got many of the same errors because I hadn't set up codeblocks correctly, and got some help here to correct it. You would have to enter it as a search path for the compiler, I think it was. I'm new, so take this with a grain of salt or ...
by budword
Fri Aug 17, 2007 4:26 am
Forum: Beginners Help
Topic: smallest possible code example for Irrlicht and codeblocks
Replies: 3
Views: 573

That was it... thank you very much.....

That did the trick, thanks much.... :)

Do you know off hand what I would have to change to compile a example.exe, for windows, using directX, or openGL ?

I prefer to use Linux tools, but I want my project to be playable on windows and linux.

Thank you for your help...

David

P.S. Oh, and one ...
by budword
Fri Aug 17, 2007 3:04 am
Forum: Beginners Help
Topic: smallest possible code example for Irrlicht and codeblocks
Replies: 3
Views: 573

smallest possible code example for Irrlicht and codeblocks

Hi, I'm trying to learn to use Irrlicht and codeblocks. It hasn't been going well. I finally got codeblocks to compile some simple c++, so that at least is set up right. I have run irrlicht from the command line, so I'm pretty sure that is setup. Now my problem is getting them to work together.

I ...
by budword
Fri Aug 10, 2007 3:36 pm
Forum: Beginners Help
Topic: Suggestions for a good Linux IDE for writing a fps game.....
Replies: 11
Views: 1289

Why ?

Why would one IDE be better than another depending on what type of game you are writing ? FPS vs RPG ?

Thanks much....

David
by budword
Fri Aug 10, 2007 12:05 am
Forum: Beginners Help
Topic: Suggestions for a good Linux IDE for writing a fps game.....
Replies: 11
Views: 1289

What does Makefile and gdb do.....

I've used vim quite a bit, have the basics down pat, and I think it's great for editing small files quick. I've never used it on anything large. I just thought I should use an IDE because most of the tutorials I've seen on the net use them, and I've never written a make file, the IDE does the heavy ...
by budword
Thu Aug 09, 2007 7:23 pm
Forum: Beginners Help
Topic: Suggestions for a good Linux IDE for writing a fps game.....
Replies: 11
Views: 1289

Suggestions for a good Linux IDE for writing a fps game.....

Hi, I am asking for your opinions on your favorite IDE's, and the reasons you prefer them over others. I want to use linux to develop my fps, but I"m open to using winXP if there are advantages. I've messed about with eclipse a bit, but it seems very very slow.

So, what is your favorite IDE ? Which ...
by budword
Thu Aug 09, 2007 6:47 pm
Forum: Beginners Help
Topic: Linux install set up compilation problems....
Replies: 7
Views: 473

Thanks much...

Thank you for all your help. I will get irrkang installed, and see if that does the trick for me.

On another note, can you reccemend an IDE to use with irrlicht, I prefer to use linux, but I can use winXP if I have to. I did try to set up visual studio express, but was unable to get that working ...
by budword
Wed Aug 08, 2007 9:42 pm
Forum: Beginners Help
Topic: Linux install set up compilation problems....
Replies: 7
Views: 473

Thank you...

Hi, I did get the examples working, via the command line. All of them. So that means I have irrlicht set up correctly (I think), and now my problem is finding a way to set up eclipse or kdevelop correctly. When I build the examples I got these error messeges. Does anything jump out at you as a ...
by budword
Wed Aug 08, 2007 9:07 pm
Forum: Beginners Help
Topic: Linux install set up compilation problems....
Replies: 7
Views: 473

thank you....

I did use the ./buildAllExamples.sh . That did put a bunch of binarys in bin, but when I click on them, none of them work, except helloworld works a bit, a new window opens up, but the expected 3d model isn't in it. The others don't work at all....

I did try to run a short simple c++ program in ...
by budword
Wed Aug 08, 2007 5:04 pm
Forum: Beginners Help
Topic: Linux install set up compilation problems....
Replies: 7
Views: 473

Linux install set up compilation problems....

I'm new, so please forgive my ignorance. I'm trying to set up irrlicht on Kubuntu 7.04. I downloaded the source, tried make. Came out with many errors. Installed a bunch of dependencies via apt. Tried make again, this time there were no errors, just a confirmation that a library was copied, but ...