Search found 14 matches
- Sat Feb 06, 2016 2:49 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Alright. I added the zipped dependencies to svn (http://svn.orxonox.net/downloads/tardisDependencies.zip), changed the build settings for tardis (http://www.orxonox.net/changeset/11109) and updated the wiki (http://www.orxonox.net/wiki/LinuxTardis). This should be fairly easy for our students now. C...
- Thu Feb 04, 2016 9:06 am
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Ok, that did the trick. And... It worked!!! :beerchug: (It starts normally, graphics are showing up, etc.) Apart from the cumbersome process, another problem with this workaround: I run out of disk space while building on my ~/flo-extra-0/ folder. I had two copies of the ogre source lying around. Af...
- Wed Feb 03, 2016 7:30 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Could you be a bit more precise on how you did it?
I can't compile ogre, it tells me it couldn't locate FREETYPE.
Assuming I managed to build ogre, where do I have to copy this 'OgreBuildsettings.h' to? To here: ../OgreMain/include/?
I can't compile ogre, it tells me it couldn't locate FREETYPE.
Assuming I managed to build ogre, where do I have to copy this 'OgreBuildsettings.h' to? To here: ../OgreMain/include/?
- Tue Feb 02, 2016 10:39 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Oh wow, that's annoying :( I can test if everything works next Thursday. So should we create a repository with all dependencies on tardis? This seems to be the best solution, but quite a bit of work. btw, I quickly tried your solution via ssh, but instead of downloading 1.8.1, I downloaded 1.8.0 fro...
- Tue Feb 02, 2016 4:51 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
We are a step closer now.
The isg installed tolua++5.1 now!
But I still can't compile, cmake works, but then I get this.
So... what's going on?
The isg installed tolua++5.1 now!
But I still can't compile, cmake works, but then I get this.
So... what's going on?
- Mon Feb 01, 2016 11:30 am
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
I connect directly to one of the machines in the student's computer room at ETZ: 'ssh tardis-dxx.ee.ethz.ch' (with xx being the number of the machine, starting at 01). That way I also get access to the /scratch of the machine where I have my checkout of orxonox Thanks, I didn't know we could do tha...
- Sun Jan 31, 2016 12:51 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Ah, you're right, I've got this on my system: libtolua++5.1.a Maybe we should just ask the ISG to install "tolua++5.1" then. I just tried again with trunk over ssh, reverted and updated, but I still get the same error when running "cmake .." in an empty build folder. Why does that work for you? I'm ...
- Sat Jan 30, 2016 3:18 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Not at eth, so I couldn't try option a) yet. Besides, option b) sounds better anyway. Interestingly, on my machine I also don't have libCEGUItoluapp.so and on my machine everything works perfectly, so this alone can't be it. This is what I've got: http://pastebin.com/7zJEFiFx This seems to be identi...
- Tue Jan 26, 2016 9:22 am
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Alright, we're getting there. Compiling now works successful. Woohoo!
Next problem is already here though. When trying to start orxonox it immediately crashes, here are the logs:
http://pastebin.com/0uSxppt6
Next problem is already here though. When trying to start orxonox it immediately crashes, here are the logs:
http://pastebin.com/0uSxppt6
- Mon Jan 25, 2016 6:58 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Ok I think I might know where the problem is coming from. The file "trunk/cmake/LibraryConfigTardis.cmake" is very suspicious. It defines all paths used on tardis and since the new upgrade some are not right anymore. For instance, we're using "boost-1.42.0-bs", while the current version on tardis wo...
- Mon Jan 25, 2016 11:53 am
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Today I asked the ISG support about it and they managed to fix gmake. However, it still doesn't compile. Cmake works now, but when compiling we get a new error: http://pastebin.com/kWrdZXGs This one seems to be caused by some of our own files. (this happens with trunk) I also checked if the error we...
- Thu Jan 21, 2016 9:57 am
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Ok, the warning is gone now on my system. But if I test your two snippets, none of them produce a warning. However, here's a bigger issue: I tried compiling on Tardis and it failed at configuring cmake. Compiler is gcc (Debian 4.9.2-10) 4.9.2 , cmake is cmake version 3.0.2 . Here's the complete outp...
- Wed Jan 20, 2016 7:59 pm
- Forum: Framework Development
- Topic: Orxonox goes C++11
- Replies: 43
- Views: 244961
Re: Orxonox goes C++11
Good job, thanks a lot for your effort! I got this warning while compiling on gcc 5.2.1 (ubuntu 15.10) In file included from /home/flo/orxonox/trunk/src/libraries/core/BaseObject.h:51:0, from /home/flo/orxonox/trunk/src/libraries/tools/ResourceCollection.h:36, from /home/flo/orxonox/trunk/src/librar...
- Sat Jan 24, 2015 10:42 am
- Forum: News & Announcements
- Topic: Think Tank 2015
- Replies: 8
- Views: 88331
Re: Think Tank 2015
I throw in one more thing to discuss: How about restarting from scratch? I know this would be a huge step, but I think most of the mentioned problems could be easier addressed that way. Also, starting from scratch is very exiting. As a student this would definitely motivate me more than taking over ...