iv3d-users

Text archives Help


[IV3D-USERS] can't compile in Ubuntu 10.04 LTS


Chronological Thread 
  • From: <cog@illinois.edu>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] can't compile in Ubuntu 10.04 LTS
  • Date: Wed, 9 May 2012 12:17:30 -0600 (MDT)

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.sh
because 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



Archive powered by MHonArc 2.6.16.

Top of page