LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   trying to install anthem (https://www.linuxquestions.org/questions/linux-software-2/trying-to-install-anthem-40019/)

ocularbob 01-01-2003 08:42 PM

trying to install anthem
 
Im running RH8 on i686.
I get an "error 2" at the end of make.
I think this may be a problem with the paths being checked and/or installed to. How do i go about controlling this?
thanks for you're help in advance

Aussie 01-01-2003 08:51 PM

You need to post more of the error message.

ocularbob 01-01-2003 09:13 PM

more of the error message
 
the INSTALL readme says
i need to 'make -f Makefile.cvs
then ./configure

this gives !!! If you get recursive errors from autoconf, it is adviable to set the environment variable M4 to something including "--nesting-limit=500" (i do get recursive erros but don't know how to implement this fix)

I guess i'll try to get this fixed before going any further?

thanka again

aol imer id= ocularb0b

Aussie 01-01-2003 09:22 PM

You only need to do "make -f Makefile.cvs" if you downloaded the source code from cvs, which involves typing a few commands into a terminal, if you just downloaded a tarball you should start with the "./configure" command. However, you still havn't posted the entire error message that make is giving you.

ocularbob 01-01-2003 10:04 PM

jeez i'm sorry
 
this is all the output from the command "make -f Makefile.cvs"

creating cache ./config.cache
configure: error: can not find install-sh or install.sh in admin ./admin
[root@bigblack anthem-0.0.16]# make -f Makefile.cvs
Removing any existing admin directory...
Determining KDE path...
Determining KDE version...
Detected as KDE 3.x series
cp: cannot stat `admin_kde3': No such file or directory
make: *** [all] Error 1
[root@bigblack anthem-0.0.16]# cd '/root'
[root@bigblack root]# cd '/root/anthem-0.0.17'
[root@bigblack anthem-0.0.17]# make clean
make: *** No rule to make target `clean'. Stop.
[root@bigblack anthem-0.0.17]# make -f Makefile.cvs
Removing any existing admin directory...
Determining KDE path...
Determining KDE version...
Detected as KDE 3.x series
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING automake (GNU automake) 1.6.3.
*** It may be a good idea to update, particularly if you're using BSD make
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
configure.in:65: warning: AC_ARG_PROGRAM invoked multiple times
*** Creating config.h template
autoheader: `config.h.in' is updated
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
Don't forget to run ./configure
If you haven't done so in a while, run ./configure --help


Then I "./configure" output is:


****************************************************
NOTE
****************************************************
You may first want to read the INSTALL instructions
and run Makefile.cvs before configure. If this
configure fails, try that.
****************************************************

checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wbad-function-cast... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/lib/qt3-gcc3.2/lib, headers /usr/lib/qt3-gcc3.2/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt3-gcc3.2/bin/moc
checking for uic... /usr/lib/qt3-gcc3.2/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
you did not specify --with-tse3-includes, using "/usr/include /usr/local/include"
you did not specify --with-tse3-libraries, using "/lib /usr/lib /usr/local/lib"
checking for libtse3 library (libtse3.so) in "/lib /usr/lib /usr/local/lib"... "yes \(/usr/local/lib\)"
checking for libtse3 includes (tse3/TSE3.h) in "/usr/include /usr/local/include"... "yes \(/usr/local/include\)"
checking "for TSE3 library version 0.2.1"... cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
"yes \(found version 0.2.5\)"
checking if anthem should be compiled... yes
configure: creating ./config.status
fast creating ./Makefile
fast creating anthem/Makefile
fast creating anthem/dialogues/Makefile
fast creating anthem/gadgets/Makefile
fast creating anthem/misc/Makefile
fast creating anthem/phraseeditors/Makefile
fast creating anthem/settings/Makefile
fast creating anthem/share/Makefile
fast creating anthem/share/apps/Makefile
fast creating anthem/share/apps/anthem/Makefile
fast creating anthem/share/pixmaps/Makefile
fast creating anthem/share/pixmaps/midi/Makefile
fast creating anthem/songwindow/Makefile
fast creating anthem/tse3/Makefile
fast creating anthem/tse3/kdeui/Makefile
config.status: creating config.h
config.status: executing depfiles commands

so there it is. Surely this is way more info then you were after but hopefully it's in there. cheeers

Aussie 01-01-2003 10:17 PM

Well, all I wanted to see was the error your getting from the "make" command.......any chance of that happening?

ocularbob 01-01-2003 10:33 PM

make output
 
make all-recursive
make[1]: Entering directory `/root/anthem-0.0.17'
Making all in anthem
make[2]: Entering directory `/root/anthem-0.0.17/anthem'
Making all in dialogues
make[3]: Entering directory `/root/anthem-0.0.17/anthem/dialogues'
source='About.cpp' object='About.o' libtool=no \
depfile='.deps/About.Po' tmpdepfile='.deps/About.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o About.o `test -f 'About.cpp' || echo './'`About.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='MiscWindows.cpp' object='MiscWindows.o' libtool=no \
depfile='.deps/MiscWindows.Po' tmpdepfile='.deps/MiscWindows.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o MiscWindows.o `test -f 'MiscWindows.cpp' || echo './'`MiscWindows.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='NewFlag.cpp' object='NewFlag.o' libtool=no \
depfile='.deps/NewFlag.Po' tmpdepfile='.deps/NewFlag.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewFlag.o `test -f 'NewFlag.cpp' || echo './'`NewFlag.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='NewPhrase.cpp' object='NewPhrase.o' libtool=no \
depfile='.deps/NewPhrase.Po' tmpdepfile='.deps/NewPhrase.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewPhrase.o `test -f 'NewPhrase.cpp' || echo './'`NewPhrase.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='NewTrack.cpp' object='NewTrack.o' libtool=no \
depfile='.deps/NewTrack.Po' tmpdepfile='.deps/NewTrack.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewTrack.o `test -f 'NewTrack.cpp' || echo './'`NewTrack.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='Panic.cpp' object='Panic.o' libtool=no \
depfile='.deps/Panic.Po' tmpdepfile='.deps/Panic.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Panic.o `test -f 'Panic.cpp' || echo './'`Panic.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='Part.cpp' object='Part.o' libtool=no \
depfile='.deps/Part.Po' tmpdepfile='.deps/Part.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Part.o `test -f 'Part.cpp' || echo './'`Part.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='Phrase.cpp' object='Phrase.o' libtool=no \
depfile='.deps/Phrase.Po' tmpdepfile='.deps/Phrase.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Phrase.o `test -f 'Phrase.cpp' || echo './'`Phrase.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='SongInfo.cpp' object='SongInfo.o' libtool=no \
depfile='.deps/SongInfo.Po' tmpdepfile='.deps/SongInfo.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o SongInfo.o `test -f 'SongInfo.cpp' || echo './'`SongInfo.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='Splash.cpp' object='Splash.o' libtool=no \
depfile='.deps/Splash.Po' tmpdepfile='.deps/Splash.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Splash.o `test -f 'Splash.cpp' || echo './'`Splash.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='Track.cpp' object='Track.o' libtool=no \
depfile='.deps/Track.Po' tmpdepfile='.deps/Track.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Track.o `test -f 'Track.cpp' || echo './'`Track.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='TSE3Progress.cpp' object='TSE3Progress.o' libtool=no \
depfile='.deps/TSE3Progress.Po' tmpdepfile='.deps/TSE3Progress.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o TSE3Progress.o `test -f 'TSE3Progress.cpp' || echo './'`TSE3Progress.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./NewTrack.h -o NewTrack.moc.cpp
source='NewTrack.moc.cpp' object='NewTrack.moc.o' libtool=no \
depfile='.deps/NewTrack.moc.Po' tmpdepfile='.deps/NewTrack.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewTrack.moc.o `test -f 'NewTrack.moc.cpp' || echo './'`NewTrack.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Phrase.h -o Phrase.moc.cpp
source='Phrase.moc.cpp' object='Phrase.moc.o' libtool=no \
depfile='.deps/Phrase.moc.Po' tmpdepfile='.deps/Phrase.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Phrase.moc.o `test -f 'Phrase.moc.cpp' || echo './'`Phrase.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./MiscWindows.h -o MiscWindows.moc.cpp
source='MiscWindows.moc.cpp' object='MiscWindows.moc.o' libtool=no \
depfile='.deps/MiscWindows.moc.Po' tmpdepfile='.deps/MiscWindows.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o MiscWindows.moc.o `test -f 'MiscWindows.moc.cpp' || echo './'`MiscWindows.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./NewFlag.h -o NewFlag.moc.cpp
source='NewFlag.moc.cpp' object='NewFlag.moc.o' libtool=no \
depfile='.deps/NewFlag.moc.Po' tmpdepfile='.deps/NewFlag.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewFlag.moc.o `test -f 'NewFlag.moc.cpp' || echo './'`NewFlag.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Part.h -o Part.moc.cpp
source='Part.moc.cpp' object='Part.moc.o' libtool=no \
depfile='.deps/Part.moc.Po' tmpdepfile='.deps/Part.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Part.moc.o `test -f 'Part.moc.cpp' || echo './'`Part.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Demidify.h -o Demidify.moc.cpp
source='Demidify.moc.cpp' object='Demidify.moc.o' libtool=no \
depfile='.deps/Demidify.moc.Po' tmpdepfile='.deps/Demidify.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Demidify.moc.o `test -f 'Demidify.moc.cpp' || echo './'`Demidify.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./TSE3Progress.h -o TSE3Progress.moc.cpp
source='TSE3Progress.moc.cpp' object='TSE3Progress.moc.o' libtool=no \
depfile='.deps/TSE3Progress.moc.Po' tmpdepfile='.deps/TSE3Progress.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o TSE3Progress.moc.o `test -f 'TSE3Progress.moc.cpp' || echo './'`TSE3Progress.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Splash.h -o Splash.moc.cpp
source='Splash.moc.cpp' object='Splash.moc.o' libtool=no \
depfile='.deps/Splash.moc.Po' tmpdepfile='.deps/Splash.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Splash.moc.o `test -f 'Splash.moc.cpp' || echo './'`Splash.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./SongInfo.h -o SongInfo.moc.cpp
source='SongInfo.moc.cpp' object='SongInfo.moc.o' libtool=no \
depfile='.deps/SongInfo.moc.Po' tmpdepfile='.deps/SongInfo.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o SongInfo.moc.o `test -f 'SongInfo.moc.cpp' || echo './'`SongInfo.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Track.h -o Track.moc.cpp
source='Track.moc.cpp' object='Track.moc.o' libtool=no \
depfile='.deps/Track.moc.Po' tmpdepfile='.deps/Track.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Track.moc.o `test -f 'Track.moc.cpp' || echo './'`Track.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./Panic.h -o Panic.moc.cpp
source='Panic.moc.cpp' object='Panic.moc.o' libtool=no \
depfile='.deps/Panic.moc.Po' tmpdepfile='.deps/Panic.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o Panic.moc.o `test -f 'Panic.moc.cpp' || echo './'`Panic.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./About.h -o About.moc.cpp
source='About.moc.cpp' object='About.moc.o' libtool=no \
depfile='.deps/About.moc.Po' tmpdepfile='.deps/About.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o About.moc.o `test -f 'About.moc.cpp' || echo './'`About.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
/usr/lib/qt3-gcc3.2/bin/moc ./NewPhrase.h -o NewPhrase.moc.cpp
source='NewPhrase.moc.cpp' object='NewPhrase.moc.o' libtool=no \
depfile='.deps/NewPhrase.moc.Po' tmpdepfile='.deps/NewPhrase.moc.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o NewPhrase.moc.o `test -f 'NewPhrase.moc.cpp' || echo './'`NewPhrase.moc.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
creating libdialogues_a_meta_unload.cpp
source='libdialogues_a_meta_unload.cpp' object='libdialogues_a_meta_unload.o' libtool=no \
depfile='.deps/libdialogues_a_meta_unload.Po' tmpdepfile='.deps/libdialogues_a_meta_unload.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o libdialogues_a_meta_unload.o `test -f 'libdialogues_a_meta_unload.cpp' || echo './'`libdialogues_a_meta_unload.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
rm -f libdialogues.a
ar cru libdialogues.a About.o MiscWindows.o NewFlag.o NewPhrase.o NewTrack.o Panic.o Part.o Phrase.o SongInfo.o Splash.o Track.o TSE3Progress.o NewTrack.moc.o Phrase.moc.o MiscWindows.moc.o NewFlag.moc.o Part.moc.o Demidify.moc.o TSE3Progress.moc.o Splash.moc.o SongInfo.moc.o Track.moc.o Panic.moc.o About.moc.o NewPhrase.moc.o libdialogues_a_meta_unload.o
ranlib libdialogues.a
make[3]: Leaving directory `/root/anthem-0.0.17/anthem/dialogues'
Making all in gadgets
make[3]: Entering directory `/root/anthem-0.0.17/anthem/gadgets'
source='ARecentFilesAction.cpp' object='ARecentFilesAction.o' libtool=no \
depfile='.deps/ARecentFilesAction.Po' tmpdepfile='.deps/ARecentFilesAction.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o ARecentFilesAction.o `test -f 'ARecentFilesAction.cpp' || echo './'`ARecentFilesAction.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='ColourPixmap.cpp' object='ColourPixmap.o' libtool=no \
depfile='.deps/ColourPixmap.Po' tmpdepfile='.deps/ColourPixmap.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o ColourPixmap.o `test -f 'ColourPixmap.cpp' || echo './'`ColourPixmap.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
source='DPColourWidget.cpp' object='DPColourWidget.o' libtool=no \
depfile='.deps/DPColourWidget.Po' tmpdepfile='.deps/DPColourWidget.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -I/usr/local/include -I../../anthem -DQT_THREAD_SUPPORT -D_REENTRANT -Wall -g -c -o DPColourWidget.o `test -f 'DPColourWidget.cpp' || echo './'`DPColourWidget.cpp
cc1plus: warning: changing search order for system directory "/usr/local/include"
cc1plus: warning: as it has already been specified as a non-system directory
DPColourWidget.cpp:52: default argument given for parameter 1 of `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool, QWidget* = 0,
const char* = 0)'
../../anthem/gadgets/DPColourWidget.h:53: after previous specification in `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool = true,
QWidget* = 0, const char* = 0)'
DPColourWidget.cpp:52: default argument given for parameter 3 of `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool, QWidget* = 0,
const char* = 0)'
../../anthem/gadgets/DPColourWidget.h:53: after previous specification in `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool = true,
QWidget* = 0, const char* = 0)'
DPColourWidget.cpp:52: default argument given for parameter 4 of `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool, QWidget* = 0,
const char* = 0)'
../../anthem/gadgets/DPColourWidget.h:53: after previous specification in `
DPColourWidget::DPColourWidget(TSE3::DisplayParams* = 0, bool = true,
QWidget* = 0, const char* = 0)'
make[3]: *** [DPColourWidget.o] Error 1
make[3]: Leaving directory `/root/anthem-0.0.17/anthem/gadgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/anthem-0.0.17/anthem'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/anthem-0.0.17'
make: *** [all] Error 2

Aussie 01-01-2003 11:12 PM

Looks like a QT related error.
I've just downloaded anthem-0.0.17 and it make and installed without any errors. What version of QT do you have installed?

ocularbob 01-01-2003 11:27 PM

hanging my head....

whats the quickest way of checking?

looking in the meantime

Aussie 01-01-2003 11:31 PM

Have a poke around in /usr/lib/qt3-gcc3.2.

ocularbob 01-01-2003 11:41 PM

looks like 3.0.5
the /doc dir linked to "qt-develop-3.0.5

Aussie 01-01-2003 11:50 PM

Ok, yellow dog is a ppc distro? Does it use rpm's?

ocularbob 01-01-2003 11:56 PM

I'm running RH8 on a pentium. it does use rpms.
kernel ver 2.4.18-14

Aussie 01-02-2003 12:02 AM

Ok, check to see that all the QT rpm's are installed, the rpm using distro's usually split packages into two, one containing all the includes and headers called *-devel-*.rpm, you need the contents devel rpm to compile source code against QT.

ocularbob 01-02-2003 12:26 AM

well, i do have all of the qt packages installed. I'm not too sure where to find devel.rpm


All times are GMT -5. The time now is 05:43 PM.