[Ipe-discuss] Building ipe-6.0pre22-1 on rh9

Ulrik Stervbo ulriks at ruc.dk
Fri Sep 10 12:02:35 CEST 2004


On Fri, 2004-09-10 at 11:47, Otfried Cheong wrote:
>  > Set to /usr/lib/qt-3.1
> 
> That's fine.
> 
>  > >  > Still tons of -Werror, but thats just because of the warning level,
>  > >  > right?
>  > > 
>  > > You shouldn't see any warnings or errors when compiling with g++.
>  > 
>  > Oh! Recompiled and piped and attached the result
> 
> There is no error or warning at all in the log - everything compiles
> just fine (including the images ipelet where you had an error
> before!).  But why does it end after ipelets/images?

So all that 'g++ -c -pipe -Wall -W -Werror -O2 -march=i386 -mcpu=i686
*stiff*' should just be ignored... Sorry, I didn't know.

I dunno why it ends. This is what I did:
[root at dhcppc11 src]# qmake main.pro && make > qmake_output.txt
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[2]: *** [../../../build/ipelets/libimage.so.1.0.0] Error 1
make[1]: *** [sub-image] Error 2
make: *** [sub-ipelets] Error 2
[root at dhcppc11 src]# 

This is a snip (the last bits) of whats printed to the screen when I run
qmake main.pro && make:

cd image && qmake  -o Makefile
cd image && make -f Makefile
make[2]: Entering directory
`/home/ulriks/downloads/ipe-6.0pre22/src/ipelets/image'
g++ -c -pipe -Wall -W -Werror -O2 -march=i386 -mcpu=i686 -g
-DGLX_GLXEXT_LEGACY -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT
-fPIC  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/lib/qt-3.1/mkspecs/default -I. -I../../include
-I/usr/lib/qt-3.1/include -o ../../../build/obj/ipelets/image.o
image.cpp
test -d ../../../build/ipelets/ || mkdir -p ../../../build/ipelets/
rm -f libimage.so.1.0.0 libimage.so libimage.so.1 libimage.so.1.0
g++ -shared -Wl,-soname,libimage.so.1 -o libimage.so.1.0.0
../../../build/obj/ipelets/image.o   -L/usr/lib/qt-3.1/lib
-L/usr/X11R6/lib -L../../../build/lib -lipe -lqt-mt -lXext -lX11 -lm
-lpthread
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[2]: *** [../../../build/ipelets/libimage.so.1.0.0] Error 1
make[2]: Leaving directory
`/home/ulriks/downloads/ipe-6.0pre22/src/ipelets/image'
make[1]: *** [sub-image] Error 2
make[1]: Leaving directory
`/home/ulriks/downloads/ipe-6.0pre22/src/ipelets'
make: *** [sub-ipelets] Error 2
[root at dhcppc11 src]#

Ulrik





More information about the Ipe-discuss mailing list