On 07/02/2011 08:40 PM, damateem wrote:
>
> Any idea how to get mingw32-make to show the full command line? Then the
> CodeBlocks project file wouldn't be required.
I told you already cmake-gui  CMAKE_VERBOSE_MAKEFILE
This should generate makefile like that.
> There was one oddity that I had to correct for freetype. When built, a
> libary file named freetype.a is created. To get mingw32-make to find the
> file, I had to make a copy and name it libfreetype.a. I expect gcc make
> has the same issue. Are there better ways to deal with this issue?

Euh, on linux it is already installed, so no need to compile it.
I thought you need to compile freetype yourself now in wxArt2D.
So when was it created?


> In the end, the libraries need to appear in this order,
>
> libwxart2d_msw28ud_curves.a
> libwxart2d_msw28ud_editor.a
> libwxart2d_msw28ud_canextobj.a
> libwxart2d_msw28ud_canvas.a
> libwxart2d_msw28ud_svgio.a
> libwxart2d_msw28ud_gdsio.a
> libwxart2d_msw28ud_artbase.a
> libwxart2d_msw28ud_aggdrawer.a
> libwxart2d_msw28ud_genart.a
> libfreetype.a
> libaggctrl.a
> libaggplatform.a
> libagg.a
> libkbool.a
> libwxdocview_msw28ud_docview.a
> libwxdocview_msw28ud_general.a
> libwxdocview_msw28ud_xmlparse.a
> libwxexpatd.a
>
> Of course, the search paths need to be setup correctly to find the files.
Great you succeeded!

Klaas


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to