[Cooker] [Bug 4044] [XFree86-devel] imake template broken with gcc 3.3

2003-06-13 Thread [waschk]
http://qa.mandrakesoft.com/show_bug.cgi?id=4044


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-13-06 10:23 ---
this was fixed in 4.3-9mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
There's a bug in /usr/X11R6/lib/X11/config/host.def breaking the build of all
imake applications with gcc 3.3. Here's a typical error:
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
In file included from /usr/X11R6/lib/X11/config/site.def:44,
 from /usr/X11R6/lib/X11/config/Imake.tmpl:45,
 from Imakefile.c:35:
/usr/X11R6/lib/X11/config/host.def:83: invalid preprocessing directive #==
In file included from /usr/X11R6/lib/X11/config/site.def:146,
 from /usr/X11R6/lib/X11/config/Imake.tmpl:110,
 from Imakefile.c:35:
/usr/X11R6/lib/X11/config/host.def:83: invalid preprocessing directive #==
imake: Exit code 1.


This is easy to fix, just delete line 83 from host.def.



[Cooker] [Bug 4044] [XFree86-devel] imake template broken with gcc 3.3

2003-06-11 Thread [bugzilla-mandrake]
http://qa.mandrakesoft.com/show_bug.cgi?id=4044





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 18:00 ---
Note: host.def is generated by the spec file. Delete that line in the spec file
(#761).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
There's a bug in /usr/X11R6/lib/X11/config/host.def breaking the build of all
imake applications with gcc 3.3. Here's a typical error:
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
In file included from /usr/X11R6/lib/X11/config/site.def:44,
 from /usr/X11R6/lib/X11/config/Imake.tmpl:45,
 from Imakefile.c:35:
/usr/X11R6/lib/X11/config/host.def:83: invalid preprocessing directive #==
In file included from /usr/X11R6/lib/X11/config/site.def:146,
 from /usr/X11R6/lib/X11/config/Imake.tmpl:110,
 from Imakefile.c:35:
/usr/X11R6/lib/X11/config/host.def:83: invalid preprocessing directive #==
imake: Exit code 1.


This is easy to fix, just delete line 83 from host.def.