5 Aug
2005
5 Aug
'05
6:39 a.m.
Update on the open dialog crash: fixed by upgrading to newest libs (thanks Ishmal).
However I run into another problem: Cyrillic filenames crash on open in Win98. I traced this down to
fp = std::fopen(filename, how.c_str());
in io/sys.cpp, line 169. This fails, so fp == NULL.
However, Inkscape::IO::file_test on the same filename works, using g_file_test. So I thought that if I replace std::fopen with g_fopen in the above, it may work. Unfortunately this fails at linking:
libinkscape.a(sys.o):sys.cpp:(.text+0x2a7d): undefined reference to `g_fopen(char const*, char const*)'
Ishmal: is this function missing in your libs? Can you add it?
--
bulia byak
Inkscape. Draw Freely.
http://www.inkscape.org