Vincent van Ravesteijn schreef:
Uwe Stöhr schreef:
Hi Enrico,
I can no longer compile LyX:
D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(482) : error C3861:
'snprintf': identifier not found
D:\LyXSVN\lyx-devel\src\support/os_win32.cpp(502) : error C3861:
'snprintf': identifier not found
Is this a typo or did you miss to included a .h file?
regards Uwe
And if you resolve the above problems, I get:
2>support.lib(os.obj) : error LNK2019: unresolved external symbol
_getmappedfilena...@16 referenced in function "class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl lyx::support::os::real_path(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?real_p...@os@supp...@lyx@@ya?av?$basic_str...@du?$char_traits@d...@std@@v?$alloca...@d@2@@std@@ABV45@@Z)
Vincent
But that was my fault. I had to rerun CMake.
Uwe, you can compile again after changing snprintf into _snprintf.
Vincent