Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Build related questions


Chronological Thread 
  • From: "Bo Huang" < >
  • To: < >
  • Subject: [Manta] Build related questions
  • Date: Wed, 24 Sep 2008 09:01:51 -0400

1)       I want CMake to generate Manta.vcproj as a Windows (/SUBSYSTEM:WINDOWS) rather than a Console (/SUBSYSTEM:CONSOLE) application. It looks like I need to edit:

 

ADD_EXECUTABLE(exename WIN32 source1 source2 ... sourceN)

 

But I cannot find this line in any of the .cmake files except those related to python/Swig, which I am not using.

 

 

2)       For the Mac, I run Manta in Xcode but get XOpenDisplay exception at XWindowUI.cc. I encountered this when running command line version of Manta in a Bash shell as opposed to X window. How can I tell Xcode to run the built executable in Xwindow?

 

Thanks




Archive powered by MHonArc 2.6.16.

Top of page