Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Wed Sep 26, 2012 3:17 pm 
Offline

Joined: Wed Sep 26, 2012 3:08 pm
Posts: 3
When compiling extra lib on linux(g++), i ve 2 error related to stricmp not found in btXmlWoldImporter.cpp

i fixed it by adding the case in

Code:
#if defined(__APPLE__) || defined(__CELLOS_LV2__)
#define stricmp(a, b) strcasecmp((a), (b))
#endif


As i am not C++ expert, i cant be sure if this is a bug or if i missed something


Top
 Profile  
 
PostPosted: Thu Sep 27, 2012 12:35 am 
Offline
Site Admin
User avatar

Joined: Sun Jun 26, 2005 6:43 pm
Posts: 3744
Location: California, USA
This should be fixed in latest trunk.

Thanks for the report!
Erwin


Top
 Profile  
 
PostPosted: Fri Sep 28, 2012 2:37 pm 
Offline

Joined: Wed Sep 26, 2012 3:08 pm
Posts: 3
Running fine in rev 2602(win32 and linux64), thank you for the quick answer.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: Mysticronos and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group