You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably the problem is that on windows freeglut is always building as freeglut but on linux as glut?
FREEGLUT_REPLACE_GLUT [ON, OFF] For non-Windows platforms,
freeglut is by default built as -lglut. if
off, built as -lfreeglut. On Windows,
libraries are always built as freeglut.
Not sure, but everything builds fine for me by installing the required dependencies via vcpkg and running the bat script under OpenColorIO\share\dev\windows. My command looks something like: ocio.bat --configure --vcpkg "C:\Users\eric.renaudhoude\Code\vcpkg" --type RelWithDebInfo --ocio "C:\Users\eric.renaudhoude\Code\OpenColorIO" --msvs "C:\Program Files\Microsoft Visual Studio\2022\Professional\" --b "D:\OCIO\build" --i "D:\OCIO\install" on main/latest.
Well, I need to use the zlib-ng (in compatible mode) library instead of zlib; that is faster. But I don't know the way to build vcpkg dependencies with zlib-ng when almost any library depends on zlib; as a result, I can't use and prefer to avoid vcpkg for other reasons.
I built OCIO 2.3+ before without issues, but this 2.4 don't want to compile.
What can be a reason why an "unresolved external symbol" can happen?
cmake command:
building:
The text was updated successfully, but these errors were encountered: