Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: Re: Re: Re: Manta Compiling on windows


Chronological Thread 
  • From: "tian fenglin" < >
  • To:
  • Subject: [Manta] Re: Re: Re: Re: Manta Compiling on windows
  • Date: Tue, 10 Aug 2010 01:34:53 +0800

 Is there any tutorial for building the wxManta on windows with ICC?

 

Tian


James Bigler < >在 Mon, 9 Aug 2010 10:12:08 写道:

When we first did the windows port the only compiler to correctly compile the SSE intrinsics was the Intel compiler.  I don't know about VS 2008 or 2010.

James

2010/8/8 tian fenglin < "> >
Dear Carson,

Would you give the email address of Raymond Cohen? I googled the name,but I am not sure which is the correct one. Another question, I must use
Intel complier to complie Manta, is it? Thank you very much.

Tian



Carson < "> > 在 Thu, 05 Aug 2010 23:13:10 写道:
>unfortunately few of us use windows.  You might ping Raymond Cohen who
>was recently running it in VS as well.  If drand48 isn't standardized we
>should make a wrapper function for it.  wxManta can be built by enabling
>it as a cmake option SWIG .
>
>mata.exe should run standalone and produce an image of a sphere on a
>tiled floor.
>
>On Thu, 2010-08-05 at 22:59 -0600, 田丰林 wrote:
>> hi,
>>
>> I have checked out the manta, now I am trying to compile it under visual studio
>> 2008. I use the CMake 2.8 to generate the .sln file for VS2008. I have solved
>> the non-constant array problem according to the email in the mailing lists, and
>> I replace drand48() by (double(rand()) / RAND_MAX) for there is
>> no drand48()  API in VS2008. Now I get the manta.exe, atomic_counter.exe and
>> some other libs in bin\Debug directory. I don't know how to run a simple
>> test or demo with these exe files, I have tried the commandline instructions in
>> the manta\commandlines file, but no scene was displayed.  Please let me know if
>> you have any suggestions.
>>
>> ps: Does it have to use the Intel cpp compiler now? And how build and run
>> wxManta on windows? Is there a tutorial for this?
>>
>> Cheers,
>> Tian
>
>
>
>










Archive powered by MHonArc 2.6.16.

Top of page