[Prev][Next][Index]
Samba
Hi,
Anyone get Samba to work? It won't compile for me. I edited the Makefile
and turned on the "Linux without shadow-passwords" option, and make all,
after warning me about native-rights says :
---
fault.c:77: warning: `struct sigcontext_struct' declared inside parameter list
fault.c:77: warning: its scope is only this definition or declaration,
fault.c:77: warning: which is probably not what you want.
fault.c:78: parameter `scp' has incomplete type
make: *** [fault.o] Error 1
---
Here are the lines in fault.c:
----
75 : #ifdef _ASMi386_SIGNAL_H
76 : /* this is used by recent versions of Linux */
77 : static void sig_fault(int sig,struct sigcontext_struct scp)
78 : {
79 : fault_report(sig,(uint32)scp.eip);
80 : }
----
I need to get this thing working so I can print from my Linux box instead
of transferring to floppies and using wfw (ugh!)... (-:
Bye,
-Yaron.