You are not logged in.
I tried that command and got this:
ln: creating symbolic link `usr/include/gdk-pixbuf': No such file or directoryLast edited by Tux the penguin (2010-10-07 15:13:18)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Sorry, it should be:
ln -s /usr/include/gdk-pixbuf-2.0/gdk-pixbuf /usr/include/gdk-pixbufDesktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Thanks. That worked. Now I get this:
[root@awesome ror-trunk]# make
[ 87%] Built target RoR
[ 92%] Built target rorconfig
[ 93%] Building CXX object source/viewer/CMakeFiles/RoRViewer.dir/wxutils.cpp.o
In file included from /home/penguins/ror-trunk/source/viewer/wxutils.cpp:20:0:
/home/penguins/ror-trunk/source/viewer/wxutils.h:24:19: fatal error: wx/wx.h: No such file or directory
compilation terminated.
make[2]: *** [source/viewer/CMakeFiles/RoRViewer.dir/wxutils.cpp.o] Error 1
make[1]: *** [source/viewer/CMakeFiles/RoRViewer.dir/all] Error 2
make: *** [all] Error 2 Last edited by Tux the penguin (2010-10-07 15:29:11)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
I think, now you also need this one:
sudo ln -s /usr/include/wx-2.8/wx /usr/include/wxAnd if you get an error about a missing wx/setup.h then also
sudo ln -s /usr/lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h /usr/include/wx/Aand then you might get the same error like me (here: https://bbs.archlinux.org/viewtopic.php … 93#p836593 ). ![]()
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
I already tried those when I saw them in one of your previous posts and I got the same error as you. Thanks anyway ![]()
Last edited by Tux the penguin (2010-10-07 17:32:45)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
You mean, you tried them before you got this: https://bbs.archlinux.org/viewtopic.php … 35#p837235 ? But why is it still missing wx.h?
However, I think there's something really wrong with where RoR searches for wxgtk...
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
You mean, you tried them before you got this: https://bbs.archlinux.org/viewtopic.php … 35#p837235 ?
Yes.
However, I think there's something really wrong with where RoR searches for wxgtk...
I agree. Where would we change something so that RoR would look in a different place?
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Don't know, maybe we should ask the devs on the official forums? ![]()
edit: I just asked: http://www.rigsofrods.com/threads/69402 … s?p=724052
Last edited by PhotonX (2010-10-07 19:33:20)
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
It probably is best to continue this thread there. I noticed from that thread that you are using 64 bit Arch, but I am using 32 bit and yet we have the exact same problem. Weird....
Last edited by Tux the penguin (2010-10-07 20:41:49)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
It seems, it's not dependent on the architecture, I'll edit the thread title in the RoR forums.
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Well, since your thread in the RoRForums has not been answered yet, PhotonX, I am giving the Ubuntu installer another try. I am following the directions here: http://www.rigsofrods.com/threads/60338 … 9.10-users!
When I tried to do
./rorconfig.shI got
[penguins@awesome rigsofrods]$ ./rorconfig.sh
./rorconfig: error while loading shared libraries: libOgreMain.so.1: cannot open shared object file: No such file or directoryI copied /usr/lib/libOgreMain.so.1.7.1 and renamed it to libOgreMain.so.1 .That fixed that problem, but now I get this
[penguins@awesome rigsofrods]$ ./rorconfig.sh
./rorconfig: error while loading shared libraries: libois.so: cannot open shared object file: No such file or directoryI have ois installed but
[root@awesome penguins]# locate liboisdoesn't give me anything. Does anyone know what to do? I suspect that I am missing a package.
Last edited by Tux the penguin (2010-10-08 22:22:30)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
usr/lib/libOIS-1.2.0.so
usr/lib/libOIS.a
usr/lib/libOIS.la
usr/lib/libOIS.soSo, maybe
ln -s /usr/lib/libOIS.so /usr/lib/libois.so?
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Thank you. It was libOIS. I copied and pasted that and renamed it to libois.so and it worked. Same thing as a symlink, I guess. Now I get this error:
[penguins@awesome rigsofrods]$ ./rorconfig
Available Languages:
* Dutch (nl_NL)
* Arabic (ar)
* Japanese (ja_JP)
* Spanish (es_ES)
* Danish (da_DK)
* Czech (cs_CZ)
* Indonesian (id_ID)
* Estonian (et_EE)
* Catalan (ca_ES)
* Greek (el_GR)
* Hungarian (hu_HU)
* Norwegian (Bokmal) (nb_NO)
* Finnish (fi_FI)
* Polish (pl_PL)
* Lithuanian (lt_LT)
* Russian (ru_RU)
* Latin (la)
* Bengali (bn)
* English (U.S.) (en_US)
* Serbian (sr_RS)
* Hebrew (he_IL)
* Ukrainian (uk_UA)
* Bulgarian (bg_BG)
* Turkish (tr_TR)
* French (fr_FR)
* Italian (it_IT)
* Latvian (lv_LV)
* Chinese (zh_TW)
* Basque (eu_ES)
* Urdu (ur)
* Romanian (ro_RO)
* Esperanto (eo)
* Norwegian (Nynorsk) (nn_NO)
* Swedish (sv_SE)
* Hindi (hi_IN)
* German (de_DE)
* Slovenian (sl_SI)
* Portuguese (pt_PT)
* Slovak (sk_SK)
* Icelandic (is_IS)
asking system for default language.
system returned: English (U.S.) (en_US)
preferred language: English (U.S.)
lang file: /home/penguins/rigsofrods/languages/en/ror.mo
language existing, using it!
Segmentation fault
[penguins@awesome rigsofrods]$ What exactly is a segmentation fault and how do I fix it? Thanks.
Last edited by Tux the penguin (2010-10-10 12:43:22)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Segmentation fault means nothing special, just the fact that something has gone wrong... Some problem with no further information about it... ![]()
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Oh. Is there a way to find more information about what exactly went wrong? or is it an error that you can't fix?
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Maybe there is a way to enable some debugging output but I don't know how you would do it in this case...
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Check out the RoR thread, there is a reply recommending installing wx-2.9.0 and using an appropriate compiler flag. I'm quite busy for the next few months so I'm not going to try it out but maybe you want to. ![]()
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Thanks. I'll check that out right now.
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
I am having trouble installing wxwidgets 2.9.0-1 . I will post the last part of the error message. I am installing the package wxwidgets-fixed from the AUR with yaourt.
-DWXBUILDING -I./src/png -I./src/regex -I./src/stc/scintilla/include -I./src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -D_FILE_OFFSET_BITS=64 -I/tmp/yaourt-tmp-penguins/aur-wxwidgets-fixed/src/wxWidgets-2.9.0/lib/wx/include/gtk2-unicode-release-2.9 -I./include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -pthread -DORBIT2=1 -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DWX_PRECOMP -pthread -pthread -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 -I/usr/include/libpng14 -pthread -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -march=i686 -mtune=generic -O2 -pipe -fvisibility=hidden -fvisibility-inlines-hidden
cd ./src/stc && ./gen_iface.py
File "./gen_iface.py", line 713
print '***** Unknown line type: ', line
^
SyntaxError: invalid syntax
make: *** [include/wx/stc/stc.h] Error 1
Aborting...
==> ERROR: Makepkg was unable to build wxwidgets-fixed.
==> Restart building wxwidgets-fixed ? [y/N]
==> ----------------------------------------
==> So, how do I fix this?
Last edited by Tux the penguin (2010-11-06 20:44:28)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
From the thread PhotonX started at rorforums:
I have installed wx-2.9.0 and use this command line for configuring: 'CXXFLAGS="$CXXFLAGS -I/usr/local/include/wx-2.9" cmake .' RoR compiles OK for me. OGRE aborts early, though, so I can't actually use it. But that's another story. :-)
PS: 2.9.1 didn't work with RoR/HEAD, IIRC
So, does that mean that I have to add
'CXXFLAGS="$CXXFLAGS -I/usr/local/include/wx-2.9" cmake .'to the pkgbuild, or do I run it after? Thanks for any help.
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
I still haven't got wx installed, but I just did a system upgrade and ogre was updated. I tried compiling again and it went a little better this time. Here is what I did:
[penguins@awesome ~]$ cd ror-trunk
[penguins@awesome ror-trunk]$ make
Scanning dependencies of target RoR
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/gui_friction.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/gui_mp.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/gui_manager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/gui_menu.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/MapControl.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/MapEntity.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/MapTextureCreator.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/SelectorWindow.cpp.o
[b]/home/penguins/ror-trunk/source/main/SelectorWindow.cpp: In constructor 'SelectorWindow::SelectorWindow()':
/home/penguins/ror-trunk/source/main/SelectorWindow.cpp:57:107: warning: 'void MyGUI::EventPair<EventObsolete, Event>::operator=(T*) [with T = MyGUI::delegates::IDelegate1<MyGUI::Widget*>, EventObsolete = MyGUI::delegates::CDelegate1<MyGUI::Widget*>, Event = MyGUI::delegates::CDelegate1<MyGUI::Edit*>]' is deprecated (declared at /usr/include/MYGUI/MyGUI_EventPair.h:38)[/b]
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/LoadingWindow.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Console.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ColoredTextAreaOverlayElement.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/dashboard.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/IngameConsole.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/DepthOfFieldEffect.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/DustManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/DustPool.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/DynamicLines.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/DynamicRenderable.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/envmap.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/hdrlistener.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Heathaze.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/HydraxWater.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Lens.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/MovableText.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/OgreLineStreamOverlayElement.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Skidmark.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/softshadowlistener.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ssaolistener.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/WaterOld.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/writeTextToTexture.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/as_ogre.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/luasystem.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ScriptEngine.cpp.o
[b]/home/penguins/ror-trunk/source/main/ScriptEngine.cpp: In member function 'void ScriptEngine::init()':
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:307:70: warning: invalid access to non-static data member 'Beam::brake' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:307:70: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:308:77: warning: invalid access to non-static data member 'Beam::currentScale' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:308:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:309:77: warning: invalid access to non-static data member 'Beam::nodedebugstate' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:309:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:310:75: warning: invalid access to non-static data member 'Beam::debugVisuals' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:310:75: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:311:74: warning: invalid access to non-static data member 'Beam::networking' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:311:74: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:312:68: warning: invalid access to non-static data member 'Beam::label' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:312:68: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:313:71: warning: invalid access to non-static data member 'Beam::trucknum' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:313:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:314:75: warning: invalid access to non-static data member 'Beam::WheelSpeed' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:314:75: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:315:71: warning: invalid access to non-static data member 'Beam::skeleton' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:315:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:316:74: warning: invalid access to non-static data member 'Beam::replaymode' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:316:74: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:317:72: warning: invalid access to non-static data member 'Beam::replaylen' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:317:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:318:72: warning: invalid access to non-static data member 'Beam::replaypos' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:318:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:319:81: warning: invalid access to non-static data member 'Beam::cparticle_enabled' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:319:81: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:322:72: warning: invalid access to non-static data member 'rig::free_node' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:322:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:323:77: warning: invalid access to non-static data member 'Beam::dynamicMapMode' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:323:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:325:70: warning: invalid access to non-static data member 'Beam::canwork' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:325:70: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:326:70: warning: invalid access to non-static data member 'Beam::hashelp' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:326:70: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:327:69: warning: invalid access to non-static data member 'Beam::minx' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:327:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:328:69: warning: invalid access to non-static data member 'Beam::maxx' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:328:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:329:69: warning: invalid access to non-static data member 'Beam::miny' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:329:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:330:69: warning: invalid access to non-static data member 'Beam::maxy' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:330:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:331:69: warning: invalid access to non-static data member 'Beam::minz' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:331:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:332:69: warning: invalid access to non-static data member 'Beam::maxz' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:332:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:333:68: warning: invalid access to non-static data member 'Beam::state' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:333:68: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:334:73: warning: invalid access to non-static data member 'Beam::sleepcount' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:334:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:335:72: warning: invalid access to non-static data member 'Beam::driveable' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:335:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:336:77: warning: invalid access to non-static data member 'Beam::importcommands' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:336:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:337:86: warning: invalid access to non-static data member 'Beam::requires_wheel_contact' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:337:86: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:338:87: warning: invalid access to non-static data member 'Beam::wheel_contact_requested' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:338:87: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:339:71: warning: invalid access to non-static data member 'Beam::rescuer' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:339:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:340:75: warning: invalid access to non-static data member 'Beam::parkingbrake' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:340:75: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:341:69: warning: invalid access to non-static data member 'Beam::lights' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:341:69: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:342:70: warning: invalid access to non-static data member 'Beam::smokeId' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:342:70: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:343:71: warning: invalid access to non-static data member 'Beam::editorId' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:343:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:344:80: warning: invalid access to non-static data member 'Beam::leftMirrorAngle' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:344:80: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:345:76: warning: invalid access to non-static data member 'Beam::refpressure' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:345:76: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:346:81: warning: invalid access to non-static data member 'rig::free_pressure_beam' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:346:81: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:347:73: warning: invalid access to non-static data member 'Beam::done_count' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:347:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:348:72: warning: invalid access to non-static data member 'rig::free_prop' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:348:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:349:86: warning: invalid access to non-static data member 'Beam::default_beam_diameter' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:349:86: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:350:87: warning: invalid access to non-static data member 'Beam::skeleton_beam_diameter' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:350:87: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:351:78: warning: invalid access to non-static data member 'rig::free_aeroengine' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:351:78: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:352:73: warning: invalid access to non-static data member 'Beam::elevator' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:352:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:353:71: warning: invalid access to non-static data member 'Beam::rudder' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:353:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:354:72: warning: invalid access to non-static data member 'Beam::aileron' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:354:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:355:67: warning: invalid access to non-static data member 'Beam::flap' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:355:67: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:356:72: warning: invalid access to non-static data member 'rig::free_wing' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:356:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:357:73: warning: invalid access to non-static data member 'Beam::fadeDist' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:357:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:358:75: warning: invalid access to non-static data member 'Beam::disableDrag' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:358:75: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:359:76: warning: invalid access to non-static data member 'Beam::currentcamera' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:359:76: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:360:77: warning: invalid access to non-static data member 'Beam::freecinecamera' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:360:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:361:75: warning: invalid access to non-static data member 'Beam::brakeforce' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:361:75: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:362:72: warning: invalid access to non-static data member 'Beam::ispolice' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:362:72: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:363:79: warning: invalid access to non-static data member 'Beam::loading_finished' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:363:79: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:364:73: warning: invalid access to non-static data member 'Beam::freecamera' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:364:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:365:79: warning: invalid access to non-static data member 'Beam::first_wheel_node' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:365:79: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:366:76: warning: invalid access to non-static data member 'Beam::netbuffersize' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:366:76: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:367:77: warning: invalid access to non-static data member 'Beam::nodebuffersize' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:367:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:368:74: warning: invalid access to non-static data member 'Beam::speedoMax' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:368:74: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:369:79: warning: invalid access to non-static data member 'Beam::useMaxRPMforGUI' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:369:79: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:370:83: warning: invalid access to non-static data member 'Beam::realtruckfilename' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:370:83: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:371:73: warning: invalid access to non-static data member 'rig::free_wheel' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:371:73: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:372:74: warning: invalid access to non-static data member 'Beam::airbrakeval' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:372:74: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:373:78: warning: invalid access to non-static data member 'Beam::cameranodecount' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:373:78: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:374:71: warning: invalid access to non-static data member 'rig::free_cab' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:374:71: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:376:77: warning: invalid access to non-static data member 'Beam::meshesVisible' of NULL object
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:376:77: warning: (perhaps the 'offsetof' macro was used incorrectly)
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp: In member function 'int ScriptEngine::framestep(Ogre::Real, Beam**, int)':
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:629:51: warning: taking address of temporary
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:630:63: warning: taking address of temporary
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:631:58: warning: taking address of temporary
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp: In member function 'int ScriptEngine::envokeCallback(int, eventsource_t*, node_t*, int)':
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:681:60: warning: taking address of temporary
/home/penguins/ror-trunk/source/main/ScriptEngine.cpp:682:55: warning: taking address of temporary[/b]
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/airbrake.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Airfoil.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Beam.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/BeamFactory.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/BeamSlideNode.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/BeamStats.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/buoyance.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/CmdKeyInertia.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/collisions.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/CollisionTools.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Differentials.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/FlexAirfoil.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/FlexBody.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/FlexMesh.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/FlexMeshWheel.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/FlexObj.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Landusemap.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/PointColDetector.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/PositionStorage.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/screwprop.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/SlideNode.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/tsmheightfinder.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/turbojet.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/turboprop.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/autopilot.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/CacheSystem.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Character.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/CharacterFactory.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ChatSystem.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/editor.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/engine.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/RoRFrameListener.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/OverlayWrapper.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/main.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/RigsOfRods.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/materialFunctionMapper.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/mirrors.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/PlayerColours.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ProceduralManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Replay.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Road.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/road2.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/skin.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/skinmanager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/TorqueCurve.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/TruckHUD.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ForceFeedback.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/InputEngine.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/mplatform_base.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/mplatform_fd.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/errorutils.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/language.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ScopeLog.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Settings.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/sha1.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/utils.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/SoundManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/SoundScriptManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/network.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/NetworkStreamManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/Streamable.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/SkyManager.cpp.o
[ 93%] Building CXX object source/main/CMakeFiles/RoR.dir/ShadowManager.cpp.o
[b]Linking CXX executable ../../bin/RoR
[ 93%] Built target RoR
Scanning dependencies of target rorconfig
[ 93%] Building CXX object source/configurator/CMakeFiles/rorconfig.dir/treelistctrl.cpp.o
/home/penguins/ror-trunk/source/configurator/treelistctrl.cpp:26:23: fatal error: wx/wxprec.h: No such file or directory
compilation terminated.
make[2]: *** [source/configurator/CMakeFiles/rorconfig.dir/treelistctrl.cpp.o] Error 1
make[1]: *** [source/configurator/CMakeFiles/rorconfig.dir/all] Error 2
make: *** [all] Error 2[/b]
[penguins@awesome ror-trunk]$ So, does anyone know how to fix the errors I got, especially the last one that terminated the compilation? The errors/warnings are in bold. Thanks
Last edited by Tux the penguin (2010-11-07 19:28:30)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Well, I got past the last error I posted. It seems that I didn't have wxgtk installed. Now I get this:
penguins@awesome ror-trunk]$ make
[ 93%] Built target RoR
[ 93%] Built target rorconfig
[ 93%] Building CXX object source/viewer/CMakeFiles/RoRViewer.dir/wxutils.cpp.o
In file included from /home/penguins/ror-trunk/source/viewer/wxutils.cpp:20:0:
/home/penguins/ror-trunk/source/viewer/wxutils.h:24:19: fatal error: wx/wx.h: No such file or directory
compilation terminated.
make[2]: *** [source/viewer/CMakeFiles/RoRViewer.dir/wxutils.cpp.o] Error 1
make[1]: *** [source/viewer/CMakeFiles/RoRViewer.dir/all] Error 2
make: *** [all] Error 2
[penguins@awesome ror-trunk]$ Any help would be appreciated ![]()
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
I undid all the symlinks I had done for this and I deleted ror-trunk and I am going to try a different way. I am trying to keep track of everything I do so it is easier when I attempt to create a pkgbuild. I downloaded the latest stable RoR (0.36.3) athttps://rigsofrods.svn.sourceforge.net/svnroot/rigsofrods/tags/0.36.3/
to ~/RoRdev and ran
cd RoRdev/build
ccmake ..
cd ~/RoRdev
makeI get this error:
[ 85%] Building CXX object main/CMakeFiles/RoR.dir/source/CacheSystem.cpp.o
In file included from /home/penguins/RoRdev/build/main/source/CacheSystem.cpp:24:0:
/home/penguins/RoRdev/build/main/source/ImprovedConfigFile.h: In constructor 'Ogre::ImprovedConfigFile::ImprovedConfigFile()':
/home/penguins/RoRdev/build/main/source/ImprovedConfigFile.h:34:26: error: cannot call constructor 'Ogre::ImprovedConfigFile::ConfigFile' directly
/home/penguins/RoRdev/build/main/source/ImprovedConfigFile.h:34:26: error: for a function-style cast, remove the redundant '::ConfigFile'
make[2]: *** [main/CMakeFiles/RoR.dir/source/CacheSystem.cpp.o] Error 1
make[1]: *** [main/CMakeFiles/RoR.dir/all] Error 2
make: *** [all] Error 2
[penguins@awesome RoRdev]$ I decided to download 0.36.3 instead of trunk so that updating would be easier (I think) and it had a more helpful readme file. What are errors 1 and 2 and how do I fix those errors? Thanks.
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Seem to be just bugs, I'd report them at the RoR forums. ![]()
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
I successfully installed RoR under wine! But I still want to get the Linux version installed successfully and probably most other people trying to install RoR will too. I am going to start another thread in the rorforums on this and I will post a link to it when it is up. So, if you are trying to install 0.36.3, go to the thread I will start and if you are trying to install rigs of rods from svn, go to the thread PhotonX started. I'm marking this as solved because it works under wine and I think we will get better support at the official forums. Good luck people!
Last edited by Tux the penguin (2011-05-30 18:33:29)
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline