[impdev] compiling imprudence with Visual Studio 2010

Nicky Perian nickyperian at yahoo.com
Tue Jun 4 18:19:01 PDT 2013


on the errors that have the word iterator add an #include <iterator>
in the include sections of those *.cpp files.
I think is have seen the other error but i cant remember the solution.
I look around for the other pron in the meantime. 



>________________________________
> From: Aragorn Arda <aragornarda at gmail.com>
>To: David Seikel <onefang at gmail.com> 
>Cc: Nicky Perian <nickyperian at yahoo.com>; Imprudence List <impdev at lists.imprudenceviewer.org> 
>Sent: Tuesday, June 4, 2013 7:49 PM
>Subject: Re: [impdev] compiling imprudence with Visual Studio 2010
> 
>
>
>sorry I took a while to answer, I was only able to get back to this now. ok I just tried once more and here are the steps I took and the output I got:
>
>
>1) open visual studio 2010, open Tools -> Visual Studio Command Prompt
>2) cd C:\Users\[my username]\imprudence\linden\indra
>3) python develop.py -G vc100 --unattended configure  -DUSE_PRECOMPILED_HEADERS:BOOL=ON -DLL_TESTS=OFF -DPACKAGE:BOOL=ON
>-> cmake warning: manually specified variables were not used by the project: DL_TESTS USE_PRECOMPILED_HEADERS
>-- Build files have been written...
>4) build-vc100\Imprudence.sln
>5) entry Release, Win32; 
>imprudence-bin -> set as startup project;
>imprudence-bin ->  properties -> configuration properties -> debugging, change working directory to $(Project)/../../../newview -> OK
>6) Build solution.
>
>
>Results of the build are attached.
>
>
>
>
>
>2013/5/31 David Seikel <onefang at gmail.com>
>
>On Thu, 30 May 2013 15:58:44 -0700 (PDT) Nicky Perian
>><nickyperian at yahoo.com> wrote:
>>
>>> In theory if you have the imprudence repository you should be able to
>>> build by replacing singularity.sln with imprudence.sln. I have been
>>> on kokua and have not built imprudence and a very long time. Send a
>>> build log and Ill try to help.
>>>
>>>
>>>
>>> >________________________________
>>> > From: Aragorn Arda <aragornarda at gmail.com>
>>> >To: Nicky Perian <nickyperian at yahoo.com>
>>> >Sent: Thursday, May 30, 2013 5:02 PM
>>> >Subject: compiling imprudence with Visual Studio 2010
>>> >
>>> >
>>> >
>>> >Hey Nicky, is your
>>> >page http://wiki.kokuaviewer.org/wiki/User:Nicky_Perian still valid?
>>> >Is it still possible to compile imprudence viewer like this in
>>> >Visual Studio 2010? Do I have to use your repository? I'm not having
>>> >much success compiling it, I'm getting unsuccessfull builds. Is it
>>> >possible to compile with FMODeX instead of FMOD? I had no trouble at
>>> >all compiling the Singularity viewer with VS2010 following these
>>> >instructions: http://www.singularityviewer.org/kb/build-windows, and
>>> >those use FMODeX...
>>
>>What are the errors you are getting Aragorn?
>>
>>I use https://github.com/onefang/ImpyReleaseBuilder a script I made to
>>create Imprudence releases completely automatically.  It's a Linux
>>script that uses virtual machines and feeds them commands via serial
>>parts or ssh.  You can see the Windows build commands I feed to XP
>>starting at line 84 (Cygwin commands).  That might help you, though my
>>setup uses VS2008, but it should detect VS2010 automatically.
>>
>>Lines 104 to 108 are the important ones.  The PATH and export lines
>>will need to be adjusted to suit, they are hard coded for my setup.
>>I'm still working on autodetecting those.
>>
>>--
>>A big old stinking pile of genius that no one wants
>>coz there are too many silver coated monkeys in the world.
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.imprudenceviewer.org/pipermail/impdev-imprudenceviewer.org/attachments/20130604/4f186e1d/attachment-0002.htm>


More information about the ImpDev mailing list