tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Building gtk2 on OS X Tiger (xfixesproto/xextproto issue)



Attempting to build a gtk2 using app on pkgsrc under OS X 10.4 Tiger
fails with an issue in libXfixes. Has anyone seen this before? Should
it just be using X11_TYPE=modular?

[...]
checking for IceConnectionNumber in -lICE... yes
checking for XTHREADS in Xlib... yes
checking for fixesext >= 2.0... yes
checking FIXESEXT_CFLAGS... Package 'FixesProto' requires 'xextproto
>= 7.0.99.1' but version of XExtensions is 1.0.1

checking FIXESEXT_LIBS... Package 'FixesProto' requires 'xextproto >=
7.0.99.1' but version of XExtensions is 1.0.1

configure: creating ./config.status
config.status: creating Makefile
config.status: creating xfixes.pc
config.status: creating config.h
config.status: executing depfiles commands
=> Modifying libtool scripts to use pkgsrc libtool
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the
package Makefile.
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the
package Makefile.
===> Building for Xfixes-2.0.1nb4
/usr/pkg/bin/bmake  all-am
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-no-cpp-precomp -isystem /usr/include -I/usr/pkg/include
-I/usr/X11R6/include  -I/usr/X11R6/include -DXTHREADS -pipe -O2 -pipe
-fno-common -I/usr/pkg/include -I/usr/X11R6/include -MT Cursor.lo -MD
-MP -MF ".deps/Cursor.Tpo"  -c -o Cursor.lo `test -f 'Cursor.c' ||
echo './'`Cursor.c;  then mv -f ".deps/Cursor.Tpo" ".deps/Cursor.Plo";
 else rm -f ".deps/Cursor.Tpo"; exit 1;  fi
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -no-cpp-precomp -isystem
/usr/include -I/var/obj/pkg/x11/Xfixes/work/.buildlink/include
-I/var/obj/pkg/x11/Xfixes/work/.x11-buildlink/include -DXTHREADS -pipe
-O2 -pipe -fno-common -MT Cursor.lo -MD -MP -MF .deps/Cursor.Tpo -c
Cursor.c  -fno-common -DPIC -o .libs/Cursor.o
In file included from Xfixesint.h:35,
                 from Cursor.c:25:
/var/obj/pkg/x11/Xfixes/work/.buildlink/include/X11/extensions/xfixesproto.h:48:39:
error: X11/extensions/shapeconst.h: No such file or directory
*** Error code 1

Stop.
bmake: stopped in /var/obj/pkg/x11/Xfixes/work/libXfixes-2.0.1
*** Error code 1

Stop.
bmake: stopped in /var/obj/pkg/x11/Xfixes/work/libXfixes-2.0.1
*** Error code 1

Stop.
bmake: stopped in /pkgsrc/x11/Xfixes
*** Error code 1

Stop.
bmake: stopped in /pkgsrc/x11/Xfixes
*** Error code 1

Stop.
bmake: stopped in /pkgsrc/x11/xcursor
*** Error code 1

Stop.
bmake: stopped in /pkgsrc/x11/gtk2
*** Error code 1


Home | Main Index | Thread Index | Old Index