On Tuesday 17 June 2008 20:54:22 Ben Abbott wrote:
> I attempted to build libftgl1, but failed :-(
>
> [snip]
> rm -f .libs/FTVectoriser.lo
> g++ -c -I../../include -I/sw/include -g -O2 -I/usr/X11/include/
> freetype2 -I/usr/X11/include ../../src/FTVectoriser.cpp  -fno-common -
> DPIC -o .libs/FTVectoriser.lo
> ../../src/FTVectoriser.cpp: In member function 'void
> FTVectoriser::MakeMesh(FTGL_DOUBLE)':
> ../../src/FTVectoriser.cpp:186: error: invalid conversion from 'GLvoid
> (*)(...)' to 'GLvoid (*)()'
> ../../src/FTVectoriser.cpp:186: error:   initializing argument 3 of
> 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'
> ../../src/FTVectoriser.cpp:187: error: invalid conversion from 'GLvoid
> (*)(...)' to 'GLvoid (*)()'
> ../../src/FTVectoriser.cpp:187: error:   initializing argument 3 of
> 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'
> ../../src/FTVectoriser.cpp:188: error: invalid conversion from 'GLvoid
> (*)(...)' to 'GLvoid (*)()'
> ../../src/FTVectoriser.cpp:188: error:   initializing argument 3 of
> 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'
> ../../src/FTVectoriser.cpp:189: error: invalid conversion from 'GLvoid
> (*)(...)' to 'GLvoid (*)()'
> ../../src/FTVectoriser.cpp:189: error:   initializing argument 3 of
> 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'
> ../../src/FTVectoriser.cpp:190: error: invalid conversion from 'GLvoid
> (*)(...)' to 'GLvoid (*)()'
> ../../src/FTVectoriser.cpp:190: error:   initializing argument 3 of
> 'void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)())'
> make[1]: *** [FTVectoriser.lo] Error 1
> g++ -g -O2 -I../../include -I/sw/include -I/usr/X11/include/freetype2 -
> I/usr/X11/include -I../../src  -c -o FTGLDemo.o ../../demo/FTGLDemo.cpp
> gcc -g -O2 -I../../include -I/sw/include -I/usr/X11/include/freetype2 -
> I/usr/X11/include -I../../src  -c -o tb.o ../../demo/tb.c
> gcc -g -O2 -I../../include -I/sw/include -I/usr/X11/include/freetype2 -
> I/usr/X11/include -I../../src  -c -o trackball.o ../../demo/trackball.c
> /bin/sh ../libtool --mode=link g++ FTGLDemo.o tb.o trackball.o -o
> FTGLDemo ../src/libftgl.la   -L/usr/X11/lib -lfreetype -lz -Wl,-
> framework,CoreServices,-framework,ApplicationServices -Wl,-
> framework,GLUT -Wl,-framework,OpenGL -lobjc
> mkdir .libs
> libtool: link: cannot find the library `../src/libftgl.la'
> make[1]: *** [FTGLDemo] Error 1
> [snip]
>
> My X11 is at 2.1.1 ... do I infer correctly that freetype2 is now
> bundled by X11 and that my problem will disappear if I update to X11
> 2.2.2?
>
> Ben
>
>


Some version of freetype2 has always been bundled with X11.  Unless the 
maintainer specifically targeted X11 2.2.2, then installing that may well not 
solve your problem.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to