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 905

Summary: Build issue: More hidden breakage after doubtful migration to cmake
Product: TDE Reporter: Roman Savochenko <rom_as>
Component: systemAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: critical CC: bugwatch, darrella, drfiemost
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Fix build patch
Add check for long long support

Description Roman Savochenko 2012-03-11 01:51:38 CST
- Some data files installation broken.
- Language translation update full broken by gettext.
- Autotools scripts for some files broken.
- Some definition and checks lost, for example -DASPELL_DATADIR=/usr/lib/aspell by default, HAVE_LONG_LONG for memory info and other.
Comment 1 Roman Savochenko 2012-03-14 05:38:05 CDT
New problem into CMAKE for build KWin decoration "keramik" by pass pictures including on build into separated directory (which typical for CMAKE).

At fact embedtool seeks pictures into build tree whereas the pictures placed into source tree.
Comment 2 Roman Savochenko 2012-03-14 06:38:50 CDT
Created attachment 489 [details]
Fix build patch

Patch for fix last problem included.
Comment 3 Leandro Nini 2012-04-01 04:59:47 CDT
Created attachment 516 [details]
Add check for long long support

This patch adds the missing HAVE_LONG_LONG define if compiler supports the long long type.
Comment 4 Timothy Pearson 2012-06-10 01:47:39 CDT
Patches look sane and were pushed to GIT in hash dfb7532.

Thanks for reporting, and for the patches!