Hi guys,
I'm trying to compile imagevis3d, following the recipe at
http://cibcwiki.sci.utah.edu/cibc/wiki/index.php/CIBC:Project:ImageVis3D .
I installed Qt following
http://qt.nokia.com/downloads/sdk-linux-x11-64bit-cpp-offline .
I didn't install Qt via the wiki's
https://code.sci.utah.edu/svn/imagevis3d/Scripts/Linux-StaticQt.shbecause Firefox loudly complained about an invalid security certificate
(as it did when I joined this mailing list iv3d-users:
"no issuer chain was provided. (Error code: sec_error_unknown_issuer)" .
A similar complaint came from svn co for imagevis3d itself, but that had no
workaround.)
But /...../QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake -recursive; make
yielded many syntax errors. I started correcting them:
imagevis3d/Tuvok/LUAScripting/LUAMemberRegUnsafe.cpp
Lua -> LUA in #include "LUAMemberRegUnsafe.h"
LUAScripting/LUAMemberReg.h
#include "LUAMemberRegUnsafe.h"
LUAScripting/LUAProvenance.h
#include "LUAMemberRegUnsafe.h"
#include <algorithm>
LUAScripting/LUAMemberRegUnsafe.h
#include "LUAScripting.h"
Should I plow on with this, or is there a beta or nightly build that has done
this already for me?
Thanks,
Camille Goudeseune
Beckman Institute, UIUC