[openbeosnetteam] Compiling the latest code. :P
- From: "Bruno G. Albuquerque" <bga@xxxxxxxxxxxxx>
- To: "OpenBeOS Network Team" <openbeosnetteam@xxxxxxxxxxxxx>
- Date: Wed, 20 Mar 2002 21:23:52 EST (-0300)
Ok... Here are the problems I found:
/boot/home/CVS/openbeos/net_kit/source/server/net_server/route.c: In
function `rtrequest':
/boot/home/CVS/openbeos/net_kit/source/server/net_server/route.c:120:
warning: `return' with no value, in function returning non-void
There is really a return without parameters there (when it is not
possible to delete a route). We whould return an error code there, no?
:P
/boot/home/CVS/openbeos/net_kit/source/server/net_server/if.c: In
function `ifioctl':
/boot/home/CVS/openbeos/net_kit/source/server/net_server/if.c:35:
warning: unused variable `error'
Not a big deal, but it would be a good thing to clean this up. :P
/boot/home/CVS/openbeos/net_kit/source/server/net_server/in.c: In
function `in_control':
/boot/home/CVS/openbeos/net_kit/source/server/net_server/in.c:109:
warning: unused variable `maskIsNew'
/boot/home/CVS/openbeos/net_kit/source/server/net_server/in.c:109:
warning: unused variable `hostIsNew'
Same as above.
Now, the real problem:
/boot/home/CVS/openbeos/net_kit/source/server/net_server/
net_server.c:17: if.h: No such file or directory
make[1]: *** [net_server.o] Error 1
make[1]: Leaving directory `/boot/home/CVS/openbeos/net_kit/source/
server/net_server'
make: *** [subdirs] Error 1
It's probably an include path problem, no?
Anyway, from next week on I will have BeOS installed in my new job and
will be able to get back to coding. I started today to try to
understand the general layout of our net code so I can be of some help.
:)
-Bruno
--
Fortune Cookie Says:
You will think of something funnier than this to add to the fortunes.
- Follow-Ups:
- [openbeosnetteam] Re: Compiling the latest code. :P
- From: David Reid
Other related posts:
- » [openbeosnetteam] Compiling the latest code. :P
- » [openbeosnetteam] Re: Compiling the latest code. :P
- [openbeosnetteam] Re: Compiling the latest code. :P
- From: David Reid