From: John L. <jla...@gm...> - 2006-09-01 02:09:50
|
On 8/31/06, John Labenski <jla...@gm...> wrote: > I have to give up now, since I cannot get the <wx-lib>adv</wx-lib> to > get added to the Makefile.in and GNUmakefile. Same for html or any > other wxlib. I think I found the problem. In build/autoconf/wxpresets.m4 we have AC_DEFUN([AM_WXPRESETS], ... WX_ADDITIONAL_LIBS="$2,core,base" I don't understand the syntax just yet, but for some reason $2 is not getting filled with any of the other wxlibs you set in the bakefile. Like these : <wx-lib>html</wx-lib> <wx-lib>adv</wx-lib> so that in GNUmakefile for example you only get `$(WX_CONFIG) --libs core,base` Sorry I can't fix this myself, but I'm slowly trying to learn this stuff. Thanks, John Labenski |