My natural habitat for C++ is Dev-C++... Think that will work? I'm on Windows (stuck there by nasty video hardware with buggy Linux drivers), so I'd probably compile with GCC. I just grabbed VSC++ Express because the source came with all the VSProjects, so I assumed that was compiler of choice. What are you using, Chris?
Daniel On Fri, Sep 5, 2008 at 1:33 PM, Chris Vickery <[EMAIL PROTECTED]> wrote: > > I don't use VS ever, but it looks to me like it's expecting all it's > weird VS stuff to be there and it isn't. For now just compile it the > normal people way for now, a VS guru might write a tutorial on how to > compile it in that app at some point. Compiling the normal people way > is a good idea anyway :-P > > -Chris > > On Fri, Sep 5, 2008 at 2:15 PM, Daniel H <[EMAIL PROTECTED]> wrote: > > > > Me too. I got a lot of errors regarding missing/unloadable .vprops > > files. > > > > Here's my conversion log: > > > > <UpgradeLog><Properties><Property Name="Solution" Value="base"> > > </Property><Property Name="Solution File" Value="C:\Chromium\trunk\src > > \base\base.sln"> > > </Property><Property Name="Date" Value="Friday, September 05, 2008"> > > </Property><Property Name="Time" Value="13:11 PM"> > > </Property></Properties><Event ErrorLevel="2" Project="base" > > Source="build\base.vcproj" Description="The following error has > > occurred during XML parsing:

File: C:\Chromium\trunk\src\base > > \build\base.vcproj
Line: 22
Column: 4
Error > > Message:
Property sheet file '.\base.vsprops' was not found or > > failed to load.
The file 'C:\Chromium\trunk\src\base\build > > \base.vcproj' has failed to load."> > > </Event><Event ErrorLevel="2" Project="base" Source="build > > \base.vcproj" Description="Project upgrade failed."> > > </Event><Event ErrorLevel="3" Project="base" Source="build > > \base.vcproj" Description="Not Converted"> > > </Event><Event ErrorLevel="2" Project="base_unittests" Source="build > > \base_unittests.vcproj" Description="The following error has occurred > > during XML parsing:

File: C:\Chromium\trunk\src\base\build > > \base_unittests.vcproj
Line: 21
Column: 4
Error > > Message:
Property sheet file '.\base_unittests.vsprops' was not > > found or failed to load.
The file 'C:\Chromium\trunk\src\base\build > > \base_unittests.vcproj' has failed to load."> > > </Event><Event ErrorLevel="2" Project="base_unittests" Source="build > > \base_unittests.vcproj" Description="Project upgrade failed."> > > </Event><Event ErrorLevel="3" Project="base_unittests" Source="build > > \base_unittests.vcproj" Description="Not Converted"> > > </Event><Event ErrorLevel="0" Project="debug_message" Source="build > > \debug_message.vcproj" Description="Project upgraded successfully."> > > </Event><Event ErrorLevel="3" Project="debug_message" Source="build > > \debug_message.vcproj" Description="Converted"> > > </Event><Event ErrorLevel="2" Project="icuuc" Source="..\third_party > > \icu38\build\icuuc.vcproj" Description="Failed to upgrade project file > > 'C:\Chromium\trunk\src\third_party\icu38\build\icuuc.vcproj'. Please > > make sure the file exists and is not write-protected."> > > </Event><Event ErrorLevel="2" Project="icuuc" Source="..\third_party > > \icu38\build\icuuc.vcproj" Description="Project upgrade failed."> > > </Event><Event ErrorLevel="3" Project="icuuc" Source="..\third_party > > \icu38\build\icuuc.vcproj" Description="Not Converted"> > > </Event><Event ErrorLevel="2" Project="icudt" Source="..\third_party > > \icu38\build\icudt.vcproj" Description="Failed to upgrade project file > > 'C:\Chromium\trunk\src\third_party\icu38\build\icudt.vcproj'. Please > > make sure the file exists and is not write-protected."> > > </Event><Event ErrorLevel="2" Project="icudt" Source="..\third_party > > \icu38\build\icudt.vcproj" Description="Project upgrade failed."> > > </Event><Event ErrorLevel="3" Project="icudt" Source="..\third_party > > \icu38\build\icudt.vcproj" Description="Not Converted"> > > </Event><Event ErrorLevel="2" Project="base_gfx" Source="build > > \base_gfx.vcproj" Description="The following error has occurred during > > XML parsing:

File: C:\Chromium\trunk\src\base\build > > \base_gfx.vcproj
Line: 22
Column: 4
Error > > Message:
Property sheet file '.\base_gfx.vsprops' was not found or > > failed to load.
The file 'C:\Chromium\trunk\src\base\build > > \base_gfx.vcproj' has failed to load."> > > </Event><Event ErrorLevel="2" Project="base_gfx" Source="build > > \base_gfx.vcproj" Description="Project upgrade failed."> > > </Event><Event ErrorLevel="3" Project="base_gfx" Source="build > > \base_gfx.vcproj" Description="Not Converted"> > > </Event><Event ErrorLevel="0" Project="skia" Source="..\skia > > \skia.vcproj" Description="Project upgraded successfully."> > > </Event><Event ErrorLevel="3" Project="skia" Source="..\skia > > \skia.vcproj" Description="Converted"> > > </Event><Event ErrorLevel="0" Project="libpng" Source="..\third_party > > \libpng\libpng.vcproj" Description="Project upgraded successfully."> > > </Event><Event ErrorLevel="3" Project="libpng" Source="..\third_party > > \libpng\libpng.vcproj" Description="Converted"> > > </Event><Event ErrorLevel="0" Project="zlib" Source="..\third_party > > \zlib\zlib.vcproj" Description="Project upgraded successfully."> > > </Event><Event ErrorLevel="3" Project="zlib" Source="..\third_party > > \zlib\zlib.vcproj" Description="Converted"> > > </Event><Event ErrorLevel="0" Project="gtest" Source="..\testing > > \gtest.vcproj" Description="Project upgraded successfully."> > > </Event><Event ErrorLevel="3" Project="gtest" Source="..\testing > > \gtest.vcproj" Description="Converted"> > > </Event><Event ErrorLevel="0" Project="" Source="base.sln" > > Description="Solution converted successfully"> > > </Event><Event ErrorLevel="3" Project="" Source="base.sln" > > Description="Converted"> > > </Event></UpgradeLog> > > > > -Daniel > > > > On Sep 5, 1:03 pm, "Chris Vickery" <[EMAIL PROTECTED]> wrote: > >> post the errors, there's a chance it could be totally unrelated to > >> VS2008 and we might be able to help out :) > >> > >> On Fri, Sep 5, 2008 at 1:36 PM, tolkien <[EMAIL PROTECTED]> wrote: > >> > >> > Hello!!! > >> > Has anyone tried to build it in VS 2008. > >> > I had a lot of errors!!! > >> > >> > Thanks > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
