Re: [ft-devel] Hide Carbon-dependency of ftmac.c ([ft] cannot open some fonts on mac and linux)

2007-09-27 Thread Sean McBride
On 9/22/07 6:32 PM, [EMAIL PROTECTED] said: Recently David Turner proposed to use dlsym()-type features for ftmac.c to solve the incompatibilities of libfreetype.dylib with ftmac.c and without ftmac.c, in freetype mailing list. I guess I missed this discussion... what date was the first post?

Re: [ft] FreeType artefact

2007-09-27 Thread Werner LEMBERG
I call 2 functions to draw text: [...] For detailed studying I need something which compiles out of the box, and which doesn't use a graphics system. Please use the `example1.c' file from the FreeType tutorial as a template. Werner ___

[ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Debra Scott
I've downloaded the xpdf source package from sourceforge.net along with the freetype package in building the freetype project first, I've done: ./configure make make install the latter fails with error: make: *** [/tmp/freetype-2.3.5/objs/libfreetype.la] Error 1 I've looked in

Re: [ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Werner LEMBERG
I've downloaded the xpdf source package from sourceforge.net along with the freetype package in building the freetype project first, I've done: ./configure make make install the latter fails with error: make: *** [/tmp/freetype-2.3.5/objs/libfreetype.la] Error 1 Hmm. I doubt that

Re: [ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Werner LEMBERG
Yes, I'm running 'make install' as the superuser Then please post a log of the complete compilation process from a freshly unpacked tarball (compressed). I assume problems with libtool; maybe upgrading to another version helps. Werner ___

Re: [ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Debra Scott
ok I'll capture complete compilation output from a fresh tarball Werner LEMBERG wrote: Yes, I'm running 'make install' as the superuser Then please post a log of the complete compilation process from a freshly unpacked tarball (compressed). I assume problems with libtool; maybe

Re: [ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Debra Scott
hi, ok, I've gotten it to build. I needed to create links in /usr/bin for ar, ld, ranlib, strip to link to the gxx commands in /usr/sfw/bin so my cc - gcc ld - gld ar - gar ranlib - granlib strip - gstrip root did not know of /usr/ucb/bin to use the

Re: [ft-devel] building xpdf on Solaris x86

2007-09-27 Thread Werner LEMBERG
I needed to create links in /usr/bin for ar, ld, ranlib, strip to link to the gxx commands in /usr/sfw/bin Hmm. FreeType should build with standard Sun compilers too. I couldn't find an easy way of addressing this in your instructions. What instructions do you expect? Normally, the