LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-24-2003, 02:55 AM   #1
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Rep: Reputation: 30
Unhappy qt needed for installation


Hi, I am trying to install a musiscore - a program that writes music notes. ./configure however aborts: configure: error: need qt =>3.0.0

Well, I am trying to find that qt. I suppose it is something like qt-3.0.0 in a tartball or rpm, right? Where do you get that qt?
 
Old 02-24-2003, 03:04 AM   #2
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
You're in luck - I was looking for it yesterday.

http://freshmeat.net/releases/107237/

If you need stuff in the future, there's always searching that site and

http://www.google.com/linux

but sometimes it is hard to figure what you need or where to get it.
 
Old 02-24-2003, 04:12 AM   #3
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
Talking

wonderful! THANKS!
 
Old 02-24-2003, 05:58 AM   #4
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Hang on

Your distro will have Qt 3 in it already. Go onto the CDs (or use urpmi) and install the qt-devel packages.

You don't need to download stuff like qt from the net.
 
Old 02-24-2003, 06:22 AM   #5
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
You are right. I run slocate and found qt3.
I have no idea why ./configure returns configure: error: need qt =>3.0.0. even if I tell it --with-qt-prefix=/usr/lib/qt3
Any idea?
 
Old 02-24-2003, 06:37 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
got the qt3-devel pacakge installed too?
 
Old 02-24-2003, 11:19 AM   #7
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
No, it was not installed. Now it is and I got a bit farther.
Yet, there is a problem.

This time "./configure" went well.
The problem was on "make"

Hoping you (somebody) would be able to help.
(please scroll down for the errors at the end. I marked red different stages of install)


[root@localhost mscore-0.0.6]# ./configure
--prefix=/usr/share/musiscore -with-qt-prefix=/usr/lib/qt3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
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... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
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 for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... 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 if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for doxygen... no
checking for dot... no
checking for perl... /usr/bin/perl
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking how to run the C++ preprocessor... g++ -E
checking for QT environment variable QTDIR... no
checking for QT includes (/usr/lib/qt3/include)... yes
checking for QT libraries (/usr/lib/qt3/lib)... yes
checking for QT moc (/usr/lib/qt3/bin/moc)... yes
checking for QT uic (/usr/lib/qt3/bin/uic)... yes
checking for QT version >= 3.0.0... yes
checking for qt_selection_property in -lqt-mt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating xpm/Makefile
config.status: creating demos/Makefile
config.status: creating fonts/Makefile
config.status: creating wallpaper/Makefile
config.status: creating locale/Makefile
config.status: creating Doxyfile
config.status: creating src/config.h
config.status: executing depfiles commands
configure:

MuseScore configured

doxygen: no
graphviz: no
perl: /usr/bin/perl
treeviews in doxygen
html output: yes

C++ compiler: g++
optimizing: no
optimise for arch: none

installation prefix: /usr/share/musiscore


