Discussion:
[wish-info] Debian install
Sergio Ramos Suárez
2004-03-09 11:41:29 UTC
Permalink
This is the output when I try to compile wish-2.0 on my debian:

(cd dev; make)
make[1]: Entering directory `/tmp/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/usr/bin/X11/gccmakedep: .depend: No such file or directory
mv: cannot stat `.depend': No such file or directory
cc -D__KERNEL__ -I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -DKBUILD_BASENAME=dev -c -o dev.o dev.c
dev.c: In function `x10_open':
dev.c:600: parse error before `*'
dev.c:601: `ctrl' undeclared (first use in this function)
dev.c:601: (Each undeclared identifier is reported only once
dev.c:601: for each function it appears in.)
dev.c:619: parse error before `*'
dev.c:620: `data' undeclared (first use in this function)
dev.c: In function `data_write':
dev.c:993: parse error before `)'
dev.c: In function `control_write':
dev.c:1074: parse error before `)'
make[1]: *** [dev.o] Error 1
make[1]: Leaving directory `/tmp/wish-2.0.0/dev'
make: *** [all] Error 2

I will continue trying it.
Scott Hiles
2004-03-09 13:13:49 UTC
Permalink
It appears that kernel version 2.4.18 doesn't contain the same header
definitions for devices. I tested with 2.4.20. I will download the 2.4.18
this weekend and see if I can come up with a way to make it compile
properly.

Scott
-----Original Message-----
Sergio Ramos Suárez
Sent: Tuesday, March 09, 2004 6:41 AM
Subject: [wish-info] Debian install
(cd dev; make)
make[1]: Entering directory `/tmp/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/usr/bin/X11/gccmakedep: .depend: No such file or directory
mv: cannot stat `.depend': No such file or directory
cc -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -DKBUILD_BASENAME=dev -c -o dev.o dev.c
dev.c:600: parse error before `*'
dev.c:601: `ctrl' undeclared (first use in this function)
dev.c:601: (Each undeclared identifier is reported only once
dev.c:601: for each function it appears in.)
dev.c:619: parse error before `*'
dev.c:620: `data' undeclared (first use in this function)
dev.c:993: parse error before `)'
dev.c:1074: parse error before `)'
make[1]: *** [dev.o] Error 1
make[1]: Leaving directory `/tmp/wish-2.0.0/dev'
make: *** [all] Error 2
I will continue trying it.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
wish-info mailing list
https://lists.sourceforge.net/lists/listinfo/wish-info
Sergio Ramos Suárez
2004-03-09 13:42:24 UTC
Permalink
I will try to compile the 2.4.20 kernel on my Debian. I will tell you my
experiences.

thank you
Post by Scott Hiles
It appears that kernel version 2.4.18 doesn't contain the same header
definitions for devices. I tested with 2.4.20. I will download the 2.4.18
this weekend and see if I can come up with a way to make it compile
properly.
Scott
-----Original Message-----
Sergio Ramos Suárez
Sent: Tuesday, March 09, 2004 6:41 AM
Subject: [wish-info] Debian install
(cd dev; make)
make[1]: Entering directory `/tmp/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/usr/bin/X11/gccmakedep: .depend: No such file or directory
mv: cannot stat `.depend': No such file or directory
cc -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -DKBUILD_BASENAME=dev -c -o dev.o dev.c
dev.c:600: parse error before `*'
dev.c:601: `ctrl' undeclared (first use in this function)
dev.c:601: (Each undeclared identifier is reported only once
dev.c:601: for each function it appears in.)
dev.c:619: parse error before `*'
dev.c:620: `data' undeclared (first use in this function)
dev.c:993: parse error before `)'
dev.c:1074: parse error before `)'
make[1]: *** [dev.o] Error 1
make[1]: Leaving directory `/tmp/wish-2.0.0/dev'
make: *** [all] Error 2
I will continue trying it.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
wish-info mailing list
https://lists.sourceforge.net/lists/listinfo/wish-info
--
Sergio Ramos Suárez
***@e-pyme.com
------------------------------------------------------------------------------------------------
Desarrollos tecnológicos e-pyme - http://www.e-pyme.com
Edificio Central del Parque Científico y Tecnológico
Campus Universitario de Tafira S/N
35017 Las Palmas de Gran Canaria
Islas Canarias
España
Tfno: (+34) 928 457094
------------------------------------------------------------------------------------------------
Sistema de trabajo colaborativo IDESKTOP. http://www.idesktop.net
Sergio Ramos Suárez
2004-03-09 14:57:53 UTC
Permalink
Have you tested the 2.0 version with other kernel versions? What kernel
versions?
Post by Scott Hiles
It appears that kernel version 2.4.18 doesn't contain the same header
definitions for devices. I tested with 2.4.20. I will download the 2.4.18
this weekend and see if I can come up with a way to make it compile
properly.
Scott
-----Original Message-----
Sergio Ramos Suárez
Sent: Tuesday, March 09, 2004 6:41 AM
Subject: [wish-info] Debian install
(cd dev; make)
make[1]: Entering directory `/tmp/wish-2.0.0/dev'
gccmakedep -f .depend -- -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -- *.c
/usr/bin/X11/gccmakedep: .depend: No such file or directory
mv: cannot stat `.depend': No such file or directory
cc -D__KERNEL__
-I/usr/src/kernel-headers-2.4.18-bf2.4//include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common
-fomit-frame-pointer -DMODULE -nostdinc -iwithprefix include -pipe
-mpreferred-stack-boundary=2
-I/usr/src/kernel-headers-2.4.18-bf2.4//include/asm/mach-default
-DKBUILD_MODNAME=x10 -DKBUILD_BASENAME=dev -c -o dev.o dev.c
dev.c:600: parse error before `*'
dev.c:601: `ctrl' undeclared (first use in this function)
dev.c:601: (Each undeclared identifier is reported only once
dev.c:601: for each function it appears in.)
dev.c:619: parse error before `*'
dev.c:620: `data' undeclared (first use in this function)
dev.c:993: parse error before `)'
dev.c:1074: parse error before `)'
make[1]: *** [dev.o] Error 1
make[1]: Leaving directory `/tmp/wish-2.0.0/dev'
make: *** [all] Error 2
I will continue trying it.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
wish-info mailing list
https://lists.sourceforge.net/lists/listinfo/wish-info
Loading...