| try
customCPPPATH.append('/usr/include/gentoo-multilib/amd64')
without the -I
----- Original Message -----
From: "Brad Fuller"
To:
Sent: Friday, July 25, 2008 12:17 AM
Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: [LAU]
buildingcsound from source - OOps/remote.c:70: error: storage size of 'ifr'
isn't known
> On Thu, Jul 24, 2008 at 3:57 PM, victor wrote:
>> This should be easy to sort out: edit custom.py to add the extra include
>> path (it's more
>> or less self-explanatory, but in doubt ask here again)
>
> Ok. I tried that before and I guess I just didn't get it in the right
> place.
> I tried:
> customLIBPATH = ['/usr/include/gentoo-multilib/amd64/']
> customCCFLAGS = ['-I /usr/include/gentoo-multilib/amd64/' ]
>
> those don't work.
>
> This works, at least I can see it is included in the compile options:
> customCPPPATH = ['-I /usr/include/gentoo-multilib/amd64/']
>
> but, gcc doesn't search for subdirs - it needs to find the subdir
> 'net' to get the correct header.
>
> I think I need a wider more comprehensive way to include gentoo header
> directories. Any ideas? (gcc is getting big!)
>
>
> --
> Brad Fuller
> www.bradfuller.com
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
|