![]() |
2009-10-20
, 10:32
|
Posts: 25 |
Thanked: 12 times |
Joined on Mar 2008
@ Warsaw, Poland
|
#2
|
![]() |
2009-10-20
, 10:43
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#3
|
![]() |
2009-10-20
, 11:25
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#4
|
Linking CXX executable ../../bin/OgreXMLConverter ../../lib/libOgreMain.so.1.7.0: undefined reference to `pthread_mutexattr_setkind_np(pthread_mutexattr_t*, int)' collect2: ld returned 1 exit status make[2]: *** [bin/OgreXMLConverter] Error 1 make[1]: *** [Tools/XMLConverter/CMakeFiles/OgreXMLConverter.dir/all] Error 2 make: *** [all] Error 2
The Following User Says Thank You to vectori For This Useful Post: | ||
![]() |
2009-10-20
, 16:15
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#5
|
![]() |
2009-10-20
, 17:50
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#6
|
but I found new one.. a very small problem but I don't know how to fix it.
![]() |
2009-10-20
, 17:58
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#7
|
![]() |
2009-10-21
, 10:55
|
Posts: 25 |
Thanked: 12 times |
Joined on Mar 2008
@ Warsaw, Poland
|
#8
|
Yes, it supports OpenGL ES. That support is only implemented in unreleased version. OGRE runs fine on iPhone so why not in N900.
Well I managed to create a pretty awful hack for that problem and it works ..so that header problem is solved.
but I found new one.. a very small problem but I don't know how to fix it.
I don't know what is the problem..
![]() |
2009-10-22
, 12:52
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#9
|
How old is that code?
You may find that fn is deprecated. From a quick Google, it looks like you should be using pthread_mutexattr_settype() instead.
I'm totally noob on hardware programming.
Project is looking for machine.h file from system when compiling on arm.
or do I need to install some development packages ?
I guess there is defined CTL_HW and HW_MODEL variables too.
I'm running Maemo 5 sdk in scratchbox
Last edited by vectori; 2009-10-20 at 09:55.