fam compile failure. openjade,opensp



Hello,

I'm starting from scratch (LFS-4.0) to compile gnome
2.2.   There are two issues so far.

First, fam-2.6.9 doesn't compile with gcc>=3.1.
The solution is this:

> diff -Naur ./fam/Scheduler.h ../fam-2.6.9-new/fam/Scheduler.h
> --- ./fam/Scheduler.h 2002-07-16 02:14:41.000000000 -0400
> +++ ../fam-2.6.9-new/fam/Scheduler.h 2002-08-31 08:29:32.000000000 -0400
> @@ -105,7 +105,7 @@
>      // for the corresponding I/O type.
>  
>      struct IOTypeInfo {
> - FDInfo::FDIOHandler FDInfo::*const iotype;
> + FDInfo::FDIOHandler FDInfo::* iotype;
>          unsigned int nbitsset; // number of bits set in fds
>          fd_set fds;
>         
> IOTypeInfo(FDInfo::F DIOHandler FDInfo::* a_iotype) : 



There are two dependencies missing from
the installation page

http://www.gnome.org/start/2.2/notes/rninstallation.html

The dependencies are opensp, and openjade (in that order),
should come before gtk-doc.

Torsten







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]