[root@localhost mscore-0.0.6]# make
Making all in src
make[1]: Entering directory `/usr/share/musiscore/mscore-0.0.6/src'
/usr/lib/qt3/bin/moc scanvas.h -o obj/moc_scanvas.cpp
/usr/lib/qt3/bin/moc palette.h -o obj/moc_palette.cpp
/usr/lib/qt3/bin/moc mscore.h -o obj/moc_mscore.cpp
/usr/lib/qt3/bin/moc editstyle.h -o obj/moc_editstyle.cpp
/usr/lib/qt3/bin/moc instruments.h -o obj/moc_instruments.cpp
/usr/lib/qt3/bin/moc textstyle.h -o obj/moc_textstyle.cpp
/usr/lib/qt3/bin/moc buttons.h -o obj/moc_buttons.cpp
/usr/lib/qt3/bin/moc preferences.h -o obj/moc_preferences.cpp
/usr/lib/qt3/bin/moc pad.h -o obj/moc_pad.cpp
/usr/lib/qt3/bin/moc pagesettings.h -o obj/moc_pagesettings.cpp
/usr/lib/qt3/bin/moc editinstrument.h -o obj/moc_editinstrument.cpp
/usr/lib/qt3/bin/moc property.h -o obj/moc_property.cpp
/usr/lib/qt3/bin/uic -o prefsdialogbase.h prefsdialogbase.ui
/usr/lib/qt3/bin/uic -o editstylebase.h editstylebase.ui
/usr/lib/qt3/bin/uic -o pad1base.h pad1base.ui
/usr/lib/qt3/bin/uic -o pagesettingsbase.h pagesettingsbase.ui
/usr/lib/qt3/bin/uic -o notepropertybase.h notepropertybase.ui
/usr/lib/qt3/bin/uic -o instrumentsbase.h instrumentsbase.ui
/usr/lib/qt3/bin/uic -o editinstrumentbase.h editinstrumentbase.ui
/usr/lib/qt3/bin/uic -o clefpropertybase.h clefpropertybase.ui
/usr/lib/qt3/bin/uic -o textstylebase.h textstylebase.ui
/usr/lib/qt3/bin/moc prefsdialogbase.h -o obj/moc_prefsdialogbase.cpp
/usr/lib/qt3/bin/moc editstylebase.h -o obj/moc_editstylebase.cpp
/usr/lib/qt3/bin/moc pad1base.h -o obj/moc_pad1base.cpp
/usr/lib/qt3/bin/moc pagesettingsbase.h -o obj/moc_pagesettingsbase.cpp
/usr/lib/qt3/bin/moc notepropertybase.h -o obj/moc_notepropertybase.cpp
/usr/lib/qt3/bin/moc instrumentsbase.h -o obj/moc_instrumentsbase.cpp
/usr/lib/qt3/bin/moc editinstrumentbase.h -o obj/moc_editinstrumentbase.cpp
/usr/lib/qt3/bin/moc clefpropertybase.h -o obj/moc_clefpropertybase.cpp
/usr/lib/qt3/bin/moc textstylebase.h -o obj/moc_textstylebase.cpp
/usr/lib/qt3/bin/uic -o obj/prefsdialogbase.cpp -impl prefsdialogbase.h prefsdialogbase.ui
/usr/lib/qt3/bin/uic -o obj/editstylebase.cpp -impl editstylebase.h editstylebase.ui
/usr/lib/qt3/bin/uic -o obj/pad1base.cpp -impl pad1base.h pad1base.ui
/usr/lib/qt3/bin/uic -o obj/pagesettingsbase.cpp -impl pagesettingsbase.h pagesettingsbase.ui
/usr/lib/qt3/bin/uic -o obj/notepropertybase.cpp -impl notepropertybase.h notepropertybase.ui
/usr/lib/qt3/bin/uic -o obj/instrumentsbase.cpp -impl instrumentsbase.h instrumentsbase.ui
/usr/lib/qt3/bin/uic -o obj/editinstrumentbase.cpp -impl editinstrumentbase.h editinstrumentbase.ui
/usr/lib/qt3/bin/uic -o obj/clefpropertybase.cpp -impl clefpropertybase.h clefpropertybase.ui
/usr/lib/qt3/bin/uic -o obj/textstylebase.cpp -impl textstylebase.h textstylebase.ui
make all-recursive
make[2]: Entering directory `/usr/share/musiscore/mscore-0.0.6/src'
make[3]: Entering directory `/usr/share/musiscore/mscore-0.0.6/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT painter.o -MD -MP -MF ".deps/painter.Tpo" \
-c -o painter.o `test -f 'painter.cpp' || echo './'`painter.cpp; \
then mv ".deps/painter.Tpo" ".deps/painter.Po"; \
else rm -f ".deps/painter.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT tempo.o -MD -MP -MF ".deps/tempo.Tpo" \
-c -o tempo.o `test -f 'tempo.cpp' || echo './'`tempo.cpp; \
then mv ".deps/tempo.Tpo" ".deps/tempo.Po"; \
else rm -f ".deps/tempo.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT measure.o -MD -MP -MF ".deps/measure.Tpo" \
-c -o measure.o `test -f 'measure.cpp' || echo './'`measure.cpp; \
then mv ".deps/measure.Tpo" ".deps/measure.Po"; \
else rm -f ".deps/measure.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT system.o -MD -MP -MF ".deps/system.Tpo" \
-c -o system.o `test -f 'system.cpp' || echo './'`system.cpp; \
then mv ".deps/system.Tpo" ".deps/system.Po"; \
else rm -f ".deps/system.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT object.o -MD -MP -MF ".deps/object.Tpo" \
-c -o object.o `test -f 'object.cpp' || echo './'`object.cpp; \
then mv ".deps/object.Tpo" ".deps/object.Po"; \
else rm -f ".deps/object.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT hairpin.o -MD -MP -MF ".deps/hairpin.Tpo" \
-c -o hairpin.o `test -f 'hairpin.cpp' || echo './'`hairpin.cpp; \
then mv ".deps/hairpin.Tpo" ".deps/hairpin.Po"; \
else rm -f ".deps/hairpin.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT transform.o -MD -MP -MF ".deps/transform.Tpo" \
-c -o transform.o `test -f 'transform.cpp' || echo './'`transform.cpp; \
then mv ".deps/transform.Tpo" ".deps/transform.Po"; \
else rm -f ".deps/transform.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT layout.o -MD -MP -MF ".deps/layout.Tpo" \
-c -o layout.o `test -f 'layout.cpp' || echo './'`layout.cpp; \
then mv ".deps/layout.Tpo" ".deps/layout.Po"; \
else rm -f ".deps/layout.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT beam.o -MD -MP -MF ".deps/beam.Tpo" \
-c -o beam.o `test -f 'beam.cpp' || echo './'`beam.cpp; \
then mv ".deps/beam.Tpo" ".deps/beam.Po"; \
else rm -f ".deps/beam.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT style.o -MD -MP -MF ".deps/style.Tpo" \
-c -o style.o `test -f 'style.cpp' || echo './'`style.cpp; \
then mv ".deps/style.Tpo" ".deps/style.Po"; \
else rm -f ".deps/style.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT xml.o -MD -MP -MF ".deps/xml.Tpo" \
-c -o xml.o `test -f 'xml.cpp' || echo './'`xml.cpp; \
then mv ".deps/xml.Tpo" ".deps/xml.Po"; \
else rm -f ".deps/xml.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT file.o -MD -MP -MF ".deps/file.Tpo" \
-c -o file.o `test -f 'file.cpp' || echo './'`file.cpp; \
then mv ".deps/file.Tpo" ".deps/file.Po"; \
else rm -f ".deps/file.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT sig.o -MD -MP -MF ".deps/sig.Tpo" \
-c -o sig.o `test -f 'sig.cpp' || echo './'`sig.cpp; \
then mv ".deps/sig.Tpo" ".deps/sig.Po"; \
else rm -f ".deps/sig.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT clef.o -MD -MP -MF ".deps/clef.Tpo" \
-c -o clef.o `test -f 'clef.cpp' || echo './'`clef.cpp; \
then mv ".deps/clef.Tpo" ".deps/clef.Po"; \
else rm -f ".deps/clef.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT key.o -MD -MP -MF ".deps/key.Tpo" \
-c -o key.o `test -f 'key.cpp' || echo './'`key.cpp; \
then mv ".deps/key.Tpo" ".deps/key.Po"; \
else rm -f ".deps/key.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT track.o -MD -MP -MF ".deps/track.Tpo" \
-c -o track.o `test -f 'track.cpp' || echo './'`track.cpp; \
then mv ".deps/track.Tpo" ".deps/track.Po"; \
else rm -f ".deps/track.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT undo.o -MD -MP -MF ".deps/undo.Tpo" \
-c -o undo.o `test -f 'undo.cpp' || echo './'`undo.cpp; \
then mv ".deps/undo.Tpo" ".deps/undo.Po"; \
else rm -f ".deps/undo.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT note.o -MD -MP -MF ".deps/note.Tpo" \
-c -o note.o `test -f 'note.cpp' || echo './'`note.cpp; \
then mv ".deps/note.Tpo" ".deps/note.Po"; \
else rm -f ".deps/note.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT navigate.o -MD -MP -MF ".deps/navigate.Tpo" \
-c -o navigate.o `test -f 'navigate.cpp' || echo './'`navigate.cpp; \
then mv ".deps/navigate.Tpo" ".deps/navigate.Po"; \
else rm -f ".deps/navigate.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT edit.o -MD -MP -MF ".deps/edit.Tpo" \
-c -o edit.o `test -f 'edit.cpp' || echo './'`edit.cpp; \
then mv ".deps/edit.Tpo" ".deps/edit.Po"; \
else rm -f ".deps/edit.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" \
-c -o utils.o `test -f 'utils.cpp' || echo './'`utils.cpp; \
then mv ".deps/utils.Tpo" ".deps/utils.Po"; \
else rm -f ".deps/utils.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -W -D_GNU_SOURCE -fno-exceptions -fno-rtti -DQT_CLEAN_NAMESPACE -DQT_NOCOMPAT -DQT_NO_ASCII_CAST -I.. -I/usr/lib/qt3/include -DINSTPREFIX=\"/usr/share/musiscore\" -g -O2 -MT globals.o -MD -MP -MF ".deps/globals.Tpo" \
-c -o globals.o `test -f 'globals.cpp' || echo './'`globals.cpp; \
then mv ".deps/globals.Tpo" ".deps/globals.Po"; \
else rm -f ".deps/globals.Tpo"; exit 1; \
fi
In file included from globals.cpp:9:
globals.h:37: syntax error before `*' token
make[3]: *** [globals.o] Error 1
make[3]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make: *** [all-recursive] Error 1
[root@localhost mscore-0.0.6]#
 
