Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: SVN repo offline?


Chronological Thread 
  • From: David E DeMarle < >
  • To:
  • Cc: "Deij, Menno" < >
  • Subject: [Manta] Re: Re: SVN repo offline?
  • Date: Thu, 19 Jan 2012 08:15:40 -0500

For OSX-Lion, (and per Manta r2439) this patch was all I found necessary to make it build.

Index: CMake/ConfigCompilerFlags.cmake
===================================================================
--- CMake/ConfigCompilerFlags.cmake     (revision 2439)
+++ CMake/ConfigCompilerFlags.cmake     (working copy)
@@ -173,7 +173,7 @@
     SET(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.5.sdk" CACHE STRING "OS X Sysroot" FORCE)
     COMPARE_VERSION_STRINGS(${APPLE_VERSION} "10" APPLE_SNOW_LEOPARD_CMP)
     IF (APPLE_SNOW_LEOPARD_CMP GREATER -1)
-      SET(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk" CACHE STRING "OS X Sysroot" FORCE)
+      SET(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.7.sdk" CACHE STRING "OS X Sysroot" FORCE)
     ENDIF(APPLE_SNOW_LEOPARD_CMP GREATER -1)
   ELSE(MANTA_TARGET_LEOPARD)
    SET(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk" CACHE STRING "OS X Sysroot" FORCE)
Index: Core/Util/CPUTime.cc
===================================================================
--- Core/Util/CPUTime.cc        (revision 2439)
+++ Core/Util/CPUTime.cc        (working copy)
@@ -2,7 +2,7 @@
 #include <Core/Thread/ThreadError.h>
 
 #if defined(__APPLE__)
-#include <ppc_intrinsics.h>
+//#include <ppc_intrinsics.h>
 #include <mach/mach.h>
 #include <mach/mach_time.h>
 #elif _WIN32


David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Jan 19, 2012 at 4:16 AM, Carson Brownlee < "> > wrote:
you can set up an svn proxy through your subversion config files, google turned up this:  http://stackoverflow.com/questions/82530/svn-over-http-proxy  .

It should also be noted that Manta isn't currently building under gcc-4.6 which is used under ubuntu and Lion to name a few.  I have a local fix for Ubuntu but I'm not sure about Lion yet.
Carson


On 01/19/2012 02:05 AM, Deij, Menno wrote:
Thanks for your quick response. I assumed that because my browser is working fine, that all HTTP traffic should work. I guess it has to do with the proxy configuration... I'll talk to our IT staff about it.

Best wishes,


Menno Deij

 

-----Original Message-----
From: Carson Brownlee [
 
 " target="_blank">mailto:
 ] 
Sent: Thursday, 19 January, 2012 10:03 AM
To: 
 
 " target="_blank">
 
Cc: Deij, Menno Subject: Re: [Manta] SVN repo offline? hello, "svn co https://gforge.sci.utah.edu/svn/Manta/trunk Manta" is working for me. Perhaps this is an issue with your firewall? Carson On 01/19/2012 01:39 AM, Deij, Menno wrote:
Hello!

I'm interested in using Manta raytracing with ParaView as plugin. As I understand it, I need to build Manta prior to building the ParaView plugin.
The SVN repository for Manta, however, seems to be offline:

svn co https://gforge.sci.utah.edu/svn/Manta/trunk

gives the following ERROR:

OPTIONS of 'https://gforge.sci.utah.edu/svn/Manta/trunk': could not connect to
server (https://gforge.sci.utah.edu)

Can anyone confirm this, and if so, could someone turn the SVN repo back on?

Thanks and best wishes,


Menno Deij




dr. ir. Menno A. Deij
Software Engineer
Maritime Simulation Group
E 
 
 " target="_blank">mailto:
 
T +31 317 49 35 06

MARIN
2, Haagsteeg, P.O. Box 28, 6700 AA Wageningen, The Netherlands
T +31 317 49 39 11, F , I www.marin.nl





Archive powered by MHonArc 2.6.16.

Top of page