GTK_under_ULTRIX
- From: Matthias Fichtner <mf14 irz301 inf tu-dresden de>
- To: gtk-list redhat com
- Subject: GTK_under_ULTRIX
- Date: Mon, 28 Jun 1999 23:46:40 +0200 (MET DST)
Hello gtk-Team,
My Problem : "make" during installation of gtk+-1.2.3 fails.
My System : ULTRIX 4.3 on a RISC MIPS-DEC
glib-1.3.0 is installed and was found from configure of gtk+
The make fails with the following output :
In file included from gtkitemfactory.c:42:
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:75: parse error before `dev_t'
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:75: warning:
no semicolon at end of struct or union
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:76: warning:
type defaults to `int' in declaration of `st_ino'
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:76: warning:
data definition has no type or storage class
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:77: parse error before `st_mode'
... and so on ... and at the end :
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:221: warning:
data definition has no type or storage class
make[2]: *** [gtkitemfactory.lo] Error 1
make[2]: Leaving directory `/usr/users/lfk/fichtner/soft/gtk+/1.2.3/gtk+-1.2.3/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/users/lfk/fichtner/soft/gtk+/1.2.3/gtk+-1.2.3'
make: *** [all-recursive-am] Error 2
Exit 2
I looked at the file
/usr/local/lib/gcc-lib/mips-dec-ultrix4.3/2.8.1/include/sys/stat.h:
... (beginning with row 73) :
struct stat
{
dev_t st_dev;
ino_t st_ino;
mode_t st_mode;
nlink_t st_nlink;
uid_t st_uid;
gid_t st_gid;
dev_t st_rdev;
off_t st_size;
time_t st_atime;
int st_spare1;
time_t st_mtime;
int st_spare2;
time_t st_ctime;
int st_spare3;
long st_blksize;
long st_blocks;
unsigned long st_gennum;
long st_spare4;
};
...
I cannot see a syntactical error. Do you have suggestions for me ?
Thank you.
Matthias Fichtner.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]