[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot compile ProjectCenter 0.3.5
From: |
Chris B. Vetter |
Subject: |
Re: cannot compile ProjectCenter 0.3.5 |
Date: |
Fri, 29 Aug 2003 19:41:16 -0700 |
On 29 Aug 2003 22:18:43 -0400
hitt@panix.com (Dan Hitt) wrote:
> I think my system is ok, because i can compile gorm and gworkspace
> and other applications.
You're compiling with -Werror set.
Since you get a warning about the dereferencing the compiler treats it
as an error and quits.
See man gcc(1)
-Werror
Treat warnings as errors; abort compilation after
any warning.
--
Chris