Search found 41 matches

by superegg
Mon Mar 24, 2008 9:01 pm
Forum: Developers' Journals
Topic: HUD
Replies: 37
Views: 53264

Well, the problem is surely LINKING. In the last version of orxonox, the class HUD worked. So I copied this class to a class named HUD2 and also changed several things in orxonox.cc . Anyway, HUD2 doesn't work anymore, although it exactly has the same code as the original one. Do I have to change an...
by superegg
Sun Mar 23, 2008 12:14 pm
Forum: Developers' Journals
Topic: HUD
Replies: 37
Views: 53264

No it's not the problem. This will cause an error while the program is being compiled, but the compilation ran very well. The error just occured by linking codes to each other.
by superegg
Sat Mar 22, 2008 11:57 pm
Forum: Developers' Journals
Topic: HUD
Replies: 37
Views: 53264

Now I just tried another possibility: I put this overlayElement as a public variable of the Bar class, so that it can be used by "Bar b->element". Anyway, I still got this error message "Undefined Reference to <any function of Bar>". This error message comes out, after codes have been compiled and a...
by superegg
Sat Mar 22, 2008 12:53 pm
Forum: Developers' Journals
Topic: HUD
Replies: 37
Views: 53264

I just found out that it will not be possible to write a class such as Class Bar, because no constructor can be made. Bar's "motherclass" Ogre::OverlayElement does not have a constructor as well, it is created by a factory named Ogre::OverlayManager. Anyway, I dont see any possibility to create a Ba...
by superegg
Sat Mar 22, 2008 11:42 am
Forum: Help
Topic: About Orxonox on Ubuntu
Replies: 8
Views: 21395

When I pulled libboost, libboost-dbg was pulled at the same time. I thought, it is an add-on to libboost.......
by superegg
Fri Mar 21, 2008 3:35 pm
Forum: Help
Topic: About Orxonox on Ubuntu
Replies: 8
Views: 21395

according to several forum topics, I am not the single one who got this problem. And libboost-thread is not the single part which has this problem, so does every other libbost-blablabla.
by superegg
Fri Mar 21, 2008 9:16 am
Forum: Help
Topic: About Orxonox on Ubuntu
Replies: 8
Views: 21395

About Orxonox on Ubuntu

Orxonox requires the library libboost-thread, but for installing that you need libboost. The joke is that not the recent libboost(=1.34.1-2ubuntu1.1) library is needed, but libboost(=1.34.1-2ubuntu1). So I had to downgrad libboost and the system tells me the whole time that I should upgrade libboost...
by superegg
Wed Feb 13, 2008 5:12 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

Yes, I have the 4 autotools. Well, it is quite long. But it seems to be the same thing, so I put a significant part of it. MacBook-4:~/Documents/ETHZ/Orxonox/ogre20/freealut-1.1.0 Chai$ ./autogen.sh configure.ac:79: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:79: You should run aut...
by superegg
Wed Feb 13, 2008 3:57 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

Mac's "apt-get install" tool is not as strong as the one of linux. So enet and alut cannt be found and I have to install them on my own. I downloaded them from svn.orxonox.net/ogre, read README, but it still doesnt work. If you install ALUT from the CVS repository, you'll have to call ./autogen.sh f...
by superegg
Mon Feb 11, 2008 10:53 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

Now trying the same on mac.
by superegg
Mon Feb 11, 2008 4:58 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

OKAY ALL PROBLEMS HAVE BEEN SOLVED ON UBUNTU
by superegg
Mon Feb 11, 2008 3:16 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

For guys who are a little bit confused about what I am doing now: I am actually trying to make it run by two different ways: 1. Ogre package I downloaded from svn.orxonox.net, which already contents all other libs. 2. I used "apt-get install" cmd in terminal and installed all other libs on my own. I...
by superegg
Mon Feb 11, 2008 2:40 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

I installed libogre-dev libogre14 libogre14-dbg ogredoc ogre-tools ogre-tools-dbg in ubuntu. By compiling the newest trunk, it cannt find OgreMath.h OgreVector2.h etc. Then I looked for "OgreMath.h" in all files and it can only be found in the precompiled version, which I downloaded from the Ogre pa...
by superegg
Mon Feb 11, 2008 11:04 am
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

What is OgreMath, OgreVector and etc?

I installed Ogre with "apt-get install" , but there isnt any libraries named OgreMath etc.
by superegg
Sat Feb 09, 2008 12:12 pm
Forum: Help
Topic: About trunk revision 790
Replies: 21
Views: 31434

Thanks for answers. I already got precompiled version of Ogre. But macs "make" doesnt find the oger libs although "cmake" seems to have found it. I was seeking for the problem when asked myself why ETH computers dont have these problems. I recently installed ubuntu on my PC, now I am trying to make ...