Csound Csound-dev Csound-tekno Search About

[Csnd] Gentoo and remote.c

Date2008-07-25 11:16
Fromjpff
Subject[Csnd] Gentoo and remote.c
....Really this belongs on the csound-dev list but as it started
here....

In remote.c the code reads
#ifdef LINUX
#include 
#include 
#endif
#include 

and this works on SuSE, Debian and Fedora (at least).  However on
gentoo the file  is frankly incomprensible

#ifndef _LINUX_IF_H
# include 
# define _LINUX_IF_H
#endif

#ifndef _LINUX_IF_H
#define _LINUX_IF_H
.....

So as _LINUX_IF_H is not set it reads , and then sets the
variable so it ignores the rest of the file.
I really suspect that the first #ifndef should use _NET_IF_H but it
does not.  I cannot see how one can use thee headers.

==John ffitch

Date2008-07-25 20:21
From"Brad Fuller"
Subject[Csnd] Re: Gentoo and remote.c
AttachmentsNone