From: Ulrich T. <Ulr...@gm...> - 2005-09-10 16:57:47
|
Hi Francesco, > usually with non-graphical components using wx I get *exactly* the > same behaviour under all platforms; Well, I'll keep to my habit to not promise things not confirmed to be working. That's the reason, I flagged wxPdfDocument for wxMSW only, although I'm pretty sure it should work as expected on _all_ wxWidgets platforms. Maybe I'm able to add wxGTK soon. > If you don't need it and you like the usual > libCOMPNAME[u][d].a (for static builds) > or > libCOMPNAME[u][d].so.0.0.0 (for shared builds) > then you don't need to change anything in your component bakefile. Ok, I think I stay with the default for now. > > This will be corrected in 2.6.2? > sure; I'm just waiting for 2.6.2 which will have a new option in the > "wx-config" script which I'll use to set WX_* option vars. Fine. > Unfortunately an easy way to set them won't be integrated directly in > wx since Bakefile author's does not think it's a good thing; Too bad. Especially for component like those on wxCode it would make life much easier for wxCode maintainers. > the only way I can see is to write a configure.in/ac file which gives > to the user the options: > > --enable-debug > --enable-shared > --enable-unicode > --with-gtk > --with-x11 > --with-motif > --with-mac > --with-msw > > which the user *must* use to indicate to the configure script of its component the same > configuration he told to the configure script of wxWidgets. > I'm a little busy now; I'll try to implement this in a reusable way first in my components > and then put some info about this in wxcode/build/bakefiles/readme.txt. That would be really great! Regards, Ulrich -- E-Mail privat: Ulr...@gm... E-Mail Studium: Ulr...@Fe... World Wide Web: http://www.stud.fernuni-hagen.de/q1471341 |