Re: guppi-0.11.0
- From: Andreas Kloeckner <ak ixion net>
- To: Gerhard Dieringer <DieringG eba-haus de>
- CC: gnome-devel-list gnome org
- Subject: Re: guppi-0.11.0
- Date: Mon, 15 Nov 1999 20:28:25 +0100
Gerhard Dieringer wrote:
>
> Hi,
>
> I tried to compile guppi-0.11.0 but got lots of error messages, all of the same two types:
> - mismatch of const and non-const data
> - mismatch of char and unsigned char
> in assignments and function parameters.
> My C++ knowledge is rather limitted, so I could only fix some of them by inserting some casts.
>
> I'm using Linux 2.2.13 and egcs 2.95.2
Just do
export CXXFLAGS=-fpermissive
before configuring.
This makes egcs tolerate more C++ anachronisms and "lightweight" errors
(such as the const stuff). hope this helps...
Andreas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]