From: klaas.holwerda <ng...@kl...> - 2007-03-29 15:05:56
|
Francesco Montorsi wrote: > Hi, > > note1: if you don't feel "make clean" is enough, you can use "make > distclean" to clean your build folder ;) > > note2: autoconf allows out-of-tree builds. Do > > mkdir mybuild > cd mybuild > ../configure > make > > to build out-of-tree wxstedit and/or other bakefile-based wxCode > components ;) > Starting to like it ;-) > ./configure > --with-wx-config="/usr/local/lib/wx/config/gtk2-ansi-debug-static-2.8" > I see, makes sense. Is there a place in wxWiki/wxCode to mention/read those know how things? > BTW I've taken the freedom to commit my working version of "configure"... > Thanks! Works again, Klaas |