Old 02-24-2003, 01:20 PM   #8
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Bug in the app, probably caused by gcc3.2 being less tolerant of mistakes than its predecessor. Contact the author of the program, ask them, they can help.

Why are you manually forcing the prefix btw? You shouldn't need to do that.
 
Old 02-24-2003, 01:31 PM   #9
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
Yes, I am forcing the prefix for qt3 manually. Author recommeded to do so if ../configure doesn't see it. I hope the author knows the problem and can help. It looks like a nice program.
 
Old 02-24-2003, 01:58 PM   #10
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
You're forcing the install prefix is what i meant, the

--prefix=/usr/share/mo...

Why? There's little reason for it and it just complicates things...
 
Old 02-25-2003, 01:56 AM   #11
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by mhearn
Hang on

Your distro will have Qt 3 in it already. Go onto the CDs (or use urpmi) and install the qt-devel packages.

You don't need to download stuff like qt from the net.
Ah, you high-falutin' folks with your distros from this century.

Can't help you with the latest part, linuxfond - needless to say, few apps I try compile correctly. Gotta get a new distro. Damn dialup.
 
Old 02-25-2003, 05:41 AM   #12
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
No, in fact I do not try to complicate the things. I just wanted to have in installed in a folder that I will know what's its contents.

I thought that might have been the source of problems. i tried to install without prefixes. Same result, same error messages.

