Christian Biesinger wrote: > David Fancella wrote: >> ../../wxMozilla/libwxmozilla.a(webString.o):/home/dfancella/webilator/wxMozilla/webString.cpp:21: >> undefined reference to `typeinfo for nsAutoString' > > You either need to compile Mozilla with --enable-cpp-rtti, or compile > wxWindows and your application with -fno-rtti. > >
Well, I discovered this in another thread, did it, and it worked (got it running, anyway). I then discovered I need to compile Mozilla with GTK2, because I'm using Unicode internally and I needed wxWindows compiled that way. Thanks for the response, though, 'cause I wasn't at all sure that setting the -fno-rtti flag was the "right way" to fix this problem. Now I can proceed with confidence (which is worth more than knowledge). :) Dave
