Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] error compiling swt for gtk

This is normal.  We've been ignoring these warnings for a few years.
 
BTW, this is not a GTK-specific problem; callback.c is part of the SWT/common folder.  This causes for complications when you try to think of a more elegant solution, as the really appropriate tools like awk, are not available.

 
-----platform-swt-dev-admin@xxxxxxxxxxx wrote: -----

To: "'platform-swt-dev@xxxxxxxxxxx'" <platform-swt-dev@xxxxxxxxxxx>
From: Jeffrey Morgan <Jeffrey.Morgan@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
Date: 03/04/2002 04:07PM
Subject: [platform-swt-dev] error compiling swt for gtk

I am trying to compile swt-gtk on a linux system.
When I execute the build_csh script I get hundreds
of warnings like:

pasting "FN_0" and "(" does not give a valid preprocessing token

I am using gcc version 2.96.

-Jeff


Back to the top