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 873 - Build issue: Gwenview will not build libmng support
Summary: Build issue: Gwenview will not build libmng support
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-02-24 18:12 CST by Darrell
Modified: 2012-10-19 15:23 CDT (History)
2 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 2012-02-24 18:12:07 CST
libmng-1.0.10

The following messages appear when building gwenview:

/opt/trinity/include/ntqglobal.h:711: error: 'INT32' has a previous declaration as 'typedef int INT32'

Configure output:

checking libmng.h usability... no
checking libmng.h presence... yes
configure: WARNING: libmng.h: present but cannot be compiled
configure: WARNING: libmng.h:     check for missing prerequisite headers?
configure: WARNING: libmng.h: see the Autoconf documentation
configure: WARNING: libmng.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libmng.h: proceeding with the compiler's result
checking for libmng.h... no

Configure.log:

#include <libmng.h>
configure:25086: result: no
configure:25086: checking libmng.h presence
configure:25086: g++ -E  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/opt/trinity/include -I. -include tqt.h  -I/opt/trinity/include/tde -I/usr/include/tqt conftest.cpp
configure:25086: $? = 0
configure:25086: result: yes
configure:25086: WARNING: libmng.h: present but cannot be compiled
configure:25086: WARNING: libmng.h:     check for missing prerequisite headers?
configure:25086: WARNING: libmng.h: see the Autoconf documentation
configure:25086: WARNING: libmng.h:     section "Present But Cannot Be Compiled"
configure:25086: WARNING: libmng.h: proceeding with the compiler's result
configure:25086: checking for libmng.h
configure:25086: result: no
configure:25161: WARNING: Can't find libmng.h, Gwenview won't be compiled with MNG support
Comment 1 Timothy Pearson 2012-05-25 03:13:43 CDT
This should be fixed in GIT hashes f8560c2 and 59c7639.  Let me know if you run into any further problems with mng support.
Comment 2 Timothy Pearson 2012-05-25 14:58:58 CDT
mng support now builds on my test systems.  Marking RESOLVED FIXED.

Thanks for reporting!
Comment 3 Darrell 2012-05-25 19:37:23 CDT
No error messages here either. Thank you!