Discussion:
[SmartBody-dev] Unable to build with VS 2010
nassim nalla
2012-02-26 13:17:29 UTC
Permalink
Hello Everyone,

First of all I want to thank all SmartBody developers:
It's had been a long time since I search a such library.

Now let's talk about my problems:
1 - I don't able to buil with vs2010. There are 7 success and 11 failures
     Some errors concern log4cxx (This is know bug with vs2010)

     Some errors concern : 9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: La commande "if not exist lib mkdir lib
                                    9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /Y "D:\Software Repository\SmartBody\lib\vhmsg\vhmsg-                                                                c\obj/Debug\vhmsg.lib" lib
                                    9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: 
                                    9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" s'est arrêtée avec le code 1.

      Most of the errors concern base type redefinition (int8_t, int_least8_t, ...). Note that this type is also available on vs file vc\include\stdint.h.


Are you try to build with vs 2010 ?

Thanks in advance
Ari Shapiro
2012-02-26 20:50:57 UTC
Permalink
Nassim,

I haven't yet upgraded to VS2010 - I am still doing the main build with VS2008.

There is an experimental branch of SmartBody that uses VS2010 (named vs2010-test, located here: https://smartbody.svn.sourceforge.net/svnroot/smartbody/branches/vs2010-test)that you could download and see if it works for you.

Regards,

Ari Shapiro

________________________________
From: nassim nalla [***@yahoo.fr]
Sent: Sunday, February 26, 2012 5:17 AM
To: Smartbody-***@lists.sourceforge.net
Subject: [SmartBody-dev] Unable to build with VS 2010

Hello Everyone,

First of all I want to thank all SmartBody developers:
It's had been a long time since I search a such library.

Now let's talk about my problems:
1 - I don't able to buil with vs2010. There are 7 success and 11 failures
Some errors concern log4cxx (This is know bug with vs2010)

Some errors concern : 9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: La commande "if not exist lib mkdir lib
9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: copy /Y "D:\Software Repository\SmartBody\lib\vhmsg\vhmsg- c\obj/Debug\vhmsg.lib" lib
9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
9>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073: :VCEnd" s'est arrêtée avec le code 1.

Most of the errors concern base type redefinition (int8_t, int_least8_t, ...). Note that this type is also available on vs file vc\include\stdint.h.


Are you try to build with vs 2010 ?

Thanks in advance

Loading...