iv3d-users

Text archives Help


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


Chronological Thread 
  • From: James Hughes <jhughes@sci.utah.edu>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: can't compile in Ubuntu 10.04 LTS
  • Date: Wed, 9 May 2012 12:31:00 -0600

Hey Camille,

Those are legitimate errors. I'll fix it upstream tonight.

We do have nightly builds at http://www.sci.utah.edu/devbuilds/imagevis3d/, but it appears we are lacking linux builds due to the aforementioned syntax errors.

Thanks for letting us know.

James

On May 9, 2012, at 12:17 PM, <cog@illinois.edu> <cog@illinois.edu> wrote:

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