[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
native gtk-peer compile problem
From: |
Brian Jones |
Subject: |
native gtk-peer compile problem |
Date: |
13 Mar 2002 08:06:26 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
I think I accidentally commented out the check for libart the other
day, so today I've put this back in. If you saw a compile error on
JNI like below then this is the problem. If you have problems with
aclocal finding this macro, it should be in something like
/usr/share/aclocal/libart.m4, unless you installed from sources in
which case it may not have been installed.
Making all in gtk-peer
make[3]: Entering directory `/home/cbj/cvs/classpath/build/native/jni/gtk-peer'
source='../../../../native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c'
object='gnu_java_awt_peer_gtk_GdkFontMetrics.lo' libtool=yes \
depfile='.deps/gnu_java_awt_peer_gtk_GdkFontMetrics.Plo'
tmpdepfile='.deps/gnu_java_awt_peer_gtk_GdkFontMetrics.TPlo' \
depmode=gcc3 /bin/sh ../../../../depcomp \
/bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../../../native/jni/gtk-peer -I../../../include -I. -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
@LIBART_CFLAGS@ -I../../../../native/jni/classpath -I../../../../include
-I../../../include -g -Wall -c -o gnu_java_awt_peer_gtk_GdkFontMetrics.lo
`test -f ../../../../native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c
|| echo
'../../../../native/jni/gtk-peer/'`../../../../native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c
gcc -DHAVE_CONFIG_H -I. -I../../../../native/jni/gtk-peer -I../../../include
-I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include @LIBART_CFLAGS@ -I../../../../native/jni/classpath
-I../../../../include -I../../../include -g -Wall -c
../../../../native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c -MT
gnu_java_awt_peer_gtk_GdkFontMetrics.lo -MD -MP -MF
.deps/gnu_java_awt_peer_gtk_GdkFontMetrics.TPlo -fPIC -DPIC -o
gnu_java_awt_peer_gtk_GdkFontMetrics.lo
gcc: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [gnu_java_awt_peer_gtk_GdkFontMetrics.lo] Error 1
--
Brian Jones <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- native gtk-peer compile problem,
Brian Jones <=