This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Can't build Amarok 1.2.3

Tags: None
(comma "," separated)
Madjack
Registered Member
Posts
2
Karma
0

Can't build Amarok 1.2.3

Fri Apr 01, 2005 10:01 pm
After succsessful configuration of amarok with this line:
./configure --prefix=`kde-config --prefix`

type make and see this error:

> make
make all-recursive
Making all in amarok
Making all in src
Making all in amarokcore
if /usr/local/bin/bash ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I/usr/local/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT main.lo -MD -MP -MF \".deps/main.Tpo\" -c -o main.lo `test -f \'main.cpp\' || echo \'./\'`main.cpp; then mv -f \".deps/main.Tpo\" \".deps/main.Plo\"; else rm -f \".deps/main.Tpo\"; exit 1; fi
/usr/X11R6/bin/moc ./amarokdcophandler.h -o amarokdcophandler.moc
if /usr/local/bin/bash ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../amarok/src -I../../../amarok/src/amarokcore -I../../../amarok/src -I../../../amarok/src/engine -I../../../amarok/src/plugin -I../../../amarok/src/statusbar -I/usr/local/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT amarokdcophandler.lo -MD -MP -MF \".deps/amarokdcophandler.Tpo\" -c -o amarokdcophandler.lo `test -f \'amarokdcophandler.cpp\' || echo \'./\'`amarokdcophandler.cpp; then mv -f \".deps/amarokdcophandler.Tpo\" \".deps/amarokdcophandler.Plo\"; else rm -f \".deps/amarokdcophandler.Tpo\"; exit 1; fi
amarokdcophandler.cpp:19:26: amarokconfig.h: No such file or directory
amarokdcophandler.cpp: In member function `virtual bool amaroK::DcopPlayerHandler::repeatTrackStatus()\':
amarokdcophandler.cpp:110: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:110: error: `repeatTrack\' undeclared (first use this function)
amarokdcophandler.cpp:110: error: (Each undeclared identifier is reported only once for each function it appears in.)
amarokdcophandler.cpp: In member function `virtual bool amaroK::DcopPlayerHandler::repeatPlaylistStatus()\':
amarokdcophandler.cpp:115: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:115: error: `repeatPlaylist\' undeclared (first use this function)
amarokdcophandler.cpp: In member function `virtual bool amaroK::DcopPlayerHandler::randomModeStatus()\':
amarokdcophandler.cpp:120: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:120: error: `randomMode\' undeclared (first use this function)
amarokdcophandler.cpp: In member function `virtual void amaroK::DcopPlayerHandler::setEqualizerEnabled(bool)\':
amarokdcophandler.cpp:272: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp: In member function `virtual bool amaroK::DcopPlayerHandler::equalizerEnabled()\':
amarokdcophandler.cpp:277: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp: In member function `virtual void amaroK::DcopPlayerHandler::enableOSD(bool)\':
amarokdcophandler.cpp:290: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:290: error: `setOsdEnabled\' undeclared (first use this function)
amarokdcophandler.cpp: In member function `virtual QString amaroK::DcopPlayerHandler::setContextStyle(const QString&)\':
amarokdcophandler.cpp:335: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:335: error: `setContextBrowserStyleSheet\' undeclared (first use this function)
amarokdcophandler.cpp: In member function `virtual void amaroK::DcopPlayerHandler::setEqualizer(int, int, int, int, int, int, int, int, int, int, int)\':
amarokdcophandler.cpp:350: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:350: error: `setEqualizerGains\' undeclared (first use this function)
amarokdcophandler.cpp:351: error: `AmarokConfig\' has not been declared
amarokdcophandler.cpp:351: error: `setEqualizerPreamp\' undeclared (first use this function)
*** Error code 1

Stop in /usr/home/madjack/devel/amarok/amarok-1.2.3/amarok/src/amarokcore.
*** Error code 1

Stop in /usr/home/madjack/devel/amarok/amarok-1.2.3/amarok/src.
*** Error code 1

Stop in /usr/home/madjack/devel/amarok/amarok-1.2.3/amarok.
*** Error code 1

Stop in /usr/home/madjack/devel/amarok/amarok-1.2.3.
*** Error code 1

Stop in /usr/home/madjack/devel/amarok/amarok-1.2.3.
>





What i can do with \"error amarokdcophandler.cpp:19:26: amarokconfig.h: No such file or directory\"?

Thanx for help
User avatar
sebr
Moderator
Posts
301
Karma
0

Re:Can't build Amarok 1.2.3

Sat Apr 02, 2005 8:01 am
make sure that you have a healthy download, the file \"amarokconfig.h\" should be found in the directory

amarok-1.2.3/src/amarokcore/

if its not there, then you deleted it or you retrieved a dodgy download.

hth
Madjack
Registered Member
Posts
2
Karma
0

Re:Can't build Amarok 1.2.3

Sat Apr 02, 2005 8:49 am
Thx. Problem was solved, when i did applyed patch from topic FreeBSD 5 fix problem. Thx to man, who has writed that patch=)


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft