By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 315

Summary: kdenetwork build warnings
Product: TDE Reporter: Darrell <darrella>
Component: tdenetworkAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED WONTFIX    
Severity: normal CC: bugwatch, darrella, robxu9
Priority: P3    
Version: 3.5.12 [Trinity]   
Hardware: All   
OS: Slackware 12   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2010-10-03 10:36:53 CDT
The following warning messages appear when building kdenetwork in Slackware 12.2, automake 1.10.1.

=====================================================================
Warning: No moc-able header file for /dev/shm/kdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-core/ignore_this_warning
unknown icon type  in ksirc/icons/Makefile.in (error.png)
unknown icon type  in ksirc/icons/Makefile.in (ctcpping.png)
unknown icon type  in ksirc/icons/Makefile.in (X.png)

=====================================================================
[Refer to bug 268]

checking linux/tcp.h usability... no
checking linux/tcp.h presence... yes
configure: WARNING: linux/tcp.h: present but cannot be compiled
configure: WARNING: linux/tcp.h:     check for missing prerequisite headers?
configure: WARNING: linux/tcp.h: see the Autoconf documentation
configure: WARNING: linux/tcp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/tcp.h: proceeding with the preprocessor's result
configure: WARNING: linux/tcp.h: in the future, the compiler will take precedence
checking for linux/tcp.h... yes

=====================================================================
[Refer to bug 268]

checking linux/if_ppp.h usability... no
checking linux/if_ppp.h presence... yes
configure: WARNING: linux/if_ppp.h: present but cannot be compiled
configure: WARNING: linux/if_ppp.h:     check for missing prerequisite headers?
configure: WARNING: linux/if_ppp.h: see the Autoconf documentation
configure: WARNING: linux/if_ppp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/if_ppp.h: proceeding with the preprocessor's result
configure: WARNING: linux/if_ppp.h: in the future, the compiler will take precedence
checking for linux/if_ppp.h... yes

=====================================================================
checking for libxmms...
./configure: line 41903: xmms-config: command not found
./configure: line 41905: xmms-config: command not found

=====================================================================
configure: WARNING: Could not find a libspeex version that have the speex_encode_int() function. Please install libspeex=1.0.5 or libspeex>=1.1.6 from http://www.speex.org/

=====================================================================
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1910.
Comment 1 Darrell 2010-10-06 15:50:19 CDT
Additional warnings:

cp: cannot stat `./dnssdwatcher.h.bkp': No such file or directory
cp: cannot stat `./WebServer.h.bkp': No such file or directory
cp: cannot stat `./kinetd.h.bkp': No such file or directory
cp: cannot stat `./configuration.h.bkp': No such file or directory
Comment 2 Darrell 2010-10-06 16:25:14 CDT
Additional warnings:

checking speex.h usability... no
checking speex.h presence... no
checking for speex.h... no

Seems to be caused by the same problem as others: not looking through the entire /usr/include directory and only the top level. In Slackware, speex.h exists at /usr/include/speex/speex.h.

Temporary workaround is to create a sym link in the build script.
Comment 3 Robert Xu 2011-03-12 21:34:48 CST
Automake build warnings are no longer supported - please only file Cmake-related notices.