Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-10 Thread Eugen Sares
2012 9:22 PM To: softimage@listproc.autodesk.com Subject:

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
our 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) >>>>

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
REFIX to where your dlls should go (e.g. >>> y:\workgroup\Addons\MyPlugin) >>> >>> >>> I cannot find CMAKE_INSTALL_PREFIX. >>> >>>-click generate >>> -open VS project generated by cmake (in build dir) and in Configuration >>> manager turn o

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com Subject: Re: 2013

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
gt; 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] >> >> >> I installed VS2012, also. Really slick interface, I'

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
very cool all-dark theme [image: > Usmiech] > > > I installed VS2012, also. Really slick interface, I'd like to work with > that. > But: when I choose "Visual Studio 11 Win64" in CMake, I get an error. > So I suppose I have to create the .vcxproj in CMake with VS20

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
... world of hurt. Best, Eugen   From: Eugen Sares Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
urt. Best, Eugen   From: Eugen Sares Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com Sub

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
M To: softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS2010 SP1   Alok, thanks, but could you please be more specific?

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread piotrek marczak
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 From: Eugen Sares Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS2010 S

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Eugen Sares
Subject: Re: 2013 SP1 Compile Error in VS2010 SP1   Alok, thanks, but could you please be more

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Steven Caron
hich has very cool all-dark theme [image: > Usmiech] > > *From:* Eugen Sares > *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? >

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread piotrek marczak
: Eugen Sares 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

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Steven Caron
sorry, very busy. i was hoping that others would learn more about cmake and contribute help :) s On Mon, Oct 8, 2012 at 11:54 AM, Eugen Sares wrote: > Hi, > trying to compile with VS2010 SP1 for Softimage 2013 SP1. > TRACKER : error TRK0005: Failed to locate: "CL.exe". > > I commented the call

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Eugen Sares
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? W

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread 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 wrote: > Hi, > trying to compile with VS2010 SP1 for Softimage

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Eugen Sares
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 you

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread 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" wrote: > XSIS

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Julian Johnson
On 13/09/2012 11:40, Chris Chia wrote: Troubleshoot: Try to create a custom plugin (VS2010) of your own and see whether it could be compiled... Hi Chris, It seems like just tweaking the .bat file solves the problem. I originally had the call to vcvarsall.bat in, but when I commented it out

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Alok Gandhi
A correction in what I said before: Start a VS2010 *without* calling setenv.bat On Thu, Sep 13, 2012 at 6:40 AM, Chris Chia wrote: > Troubleshoot: > Try to create a custom plugin (VS2010) of your own and see whether it > could be compiled... > > Chris > > > On 13 Sep, 2012, at 1:40 AM, "Julian J

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Chris Chia
Troubleshoot: Try to create a custom plugin (VS2010) of your own and see whether it could be compiled... Chris On 13 Sep, 2012, at 1:40 AM, "Julian Johnson" wrote: > Just moving from VS2008 to VS2010 SP1 for 2013 SP1 and getting this compile > error when trying to build any of the custom to

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Julian Johnson
On 12/09/2012 18:48, Alok wrote: We had this in VS2010 for 2012 but I am not sure about 2013. Basically what we did was to use our own MACROS or variable instead of the one from setenv.bat. All you need to do is take your project generated from the wizard , start visual studio normally with cal

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Steven Caron
*cough* cmake *cough* On Wed, Sep 12, 2012 at 10:48 AM, Alok wrote: > We had this in VS2010 for 2012 but I am not sure about 2013. Basically > what we did was to use our own MACROS or variable instead of the one from > setenv.bat. All you need to do is take your project generated from the > wiz

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Alok
We had this in VS2010 for 2012 but I am not sure about 2013. Basically what we did was to use our own MACROS or variable instead of the one from setenv.bat. All you need to do is take your project generated from the wizard , start visual studio normally with call

2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Julian Johnson
Just moving from VS2008 to VS2010 SP1 for 2013 SP1 and getting this compile error when trying to build any of the custom tools or ICE nodes (e.g. SnapTestTool/CustomPassThrough): 1>TRACKER : error TRK0002: Failed to execute command: ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\