From: f18m_217828 <f18...@ya...> - 2005-03-27 15:35:36
|
Hi, I ended up with the first option: ignoring completely the build config. Under autoconf there are too many options (think to --enable-XXX); they cannot be tracked down all in the lib name... best ignore them completely (even because I don't know how to parse wx-config output in a bakefile...). Now wxCode has wx full-compliant bakefiles. Few modifications are required to add bakefile build system to wxCode components so I suggest to all wxCode programmers to tryout bakefile and read the Readme placed in wxCode/build/bakefiles. For any help on bakefiles feel free to contact me... Francesco Montorsi f18m_217828 wrote: > Hi, > I had no luck when sending this mail to wx-users so I now try to send > it to wxcode... :-) > > I would like to use the wx presets for some wx-based libraries. While > on win32 it required me few conversions on my old bakefiles, I now have > to face a little problem with autoconf: on win32 I use the WXLIBPOSTFIX > variable for my lib name postfix. However, on linux wx_unix.bkl does not > define it and I know it does not make much sense do it since with > autoconf-based systems wx-config script is used to get all info about wx > location and configuration. > > So, the problem is, how should I create the name for my wx-based libs > under autoconf format ? Should I create libs always with the same name > ignoring completely the build config ? Or is there a way to set > WXLIBPOSTFIX also on autoconf ? > > Thanks, > Francesco Montorsi > > PS: I'm not interested in multi-config installations... > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |