Hi,
probably the re-encoding by the chinese Visual Studio as indicated in
your other Mail was the problem.
By checkout I mean use a subversion client and check out from the
repository. But since Visual Studio changed the encoding you can
safely skip this. Unfortunately input encodings seem to be a difficult
topic with Visual Studio. Maybe this one helps:
http://stackoverflow.com/questions/279673/save-all-files-in-visual-studio-project-as-utf-8?lq=1

Best regards,
Michael

2013/12/30 Moritz Schwarzkopf, BBT-71 <[email protected]>:
> Hello Mr. Behrsch,
>
> I used the zip file.
>
> You mean with checkout to download it again and build it new?
>
>
> Regards,
> Moritz
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of Michael Behrisch
> Sent: Monday, December 30, 2013 4:28 PM
> To: Moritz Schwarzkopf, BBT-71
> Cc: [email protected]
> Subject: Re: [sumo-user] Problems with building
>
> Hi,
> there are actually some "hard coded" latin1 characters in this file, may be 
> they got mangled up in the release packaging although we never had this 
> problem before. Did you use the zip or the tar.gz? Could you try with a fresh 
> svn checkout (which is always a good idea when trying to develop on sumo)?
> For a hot fix simply look into the file and fix the umlauts by hand.
>
> Best regards,
> Michael
>
> Am 30. Dezember 2013 08:46 schrieb Moritz Schwarzkopf, BBT-71
> <[email protected]>:
>> Hello,
>>
>> I think I got it, how I build the project.
>>
>> But now I want to compile it and this appears:
>>
>> 1>------ Erstellen gestartet: Projekt: z_libutils_common,
>> 1>Konfiguration: Debug Win32 ------
>> 1>  StringUtils.cpp
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp : warning C4819: Die Datei 
>> enthält ein Zeichen, das in der aktuellen Codepage (936) nicht dargestellt 
>> werden kann. Speichern Sie die Datei im Unicode-Format, um den Verlust von 
>> Daten zu verhindern.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(79): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(79): error C2146: 
>> Syntaxfehler: Fehlendes ')' vor Bezeichner 'ae'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(79): error C2660:
>> 1>'StringUtils::replace': Funktion akzeptiert keine 2 Argumente
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(80): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(81): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(82): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(83): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(84): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(85): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(86): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(87): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(88): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(89): error C2001: 
>> Zeilenvorschub in Konstante.
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(90): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor ';'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(91): error C2143: 
>> Syntaxfehler: Es fehlt ')' vor '}'
>> 1>d:\sumo-0.19.0\src\utils\common\stringutils.cpp(91): error C2143: 
>> Syntaxfehler: Es fehlt ';' vor ')'
>> 2>------ Erstellen gestartet: Projekt: TraciTestClient, Konfiguration:
>> 2>Debug Win32 ------
>> 3>------ Erstellen gestartet: Projekt: activitygen, Konfiguration:
>> 3>Debug Win32 ------
>> 4>------ Erstellen gestartet: Projekt: polyconvert, Konfiguration:
>> 4>Debug Win32 ------
>> 5>------ Erstellen gestartet: Projekt: dfrouter, Konfiguration: Debug
>> 5>Win32 ------
>> 2>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 6>------ Erstellen gestartet: Projekt: sumo, Konfiguration: Debug
>> 6>Win32 ------
>> 4>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 5>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 3>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 7>------ Erstellen gestartet: Projekt: od2trips, Konfiguration: Debug
>> 7>Win32 ------
>> 8>------ Erstellen gestartet: Projekt: netgenerate, Konfiguration:
>> 8>Debug Win32 ------
>> 6>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 9>------ Erstellen gestartet: Projekt: netconvert, Konfiguration:
>> 9>Debug Win32 ------
>> 10>------ Erstellen gestartet: Projekt: jtrrouter, Konfiguration:
>> 10>Debug Win32 ------ LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 8>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 7>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 11>------ Erstellen gestartet: Projekt: sumo-gui, Konfiguration: Debug
>> 11>Win32 ------
>> 12>------ Erstellen gestartet: Projekt: duarouter, Konfiguration:
>> 12>Debug Win32 ------
>> 9>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 11>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> 12>LINK : fatal error LNK1104: Datei 
>> "D:\sumo-0.19.0\build\msvc10\z_libutils_common\Debug\z_libutils_common.lib" 
>> kann nicht geöffnet werden.
>> ========== Erstellen: 0 erfolgreich, Fehler bei 12, 39 aktuell, 0
>> ü§1bersprungen ==========
>>
>>
>> Anybody know how to fix this?!
>>
>> Thanks for everything here and regards,
>>
>> Moritz
>>
>> ---------------------------------------------------------------
>> Moritz Schwarzkopf
>> International Intern
>> BBT-71, Plant Structure Development Dadong BMW Brilliance Automotive
>> Ltd. / 华晨宝马汽车有限公司
>> Mobile : +86 155 2447 2481
>> Mail to / 邮箱:
>> [email protected]<mailto:thibaut.cazin@bmw-brillian
>> ce.cn>
>> ---------------------------------------------------------------
>>
>> ----------------------------------------------------------------------
>> -------- Rapidly troubleshoot problems before they affect your
>> business. Most IT organizations don't have a clear picture of how
>> application performance affects their revenue. With AppDynamics, you
>> get 100% visibility into your Java,.NET, & PHP application. Start your
>> 15-day FREE TRIAL of AppDynamics Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c
>> lktrk _______________________________________________
>> sumo-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/sumo-user

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to