Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18294
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Brad Cowan (RETIRED) <bcowan@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: TGL <tom.gl@free.fr>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18294 depends on: Show dependency tree
Bug 18294 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-27 09:24 0000
I am still a gcc-2.95 user, and I still have the same compilation error I had
in
bug #13329 when I try to compile the new sawfish-1.3. The problem seems to be a
"-I/usr/include" in CFLAGS, wich creates a confusion between freetype and
freetype2 headers. To be precise, it comes from REP_CFLAGS, defined in
Makedefs.

My fix to that is to modify Makedefs after the ./configure, in src_compile():
./configure --host=${CHOST} \
        [...]
mv Makedefs Makedefs.orig
sed -e s:'REP_CFLAGS=':'REP-CFLAGS=-I/usr/include/freetype2 ': Makedefs.orig >
Makedefs
[...]

Hope this helps,

Thomas.

------- Comment #1 From Daniel Robbins (RETIRED) 2003-04-01 16:18:26 0000 -------
OK, fixed on cvs in sawfish-1.3 (should be hitting rsync within an hour)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug