| I think the problem is: (from remote.c)
#ifdef LINUX
#include
#include
#endif
#include
#endif
Luis' system is Linux (-DLinux), therefore gcc is looking
at /usr/include/linux/if.h, but the file is
at /usr/include/net/if.h.
Victor
>
> Which operating system are you using?
>
> If you can undefine set HAVE_SOCKETS then it will build
> dummy code.
>
> I will think about this
>
> ==John ffitch
> --
> Send bugs reports to this list.
> To unsubscribe, send email to
> csound-unsubscribe@lists.bath.ac.uk |