thanks piotrek! exactly what i was hoping would happen.

softimage 2013 and the service pack 1 install locations might need to be
updated in the cmake/modules/FindSoftimage.cmake file.

set (SOFTPATHS_11_5
    "c:/Program Files/Autodesk/Softimage 2013 SP1/XSISDK/include/"
    "c:/Program Files/Autodesk/Softimage_2013_SP1/XSISDK/include/"
    /usr/Softimage/Softimage_2013_SP1/XSISDK/include/
    /usr/local/Softimage/Softimage_2013_SP1/XSISDK/include/
)



On Mon, Oct 8, 2012 at 12:39 PM, piotrek marczak
<piotrek.marc...@gmail.com>wrote:

>   Ive had this error (and many others), try uninstalling sp1...
>
> TBH just use cmake or keep fighting with various visual studio errors
>
> -download S.Carons tapemeasure plugin, copy cmake folder and
> cmakelists.txt to your src dir
> -edit CMakelists.txt so the SOURCES and HEADERS section contains all the
> cpp and .h files of your project
> -run cmake
> -point Where is the source code to your plugins source dir
> -point Where to build the binaries to some other folder
>  -click configure
> -change CMAKE_INSTALL_PREFIX to where your dlls should go (e.g.
> y:\workgroup\Addons\MyPlugin)
> -click generate
> -open VS project generated by cmake (in build dir) and in Configuration
> manager turn on INSTALL build (this will copy dll to your install_prefix
> dir)
>
> I dont know if this is the right (professional) procedure but it works for
> me
> It works also with VS 2012 express which has very cool all-dark theme [image:
> Usmiech]
>
>  *From:* Eugen Sares <softim...@keyvis.at>
> *Sent:* Monday, October 08, 2012 9:22 PM
> *To:* softimage@listproc.autodesk.com
> *Subject:* Re: 2013 SP1 Compile Error in VS2010 SP1
>
>  Alok, thanks, but could you please be more specific?
> Softimage generates a .vcxproj and a .cpp file.
>
> Do I open VS via batch file or not?
> If not, I cannot open the .vcxproj, because XSISDK_ROOT is not set, and VS
> won't find the makefiles.
> So, I have to create a new project from scratch, right?
> What kind of project?
> Questions, questions, questions...
>
> Could take me through this step by step?
> TIA
> Eugen
>
>
> Am 08.10.2012 21:00, schrieb Alok Gandhi:
>
> As I said earlier, make your own solution in VS2010 and add the Soft
> generated project to it. In the project properties, change the path to the
> include and libs manually. Should work fine.
>
> On Mon, Oct 8, 2012 at 2:54 PM, Eugen Sares <softim...@keyvis.at> wrote:
>
>> Hi,
>> trying to compile with VS2010 SP1 for Softimage 2013 SP1.
>> TRACKER : error TRK0005: Failed to locate: "CL.exe".
>>
>> I commented the call to vcvarsall.bat out in the batch file, as Julian
>> suggested, but it's still not working.
>> Any news on that front?
>>
>> Besides, Mr. Caron, are you willing to do your second cmake tutorial?
>>
>> Cheers,
>> Eugen
>>
>>
>> Am 13.09.2012 18:52, schrieb Chris Chia:
>>
>> it seems like it does not recognise XSISDK_ROOT?
>>> We usually execute the command prompt from the workgroup (right click
>>> and choose command prompt") inside XSI and it will inherit the
>>> env_variable, and execute 'devenv' for VS...
>>>
>>> Chris
>>>
>>> On 13 Sep, 2012, at 9:08 PM, "Julian Johnson" <jul...@exch.demon.co.uk>
>>> wrote:
>>>
>>> XSISDK_ROOT
>>>>
>>>
>>
>
>
> --
>
>
>

<<wlEmoticon-smile[1].png>>

Reply via email to