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 311 - kdebindings build warnings
Summary: kdebindings build warnings
Status: RESOLVED WONTFIX
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: 3.5.12 [Trinity]
Hardware: All Slackware 12
: P3 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2010-10-03 10:18 CDT by Darrell
Modified: 2012-10-19 15:43 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2010-10-03 10:18:20 CDT
The following warning messages appear when building kdebindings in Slackware 12.2, automake 1.10.1.

=====================================================================
korundum/rubylib/rbkconfig_compiler/Makefile.am:5: `%'-style pattern rules are a GNU make extension
qtsharp/src/bindings/Makefile.am:6: wildcard *.cs: non-POSIX variable name
qtsharp/src/bindings/Makefile.am:6: (probably a GNU make extension)
qtsharp/src/bindings/Makefile.am:6: wildcard static/*.cs: non-POSIX variable name
qtsharp/src/bindings/Makefile.am:6: (probably a GNU make extension)
qtsharp/src/generator/Makefile.am:3: wildcard *.cs: non-POSIX variable name
qtsharp/src/generator/Makefile.am:3: (probably a GNU make extension)
qtsharp/src/uicsharp/Makefile.am:3: wildcard *.cs: non-POSIX variable name
qtsharp/src/uicsharp/Makefile.am:3: (probably a GNU make extension)

=====================================================================
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1568.

=====================================================================
DCOP.c: In function 'void boot_DCOP(PerlInterpreter*, CV*)':
DCOP.c:968: warning: deprecated conversion from string constant to 'char*'

=====================================================================
kdebindings is not an option in the trinity bugs component list. ;)
Comment 1 Darrell 2010-10-06 21:32:14 CDT
Additional warnings:

warning: KFileSharePropsPlugin inherits unknown class 'KPropsDlgPlugin'

libtool: install: warning: `libkjsembed.la' has not been installed in `/usr/lib'
libtool: install: warning: `../../../../kjsembed/libkjsembed.la' has not been installed in `/usr/lib'
libtool: install: warning: `../../smoke/qt/libsmokeqt.la' has not been installed in `/usr/lib'
libtool: install: warning: `../../smoke/kde/libsmokekde.la' has not been installed in `/usr/lib'

All of the files referenced in the libtool warnings are in the final package in /usr/lib.
Comment 2 Robert Xu 2011-03-12 21:31:11 CST
Automake build warnings are no longer supported - please only file Cmake-related notices.