Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Oct 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 27 Jan 2013 at 7:00

@GoogleCodeExporter
Copy link
Author

ticjet created in assimp bug tracker...

Original comment by [email protected] on 27 Jan 2013 at 7:07

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 27 Jan 2013 at 10:43

@GoogleCodeExporter
Copy link
Author

cant find how to open it

Original comment by [email protected] on 20 Jul 2013 at 3:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant