I've got a basic bootstrap process working.

The process is something like this:

cmake -DBOOTSTRAP_WXWIDGETS=TRUE <path/to/source>
make
(wxWidgets is downloaded and built)

cmake -DBOOTSTRAP_WXWIDGETS=FALSE .
make
(Config uses internal build of wxWidgets)
make install

The only problem I have seems to be a bug in wx-config. Even though I'm
specifying a static build, and even if you specify --static on the
wx-config command, it still returns a dynamic lib for one of the dependant
libs (-lwxregexu-2.9) even though all the direct wx lib dependencies are
referenced properly as static libs.

I might be able to find a way to automatically reset the bootstrap variable
but I don't think it's a big issue.

Thanks,
Richard
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to