Search found 52 matches

by Absum
Thu Apr 26, 2007 2:44 pm
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

scons scons: Reading SConscript files ... Checking for C++ header file Ogre.h... (cached) yes Checking for C++ header file OISPrereqs.h... (cached) yes Checking for C library OgreMain... (cached) yes Checking for C library OIS... (cached) yes scons: done reading SConscript files. scons: Building ta...
by Absum
Thu Apr 26, 2007 8:04 am
Forum: Developer's Forum for UNIX and Linux
Topic: Can't link the sdk to Ogre3D source
Replies: 7
Views: 107497

Can't link the sdk to Ogre3D source

I've been having some problem with getting the SDK into a Ogre3D application, when i've linked and included everything i get this when compiling: scons -Q g++ -o bin/main.o -c -Iinclude -I/usr/include/OGRE -I/usr/include/OIS src/main.cpp gcc -o include/xdrvlib.o -c include/xdrvlib.c ar rc src/libxdr...
by Absum
Thu Apr 26, 2007 7:40 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

scons scons: Reading SConscript files ... Checking for C++ header file Ogre.h... (cached) yes Checking for C++ header file OISPrereqs.h... (cached) yes Checking for C library OgreMain... (cached) yes Checking for C library OIS... (cached) yes scons: done reading SConscript files. scons: Building ta...
by Absum
Thu Apr 26, 2007 7:06 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

No thats the only one... im using scons building system and im pretty sure it builds and links in the xdrvlib.o. But i do get the same error when not linking in xdrvlib.o :O
by Absum
Thu Apr 26, 2007 6:29 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

g++ -o bin/release/main src/main.o include/xdrvlib.o -L. -lOgreMain -lOIS -lX11 src/main.o: In function `BaseFrameListener::setupSpaceNav(_XDisplay*, unsigned long)': main.cpp:(.text._ZN17BaseFrameListener13setupSpaceNavEP9_XDisplaym[BaseFrameListener::setupSpaceNav(_XDisplay*, unsigned long)]+0x15...
by Absum
Thu Apr 26, 2007 3:56 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

Thanks some documentation would really be helpfull, I seem to be stuck at the moment trying to initialize the SDK/driver. include/xdrvlib.h:68: error: too many arguments to function 'int MagellanInit()' include/BaseFrameListener.h:145: error: at this point in file even tho the call is MagellanInit(x...
by Absum
Tue Apr 24, 2007 4:21 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications by linux-users
Replies: 10
Views: 25261

Applications by linux-users

Is there anyone out there who has made applications in linux for the space navigator? It would be nice to hear from anyone who atleast have tried