Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on July 17, 2009, 09:20:29 am

Title: Nightly (Windows): 17 Jul 2009 - Revision 5451
Post by: SirKnightly on July 17, 2009, 09:20:29 am
Here is the nightly for Windows on 17 Jul 2009 - Revision 5451

fso-WIN-20090717_r5451.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-20090717_r5451.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-20090717_r5451.md5)

Code: [Select]
------------------------------------------------------------------------
r5449 | chief1983 | 2009-07-16 14:58:51 -0500 (Thu, 16 Jul 2009) | 2 lines
Changed paths:
   M /trunk/fs2_open/projects/MSVC_2008/code.vcproj

Add the phrases.xml and its file configuration so that grammar.h and phrases.cfg get generated for VC2008 builds.
This is a necessary step for FS2_VOICER builds to be built, even by 2008 Pro.
------------------------------------------------------------------------
r5450 | Echelon9 | 2009-07-17 03:15:40 -0500 (Fri, 17 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj

Apply some of portej05's recent changes to the Xcode project file
------------------------------------------------------------------------
r5451 | portej05 | 2009-07-17 07:10:36 -0500 (Fri, 17 Jul 2009) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/vmallocator.h

Some VC6 builds apparently borked by SCP_vm_allocator. VC6 now uses std::vector without a custom allocator.
------------------------------------------------------------------------


Title: Re: Nightly (Windows): 17 Jul 2009 - Revision 5451
Post by: Tinman on July 18, 2009, 03:40:23 am
I think the VC6 project needs an update, fs2open and fred2open report

F:\fs2_open_3_6_10\code\globalincs\def_files.cpp(808) : error C2026: Zeichenfolge zu lang, Zeichen am Ende wurden entfernt
[...]
fatal error C1083: Quelle-Datei kann nicht geoeffnet werden: 'F:\fs2_open_3_6_10\code\parse\python.cpp': No such file or directory
[...]
fred2_open_trunk_r.exe - 2 Fehler, 3 Warnung(en)

the def_files.cpp error: i have no idea
so the python.cpp is missing in revision: 5452

TIA
Title: Re: Nightly (Windows): 17 Jul 2009 - Revision 5451
Post by: chief1983 on July 19, 2009, 12:04:44 pm
Python was removed, I'll try to get the project file updated to reflect some of those recent changes.