2007/9/30, Timo Kreuzer timo.kreuzer@web.de:
I could resolve most of the linking errors by reordering the libs in the rbuild file. Yes, it does matter ;-)
okay, I understand.
There are still 4 unresolved references left: `LaunchBrowser(char const*)'
... this one is a minor feature (launch a browser after clicking on a link), and I have commented it out for the meanwhile
`_wstr_dup' `_WinMain@16'
hm, don't know why
`_FT_Get_X11_Font_Format'
... is related to freetype, our freetype has only "FT_Get_X11_Font_Format" but none with leading underscore (ftxf86.c and ftxf86.h of freetype).
btw: is 'Kopie von SumatraPDF.cpp' still needed?
no, I deleted it plus some other unnecessary files
Klemens