| Summary: | mp3kult-0.7 fails build with mysql-4.0.13 due to missing function declaration | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | J.C. Wren <jcwren> |
| Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | mysql-bugs |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
J.C. Wren
2003-05-31 10:51:28 UTC
This should go in front of 'Actual Results' section (missed a little when cutting and pasting)
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -O2 -mcpu=i686 -pipe -fno-exceptions -fno-check-new -c -o mp3info.o `test -f mp3info.cpp || echo './'`mp3info.cpp
In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/backward/iostream.h:31,
from mp3info.cpp:20:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
In file included from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3/backward/iostream.h:31,
from mydb.cpp:21:
Hrm. Well, seeing as I can't compile it because of the mislocated header file, I was going on the error message that claimed it required modules. Please disregard my last comment (2003-05-31 23:51 EST ), it is in regard to a different bug. It compiles with: env "CXXFLAGS="-DUSE_OLD_FUNCTIONS=1" emerge mp3kult-0.7.ebuild I'll commit something to fix this shortly. Commited -r1. Let me know if there are further issues. Where did the fix go? *** This bug has been marked as a duplicate of bug 131111 *** |