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, 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: 
> '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: Debug 
> Win32 ------
> 3>------ Erstellen gestartet: Projekt: activitygen, Konfiguration: Debug 
> Win32 ------
> 4>------ Erstellen gestartet: Projekt: polyconvert, Konfiguration: Debug 
> Win32 ------
> 5>------ Erstellen gestartet: Projekt: dfrouter, Konfiguration: Debug 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 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 Win32 
> ------
> 8>------ Erstellen gestartet: Projekt: netgenerate, Konfiguration: 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: Debug Win32 
> ------
> 10>------ Erstellen gestartet: Projekt: jtrrouter, Konfiguration: Debug Win32 
> ------
> 10>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 Win32 
> ------
> 12>------ Erstellen gestartet: Projekt: duarouter, Konfiguration: 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:[email protected]>
> ---------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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