[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linware
Subject:    Re: installation difficulty
From:       "Bob Crandell" <BobC () comsourceinc ! com>
Date:       2001-02-13 16:20:48
[Download RAW message or body]

I'm not the world's foremost authority but it sounds (looks?)
like you didn't install the kernel source.

>> ../emutli.h:23: linux/ipx.h: No such file or directory

I think it doesn't really matter where you put the install files
but one of the typical places I've seen a lot of is /usr/src.

I hope this helps.

>>> zubieta@bolnet.bo 2/12/2001 6:30:35 PM >>>
Dear Friends:

I am fairly new to Linux (previous, DOS, Basic and Clipper fan),
but am
staying afloat (not effortlessly).

I have tried to install the mars_nwe, which would be most useful
to
replace an old Novell 2.1 server that I still use.

However I just can not get it to work.

    My Hardware and Software:
            Pentium MMX 233 Mhz (genuine intel)
             Mandrake 2.2.14-15mdk
            Mars_nwe 0.98.pl10
    My age:
            45  (just in case this information is useful)
    Location where I unzipped the mars_nwe folder:
            /root/mars_nwe  (hope that it is OK there)

After the second MAKE, the mars_nwe.err is as follows:
-------------------------------------------------
make[1]: Entering directory `/root/mars_nwe/obj'
make -f Makefile.o n_all
make[2]: Entering directory `/root/mars_nwe/obj'
cc -c -pipe -Wall -DLINUX -D_VERS_H_=0 -D_VERS_L_=98
-D_VERS_P_=10
../nwserv.c
In file included from ../nwserv.c:21:
../net.h:22: ctype.h: No such file or directory
../net.h:23: stdio.h: No such file or directory
../net.h:24: stdlib.h: No such file or directory
../net.h:25: signal.h: No such file or directory
../net.h:26: string.h: No such file or directory
../net.h:33: sys/fcntl.h: No such file or directory
../net.h:34: sys/types.h: No such file or directory
../net.h:35: unistd.h: No such file or directory
../net.h:36: sys/stat.h: No such file or directory
../net.h:37: time.h: No such file or directory
../net.h:38: sys/wait.h: No such file or directory
../net.h:39: utmp.h: No such file or directory
../net.h:40: grp.h: No such file or directory
../net.h:42: sys/errno.h: No such file or directory
../net.h:55: sys/ioctl.h: No such file or directory
In file included from ../net.h:56,
                 from ../nwserv.c:21:
../emutli.h:23: linux/ipx.h: No such file or directory
In file included from ../nwserv.c:21:
../net.h:60: pwd.h: No such file or directory
../nwserv.c:25: netdb.h: No such file or directory
In file included from ../net.h:449,
                 from ../nwserv.c:21:
../tools.h:30: parse error before `*'
../tools.h:30: warning: type defaults to `int' in declaration
of
`logfile'
../tools.h:30: warning: data definition has no type or storage
class
../tools.h:37: parse error before `size'
../tools.h:38: parse error before `size'
../tools.h:46: parse error before `*'
../tools.h:46: warning: type defaults to `int' in declaration
of
`open_nw_ini'
../tools.h:46: warning: data definition has no type or storage
class
../tools.h:47: parse error before `*'
../nwserv.c:36: `NULL' undeclared here (not in a function)
../nwserv.c:108: parse error before `akttime_stamp'
../nwserv.c:108: warning: type defaults to `int' in declaration
of
`akttime_stamp'
../nwserv.c:108: warning: data definition has no type or storage
class
../nwserv.c:110: parse error before `server_down_stamp'
../nwserv.c:110: warning: type defaults to `int' in declaration
of
`server_down_stamp'
../nwserv.c:110: warning: data definition has no type or storage
class
../nwserv.c: In function `write_wdata':
../nwserv.c:138: `NULL' undeclared (first use in this function)
../nwserv.c:138: (Each undeclared identifier is reported only
once
../nwserv.c:138: for each function it appears in.)
../nwserv.c: In function `ins_del_bind_net_addr':
../nwserv.c:206: `NULL' undeclared (first use in this function)
../nwserv.c: In function `start_ncpserv':
../nwserv.c:252: warning: implicit declaration of function
`pipe'
../nwserv.c:255: warning: implicit declaration of function
`fork'
../nwserv.c:263: warning: implicit declaration of function
`close'
../nwserv.c:264: warning: implicit declaration of function
`dup2'
../nwserv.c:269: warning: implicit declaration of function
`sprintf'
../nwserv.c:271: warning: implicit declaration of function
`execl'
../nwserv.c:271: `NULL' undeclared (first use in this function)
../nwserv.c:285: warning: implicit declaration of function
`sleep'
../nwserv.c: In function `start_nwbind':
../nwserv.c:298: `NULL' undeclared (first use in this
function)../nwserv.c: In function `start_nwclient':
../nwserv.c:359: `NULL' undeclared (first use in this function)
../nwserv.c: At top level:
../nwserv.c:411: parse error before `time_t'
../nwserv.c:411: warning: no semicolon at end of struct or
union
../nwserv.c:413: parse error before `}'
../nwserv.c:413: warning: type defaults to `int' in declaration
of
`CONN'
../nwserv.c:413: warning: data definition has no type or storage
class
../nwserv.c:415: parse error before `conns'
../nwserv.c:415: warning: type defaults to `int' in declaration
of
`conns'
../nwserv.c:415: warning: data definition has no type or storage
class
../nwserv.c: In function `insert_wdog_conn':
../nwserv.c:421: `c' undeclared (first use in this function)
../nwserv.c:421: warning: statement with no effect
../nwserv.c:429: `NULL' undeclared (first use in this function)
../nwserv.c: In function `modify_wdog_conn':
../nwserv.c:439: `c' undeclared (first use in this function)
../nwserv.c: In function `send_wdogs':
../nwserv.c:469: `c' undeclared (first use in this function)
../nwserv.c:471: `time_t' undeclared (first use in this
function)
../nwserv.c:471: parse error before `t_diff'
../nwserv.c:472: `t_diff' undeclared (first use in this
function)
../nwserv.c:477: `NULL' undeclared (first use in this function)
../nwserv.c: In function `send_bcasts':
../nwserv.c:494: `c' undeclared (first use in this function)
../nwserv.c:495: parse error before `adr'
../nwserv.c:496: `adr' undeclared (first use in this function)
../nwserv.c: In function `handle_sap':
../nwserv.c:572: `NULL' undeclared (first use in this function)
../nwserv.c: In function `handle_event':
../nwserv.c:798: `NULL' undeclared (first use in this function)
../nwserv.c: In function `get_ini':
../nwserv.c:810: `FILE' undeclared (first use in this function)
../nwserv.c:810: `f' undeclared (first use in this function)
../nwserv.c:811: parse error before `int'
../nwserv.c:814: warning: implicit declaration of function
`gethostname'

