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 292 - TQTinterface Build Bugs
Summary: TQTinterface Build Bugs
Status: RESOLVED WONTFIX
Alias: None
Product: TDE
Classification: Unclassified
Component: tqtinterface (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All All
: P3 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2010-10-01 16:37 CDT by Darrell
Modified: 2012-10-19 15:48 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-01 16:37:12 CDT
================================
1. Can't use 'make clean' when building tqtinterface from directly within SVN. Problem is likely caused by no make file providing rules for cleaning the directory.

================================
2. When compiling tqtinterface the following warning messages appear many times:

tqimageformatplugin.h:43:35: warning: no newline at end of file

The messages seem non-fatal, but adding a newline at the end of all the tq*.h files would clean the build process.

================================
3. The following message appears when building tqtinterface:

configure: WARNING: You are attempting to compile Trinity without the Trinity Qt Interface installed.  Please install libtqtinterface-dev and try again!

The message is non-fatal but annoying and confusing to people new to building Trinity from source. The message makes sense when building any Trinity package other than tqtinterface, but not tqtinterface. Seems there should be a simple self-check so the message does not appear when building tqtinterface.
Comment 1 Robert Xu 2011-03-12 21:37:27 CST
Automake build errors/warnings are no longer supported - please only file Cmake-related notices.