Bug 107663 - arts won't "make" - only configure runs ok
Summary: arts won't "make" - only configure runs ok
Status: RESOLVED DUPLICATE of bug 94975
Alias: None
Product: arts
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.4.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-18 16:09 UTC by Adam
Modified: 2005-06-18 17:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam 2005-06-18 16:09:57 UTC
Version:           1.4.1 (using KDE KDE 3.4.1)
Installed from:    Compiled From Sources
OS:                Linux

When I want to compile & install arts 1.4.1 (dowloaded from kde.org) I can't do it. When I type ./configure everything says, it's ok. But when I type "make" it show an error: 

Making all in soundserver
make[2]: Entering directory `/usr/src/RPM/BUILD/KDE3.4.1/arts-1.4.1/soundserver'
/bin/sh ../libtool --silent --tag=CXX --mode=link g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common  -ftemplate-depth-99    -o artsplay  artsplay.o libsoundserver_idl.la -lpthread
/usr/src/RPM/BUILD/KDE3.4.1/arts-1.4.1/flow/.libs/libartsflow.so: undefined reference to `g_assert_warning'
/usr/src/RPM/BUILD/KDE3.4.1/arts-1.4.1/flow/.libs/libartsflow.so: undefined reference to `g_return_if_fail_warning'
collect2: ld returned 1 exit status
make[2]: *** [artsplay] Błąd 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/KDE3.4.1/arts-1.4.1/soundserver'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/KDE3.4.1/arts-1.4.1'
make: *** [all] Błąd 2

I was trying it with arts 1.4.0 and I found the same "bug" I really don't know how to fix it.
Comment 1 Thiago Macieira 2005-06-18 17:18:17 UTC
Please see Bug #94975 comment #6 for information.

*** This bug has been marked as a duplicate of 94975 ***