On Tue, Dec 04, 2007 at 11:10:08AM -0600, Robert T Wyatt wrote: > Martin Costabel wrote: > >Alexander K. Hansen wrote: > >[] > >>>../src/generic/dcpsg.cpp: In > >>>function 'void draw_bezier_outline(wxPostScriptDC*, FT_FaceRec_*, > >>>FT_UInt, int, int, double, double)': ../src/generic/dcpsg.cpp:1261: > >>>error: invalid conversion from 'int (*) (FT_Vector*, void*)' to > >>>'int (*)(const FT_Vector*, void*)' ../src/generic/dcpsg.cpp:1261: > >>>error: invalid conversion from 'int (*) (FT_Vector*, void*)' to > >>>'int (*)(const FT_Vector*, void*)' ../src/generic/dcpsg.cpp:1261: > >>>error: invalid conversion from 'int (*) (FT_Vector*, FT_Vector*, > >>>void*)' to 'int (*)(const FT_Vector*, const FT_Vector*, void*)' > >>>../src/generic/dcpsg.cpp:1261: error: invalid conversion from 'int > >>>(*) (FT_Vector*, FT_Vector*, FT_Vector*, void*)' to 'int (*)(const > >>> FT_Vector*, const FT_Vector*, const FT_Vector*, void*)' make: *** > >>>[monodll_dcpsg.o] Error 1 ### execution of /var/tmp/tmp.1.20nBAa > >>>failed, exit code 2 Removing runtime build-lock... Removing > >>>build-lock package... /sw/bin/dpkg-lockwait -r > >>>fink-buildlock-wxgtk-2.5.2.8-1005 (Reading database ... 169981 > >>>files and directories currently installed.) Removing > >>>fink-buildlock-wxgtk-2.5.2.8-1005 ... Failed: phase compiling: > >>>wxgtk-2.5.2.8-1005 failed > >[] > >>What OS version is this? If Leopard then maybe we need to look for > >>issues with Apple X11's freetype2 implementation there. > > > >You would get the same error with Fink's freetype219 package. It seems > >wxgtk depends on ancient (pre-219) features of freetype2. It will either > >have to be patched to work with newer freetype2 (perhaps difficult, > >because wxgtk is ancient, too), or it will have to depend on Fink's > >freetype2 (not 219) package and be patched to use this instead of the > >one in X11. Fink's freetype2 is probably of sufficient antiquity to make > >this work. > > > >We may need to watch out for other packages that are using the freetype2 > >that comes with X11 and are expecting it to be an old version. > > > > The error that I get with wxgtk2.8 is actually uglier, but perhaps due > to the same issues? > > make: *** [coredll_graphicc.o] Error 1 (too long to list see:) > > http://ccwf.cc.utexas.edu/~robert/intel/wxgtk2.8-2.8.0-2.txt
That error begins with: ../src/generic/graphicc.cpp:101:19: error: cairo.h: No such file or directory so it's just a case of a missing dependency, for example BuildDepends:cairo, or a missing -I flag to find that file. I wonder if wxgtk version 2.8 is going to be expecting gtk+2>=2.8, i.e., the pangocairo branch, which has better integration of cairo and its flags. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
