sivarajankumar / maratis

Automatically exported from code.google.com/p/maratis
0 stars 0 forks source link

build issue in assimp on cygwin: '_fullpath’ has not been declared #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. update to latest version 180
2. build with python scons.py
3. see build error in assimp:
/maratis/3rdparty/assimp/code/DefaultIOSystem.cpp: In function ‘void 
MakeAbsolutePath(const char*, char*)’:
/maratis/3rdparty/assimp/code/DefaultIOSystem.cpp:136:8: error: 
‘::_fullpath’ has not been declared
scons: *** [build/cygwin/release/3rdparty/assimp/code/DefaultIOSystem.o] Error 1

What is the expected output? build success
What do you see instead? build error

Please use labels and text to provide additional information.
assimp, fullpath

Solution: Checking with assimp project guys about possible solution.

Original issue reported on code.google.com by skaiw...@gmail.com on 27 Jan 2013 at 7:00

GoogleCodeExporter commented 8 years ago
ticjet created in assimp bug tracker...

Original comment by skaiw...@gmail.com on 27 Jan 2013 at 7:07

GoogleCodeExporter commented 8 years ago
it doesn't seem to be much,
do you have access to "realpath" function with cygwin ?

in MakeAbsolutePath (Assimp DefaultIOSystem.cpp)

if CYGWIN it should use the unix method : realpath and not the windows specific 
"_fullpath"

Original comment by anael.se...@gmail.com on 27 Jan 2013 at 10:43

GoogleCodeExporter commented 8 years ago
cant find how to open it

Original comment by shahinia...@gmail.com on 20 Jul 2013 at 3:23