../nwserv.c:827: warning: implicit declaration of function
`sscanf'
../nwserv.c:831: warning: implicit declaration of function
`strncpy'
../nwserv.c:846: `node' undeclared (first use in this function)
../nwserv.c:853: warning: implicit declaration of function
`gethostbyname'
../nwserv.c:853: warning: assignment makes pointer from integer
without
a cast
../nwserv.c:854: `NULL' undeclared (first use in this function)
../nwserv.c:854: dereferencing pointer to incomplete type
../nwserv.c:855: dereferencing pointer to incomplete type
../nwserv.c:855: dereferencing pointer to incomplete type
../nwserv.c:855: dereferencing pointer to incomplete type
../nwserv.c:855: dereferencing pointer to incomplete type
../nwserv.c:860: dereferencing pointer to incomplete type
../nwserv.c:899: `IPX_RT_8022' undeclared (first use in this
function)
../nwserv.c:901: `IPX_RT_SNAP' undeclared (first use in this
function)
../nwserv.c:903: `IPX_RT_BLUEBOOK' undeclared (first use in
this
function)
../nwserv.c:909: warning: implicit declaration of function
`atoi'
../nwserv.c:958: warning: implicit declaration of function
`fclose'
../nwserv.c:980: `k' undeclared (first use in this function)
../nwserv.c: In function `close_all':
../nwserv.c:1057: warning: implicit declaration of function
`kill'
../nwserv.c:1057: `SIGQUIT' undeclared (first use in this
function)
../nwserv.c:1058: warning: implicit declaration of function
`waitpid'
../nwserv.c:1059: `SIGKILL' undeclared (first use in this
function)
../nwserv.c: In function `down_server':
../nwserv.c:1095: warning: implicit declaration of function
`signal'
../nwserv.c:1095: `SIGHUP' undeclared (first use in this
function)
../nwserv.c:1095: `SIG_IGN' undeclared (first use in this
function)
../nwserv.c:1096: `SIGPIPE' undeclared (first use in this
function)
../nwserv.c:1097: `NULL' undeclared (first use in this
function)
../nwserv.c:1099: warning: implicit declaration of function
`fprintf'
../nwserv.c:1099: `stderr' undeclared (first use in this
function)
../nwserv.c: In function `sig_quit':
../nwserv.c:1123: `SIG_IGN' undeclared (first use in this
function)
../nwserv.c:1124: `SIGHUP' undeclared (first use in this
function)
../nwserv.c: In function `handle_hup_reqest':
../nwserv.c:1134: `NULL' undeclared (first use in this
function)
../nwserv.c: In function `sig_hup':
../nwserv.c:1142: `SIGHUP' undeclared (first use in this
function)
../nwserv.c: In function `set_sigs':
../nwserv.c:1159: `SIGPIPE' undeclared (first use in this
function)
../nwserv.c:1159: `SIG_IGN' undeclared (first use in this
function)
../nwserv.c:1161: `SIGTERM' undeclared (first use in this
function)
../nwserv.c:1162: `SIGQUIT' undeclared (first use in this
function)
../nwserv.c:1163: `SIGINT' undeclared (first use in this
function)
../nwserv.c:1164: `SIGHUP' undeclared (first use in this
function)
../nwserv.c:1165: `SIGUSR1' undeclared (first use in this
function)
../nwserv.c: In function `usage':
../nwserv.c:1180: `stderr' undeclared (first use in this
function)
../nwserv.c: In function `main':
../nwserv.c:1198: warning: implicit declaration of function
`seteuid'
../nwserv.c:1198: warning: implicit declaration of function
`setuid'
../nwserv.c:1199: `stderr' undeclared (first use in this
function)
../nwserv.c:1202: warning: implicit declaration of function
`tzset'
../nwserv.c:1228: warning: implicit declaration of function
`chdir'
../nwserv.c:1230: warning: implicit declaration of function
`setgroups'
../nwserv.c:1230: `NULL' undeclared (first use in this
function)
../nwserv.c:1265: `SIGCHLD' undeclared (first use in this
function)
../nwserv.c:1271: `time_t' undeclared (first use in this
function)
../nwserv.c:1271: parse error before `broadtime'
../nwserv.c:1272: warning: implicit declaration of function
`time'
../nwserv.c:1272: `broadtime' undeclared (first use in this
function)
../nwserv.c:1298: warning: implicit declaration of function
`WEXITSTATUS'
../nwserv.c:1299: warning: implicit declaration of function
`WIFSIGNALED'
../nwserv.c:1340: warning: implicit declaration of function
`read'
make[2]: *** [nwserv.o] Error 1
make[2]: Leaving directory `/root/mars_nwe/obj'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/mars_nwe/obj'
----------------------------------------------------------
I then can not  continue with MAKE INSTALL.


Hope you have some free time to help me get on the way.


Gustavo Zubieta

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic