Menu

#111 build error on cygwin

Release 3.0
pending
nobody
Assimp lib (91)
7
2013-09-28
2013-01-27
skAIware
No

What steps will reproduce the problem?
assimp/code/DefaultIOSystem.cpp: In function ‘void MakeAbsolutePath(const char*, char*)’:
/assimp/code/DefaultIOSystem.cpp:136:8: error: ‘::_fullpath’ has not been declared
/assimp/code/DefaultIOSystem.o] Error 1

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

Assimp was building perfectly with previous version of Assimp. Perhaps a IFDEF CYGWIN could resolve the issue.

Discussion

  • skAIware

    skAIware - 2013-01-27
    • priority: 5 --> 7
    • labels: --> Assimp lib
     
  • skAIware

    skAIware - 2013-01-27

    SVN rev 1270

     
  • Nobody/Anonymous

    I had the same error with MinGW.
    I was compiling with -std=c++0x flag.
    Compiling without the flag worked.

     
  • Alexander Gessler

    Hi, what should we use instead of _fullpath for CYGWIN?

     
  • Kim Kulling

    Kim Kulling - 2013-09-28
     
  • Kim Kulling

    Kim Kulling - 2013-09-28
    • status: open --> pending
    • Group: --> Release 3.0