TUX installation
Prabha nair <[email protected]> Fri, 18 Sep 2009 16:08:52 +0530
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
--===============1184014226==
Content-Type: multipart/alternative; boundary=0016e64f68660092de0473d7bd8b
--0016e64f68660092de0473d7bd8b
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to install TUX server for my project in Grid
I find that the patches are available for TUX only till 2.6.18.
I tried with the latest versions of kernel 2.6.29..but it didnt work
So I compiled the source of 2.6.18 version and patched the TUX3-2.6.18-1
and it got compiled
I got a TUX package tux-3.2.21.tar.gz for userspace utility.
But the problem is that when I try to do
# make
It leads to some many errors regarding the declaration
Can U please help me out to how to rectify this error
Thnx in advance
*Error:*
ln -s tux3.h tux.h
gcc -g -fomit-frame-pointer -O2 -Wall -I. -DINTERFACE_VERSION=3D3
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-c tux.c
tux.c:51: error: expected declaration specifiers or =91...=92 before =91tux=
=92
tux.c:51: error: expected declaration specifiers or =91...=92 before =91act=
ion=92
tux.c:51: error: expected declaration specifiers or =91...=92 before =91req=
=92
tux.c:55: warning: return type defaults to =91int=92
tux.c: In function =91_syscall2=92:
tux.c:74: error: storage class specified for parameter =91nr_threads=92
tux.c:75: error: storage class specified for parameter =91shared_buf=92
tux.c:76: error: storage class specified for parameter =91shared_idx=92
tux.c:76: error: parameter =91shared_idx=92 is initialized
tux.c:78: error: storage class specified for parameter =91max_module_idx=92
tux.c:78: error: parameter =91max_module_idx=92 is initialized
tux.c:79: error: storage class specified for parameter =91handle_events_arr=
ay=92
tux.c:82: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__at=
tribute__=92 before =91{=92
token
tux.c:91: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__at=
tribute__=92 before =91{=92
token
tux.c:107: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:117: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:126: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:131: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:159: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:260: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:265: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:274: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:324: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:341: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:358: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:363: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:376: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before
=91{=92 token
tux.c:623: error: old-style parameter declarations in prototyped function
definition
tux.c:51: error: parameter name omitted
tux.c:51: error: parameter name omitted
tux.c:51: error: parameter name omitted
tux.c:623: error: expected =91{=92 at end of input
make: *** [tux.o] Error 1
--0016e64f68660092de0473d7bd8b
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Hi,<br>=A0 I am trying to install TUX server for my project in Grid <br>=A0=
I find that the patches are available for TUX only till 2.6.18.<br>=A0 I t=
ried with the latest versions of kernel 2.6.29..but it didnt work<br>=A0 So=
I compiled the source of 2.6.18 version and patched the TUX3-2.6.18-1 and =
it got compiled<br>
=A0 I got a TUX package tux-3.2.21.tar.gz for userspace utility.<br>=A0 But=
the problem is that when I try to do <br>=A0 # make=A0 <br>=A0=A0 It leads=
to some many errors regarding the declaration<br>=A0 Can U please help me =
out to how to rectify this error<br>
=A0 Thnx in advance<br>=A0=A0 <br>=A0 <b>Error:</b><br>ln -s tux3.h tux.h<b=
r>gcc -g -fomit-frame-pointer -O2 -Wall -I. -DINTERFACE_VERSION=3D3 -D_LARG=
EFILE64_SOURCE=A0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include=A0=A0=
-c tux.c<br>
tux.c:51: error: expected declaration specifiers or =91...=92 before =91tux=
=92<br>tux.c:51: error: expected declaration specifiers or =91...=92 before=
=91action=92<br>tux.c:51: error: expected declaration specifiers or =91...=
=92 before =91req=92<br>
tux.c:55: warning: return type defaults to =91int=92<br>tux.c: In function =
=91_syscall2=92:<br>tux.c:74: error: storage class specified for parameter =
=91nr_threads=92<br>tux.c:75: error: storage class specified for parameter =
=91shared_buf=92<br>
tux.c:76: error: storage class specified for parameter =91shared_idx=92<br>=
tux.c:76: error: parameter =91shared_idx=92 is initialized<br>tux.c:78: err=
or: storage class specified for parameter =91max_module_idx=92<br>tux.c:78:=
error: parameter =91max_module_idx=92 is initialized<br>
tux.c:79: error: storage class specified for parameter =91handle_events_arr=
ay=92<br>tux.c:82: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 o=
r =91__attribute__=92 before =91{=92 token<br>tux.c:91: error: expected =91=
=3D=92, =91,=92, =91;=92, =91asm=92 or =91__attribute__=92 before =91{=92 t=
oken<br>
tux.c:107: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before =91{=92 token<br>tux.c:117: error: expected =91=3D=92,=
=91,=92, =91;=92, =91asm=92 or =91__attribute__=92 before =91{=92 token<br=
>tux.c:126: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__=
attribute__=92 before =91{=92 token<br>
tux.c:131: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before =91{=92 token<br>tux.c:159: error: expected =91=3D=92,=
=91,=92, =91;=92, =91asm=92 or =91__attribute__=92 before =91{=92 token<br=
>tux.c:260: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__=
attribute__=92 before =91{=92 token<br>
tux.c:265: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before =91{=92 token<br>tux.c:274: error: expected =91=3D=92,=
=91,=92, =91;=92, =91asm=92 or =91__attribute__=92 before =91{=92 token<br=
>tux.c:324: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__=
attribute__=92 before =91{=92 token<br>
tux.c:341: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before =91{=92 token<br>tux.c:358: error: expected =91=3D=92,=
=91,=92, =91;=92, =91asm=92 or =91__attribute__=92 before =91{=92 token<br=
>tux.c:363: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__=
attribute__=92 before =91{=92 token<br>
tux.c:376: error: expected =91=3D=92, =91,=92, =91;=92, =91asm=92 or =91__a=
ttribute__=92 before =91{=92 token<br>tux.c:623: error: old-style parameter=
declarations in prototyped function definition<br>tux.c:51: error: paramet=
er name omitted<br>tux.c:51: error: parameter name omitted<br>
tux.c:51: error: parameter name omitted<br>tux.c:623: error: expected =91{=
=92 at end of input<br>make: *** [tux.o] Error 1<br><br>=A0 <br>=A0=A0 <br>
--0016e64f68660092de0473d7bd8b--
--===============1184014226==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
tux-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/tux-list
--===============1184014226==--