To compile under cygwin (august 2012) : in daeUtils.cpp : replace line 155 and 174 #elif defined(__linux__) || defined(__linux) by #elif defined(__linux__) || defined(__linux) || defined(__CYGWIN__)
daeUtils
in minizip CMakeLists.txt : add if(CYGWIN) # cygwin does not have _fopen64, ftello64, fseeko64 add_definitions(-DUSE_FILE32API) endif()
No news. Is there anybody here ?
Are you mchbarnes & milo_mindbender really dead ?
Log in to post a comment.
daeUtils
in minizip CMakeLists.txt : add
if(CYGWIN)
# cygwin does not have _fopen64, ftello64, fseeko64
add_definitions(-DUSE_FILE32API)
endif()
No news.
Is there anybody here ?
Are you mchbarnes & milo_mindbender really dead ?