razvanab
(razvanab)
1
os: windows 7 32 bit
python: 2.6, 3.2
scons: 2.0.1
Microsoft Visual Studio 2008
LINK : error LNK2001: unresolved external symbol mainCRTStartup
F:\SRC\build\win32-vc\bin\blender.exe : fatal error LNK1120: 1 unresolved externals
scons: *** [F:\SRC\build\win32-vc\bin\blender.exe] Error 1120
Install file: "release\scripts\modules\bpy_init.py" as “F:\SRC\build\install\win32-vc\2.56\scripts\modules
bpy_init_.py”
scons: building terminated because of errors.
if i try to build with cmake 2.8.3 i get errors on png libs…
razvanab
(razvanab)
2
blender\source\icons<b>winblender.rc was the problem
remove everything from:
IDR_VERSION1 VERSIONINFO
to the last end and it will compile
Nico_GA
(Nico_GA)
3
you don’t have to remove anything building with scons. installing subversion (the client for win32) may help.
razvanab
(razvanab)
4
i already use subversion TortoiseSVN
bat3a
(bat3a)
5
i already use subversion TortoiseSVN
no, you need to install a command line svn 
razvanab
(razvanab)
8
try to delete blender\source\icons<b>winblender.rc
and see if it works