Hi
I have two problems when building it in Visual Studio 2005:
1. Error message: e:\weiguo\collada\refinery\collada_refinery\trunk\src\conditioners\imageconv_core.cpp(15) : fatal error C1083: Cannot open include file: 'IL/il.h': No such file or directory
And il.h is from devil package, which seems to be missing from extern-libs. Could anyone add devil to extern-lib?
2. Error message:
e:\weiguo\collada\refinery\collada_refinery\trunk\src\conditioners\packager_core.cpp(16) : fatal error C1083: Cannot open include file: 'zip.h': No such file or directory
I am not sure which library is missing. Could any one tell me how to solve it? I googled but did not find anything related to COLLADA.
Best regards,
Wei
Logged In: YES
user_id=1783832
Originator: NO
I believe Refinery is looking for zip.h from this library: http://www.info-zip.org/
Logged In: YES
user_id=1603796
Originator: NO
Wei,
il.h can be found here http://openil.sourceforge.net/
zip.h can be found here http://www.info-zip.org/
The headers and lib are not in sourceforge for redistribution license reasons. If you download the installer you can get the dlls.
Please get the source from their website before I got the problems resolved.
Thanks,
Herbert