Bug 127705 - problem compiling with cups 1.2.0 - _ipp_free_attr was not declared
Summary: problem compiling with cups 1.2.0 - _ipp_free_attr was not declared
Status: RESOLVED DUPLICATE of bug 124157
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-20 13:51 UTC by kdebugs4reinhard
Modified: 2006-05-27 11:15 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 kdebugs4reinhard 2006-05-20 13:51:48 UTC
Version:           Unbekannt (using KDE 3.5.2, compiled sources)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.16.16

after upgrading to cups 1.2.0 I found an unresolved function:

if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../.. -I../../kio -I../../kfile -I../../kdeprint -I../../kdeprint/management -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/lib/qt3/include -I/usr/X11R6/include -I/opt/kde3/include  -D_KDEPRINT_COMPILE -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT kdeprint_cups_la.all_cpp.lo -MD -MP -MF ".deps/kdeprint_cups_la.all_cpp.Tpo" -c -o kdeprint_cups_la.all_cpp.lo kdeprint_cups_la.all_cpp.cpp; \
        then mv -f ".deps/kdeprint_cups_la.all_cpp.Tpo" ".deps/kdeprint_cups_la.all_cpp.Plo"; else rm -f ".deps/kdeprint_cups_la.all_cpp.Tpo"; exit 1; fi
ipprequest.cpp: In member function 'void IppRequest::setMap(const QMap<QString, QString>&)':
ipprequest.cpp:521: error: '_ipp_free_attr' was not declared in this scope
make[4]: *** [kdeprint_cups_la.all_cpp.lo] Error 1
make[4]: Leaving directory `/usr/src/kde3/kdelibs-3.5.2/kdeprint/cups'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/kde3/kdelibs-3.5.2/kdeprint/cups'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kde3/kdelibs-3.5.2/kdeprint'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kde3/kdelibs-3.5.2'
make: *** [all] Error 2
Comment 1 Thiago Macieira 2006-05-27 11:15:32 UTC
Why don't people search for duplicates?

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