Now i exchange emails with the author, which is very helpful. I still haven't got it right, but i am getting closer. I will report success or failor later.

I try to install MusiScore because it seems to be better than Brahms (Brahms is time consumming like Finale for Windzoo).
 
Old 02-25-2003, 12:57 PM   #13
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
I was trying to install it with a wrong qt! Actually, README did not explicitely tell it HAS to be qt-3.1.1 from trolltech!
Now running make.....
 
Old 02-25-2003, 01:07 PM   #14
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
Btw, just an idea, if you get that

globals.h:37: syntax error before `*' token
make[3]: *** [globals.o] Error 1
make[3]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/share/musiscore/mscore-0.0.6/src'
make: *** [all-recursive] Error 1
[root@localhost mscore-0.0.6]#

error again, try make again, because I got a very similar error when building my fluxbox rpm just now, and the second attempt worked fine!
 
Old 02-25-2003, 01:15 PM   #15
linuxfond
Member
 
Registered: Jan 2003
Location: Belgium
Distribution: Mandrake 9.2
Posts: 475

Original Poster
Rep: Reputation: 30
Thanks. I am still running make in qt-3.1.1.... what a huge thing it is that qt-3.1.1!
It took more than an hour to ./configure, and I don't know when the make will tell its done. I hope it all goes fine...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installation help needed iliev76 Linux - Newbie 2 02-01-2005 10:50 AM
Installation Help Needed ! hdx08774 Linux - Newbie 16 02-20-2003 08:43 AM
Installation Help Needed ! hdx08774 Linux - General 1 12-31-2002 11:30 AM
Help with driver installation is needed. stickboy64 Linux - Newbie 2 11-27-2002 11:06 AM
Installation help needed esael Slackware 2 08-17-2002 11:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration