Csound Csound-dev Csound-tekno Search About

[Cs-dev] SConstruct problem in latest cvs check out

Date2005-02-27 20:43
FromIain Duncan
Subject[Cs-dev] SConstruct problem in latest cvs check out
There is something strange going on in SConstruct I guess, yet again my 
check out does not build because scons can't find sndfile.h. This 
happened a while back, and then was fixed again. The check out from a 
couple of days ago worked fine with the default SConstruct file. Any 
clues? I'm using the same custom.py file with my directories already 
specified.

iain


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 21:46
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct problem in latest cvs check out
Iain Duncan wrote:

> There is something strange going on in SConstruct I guess, yet again my 
> check out does not build because scons can't find sndfile.h. This 
> happened a while back, and then was fixed again. The check out from a 
> couple of days ago worked fine with the default SConstruct file. Any 
> clues? I'm using the same custom.py file with my directories already 
> specified.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 21:47
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct problem in latest cvs check out
Iain Duncan wrote:

> There is something strange going on in SConstruct I guess, yet again my 
> check out does not build because scons can't find sndfile.h. This 
> happened a while back, and then was fixed again. The check out from a 
> couple of days ago worked fine with the default SConstruct file. Any 
> clues? I'm using the same custom.py file with my directories already 
> specified.

Where is sndfile.h on your system ?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 22:11
FromIain Duncan
SubjectRe: [Cs-dev] SConstruct problem in latest cvs check out
It's in /usr/include which is as far as I can tell included in both my 
SConstruct and custom.py files. And like I said, this seems to happen 
sometimes when I do a new checkout, and other times not.

iain

Istvan Varga wrote:
> Iain Duncan wrote:
> 
>> There is something strange going on in SConstruct I guess, yet again 
>> my check out does not build because scons can't find sndfile.h. This 
>> happened a while back, and then was fixed again. The check out from a 
>> couple of days ago worked fine with the default SConstruct file. Any 
>> clues? I'm using the same custom.py file with my directories already 
>> specified.
> 
> 
> Where is sndfile.h on your system ?
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 22:21
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct problem in latest cvs check out
Iain Duncan wrote:

> It's in /usr/include which is as far as I can tell included in both my 
> SConstruct and custom.py files. And like I said, this seems to happen 
> sometimes when I do a new checkout, and other times not.

I also have sndfile.h in /usr/include, but so far I have
not encountered the problem you reported, and did not need
to modify custom.py. Does a clean, new checkout with an
unmodified custom.py also fail ?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 22:51
Fromsteven yi
SubjectRe: [Cs-dev] SConstruct problem in latest cvs check out
Hi Iain,

Perhaps a random possibility, are you using SELinux on your system?

steven

Istvan Varga wrote:

> Iain Duncan wrote:
>
>> It's in /usr/include which is as far as I can tell included in both 
>> my SConstruct and custom.py files. And like I said, this seems to 
>> happen sometimes when I do a new checkout, and other times not.
>
>
> I also have sndfile.h in /usr/include, but so far I have
> not encountered the problem you reported, and did not need
> to modify custom.py. Does a clean, new checkout with an
> unmodified custom.py also fail ?
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 22:52
FromIain Duncan
SubjectRe: [Cs-dev] SConstruct problem and portmidi fail
Just found out the problem by trying that out. Changing the gcc 
optimization flag to 1 makes it fail on trying to find sndfile.h, 
without anything else being different.

However, it only builds if I don't ask to build portmidi. Fails on 
portmidi.

Thanks
iain

Istvan Varga wrote:
> Iain Duncan wrote:
> 
>> It's in /usr/include which is as far as I can tell included in both my 
>> SConstruct and custom.py files. And like I said, this seems to happen 
>> sometimes when I do a new checkout, and other times not.
> 
> 
> I also have sndfile.h in /usr/include, but so far I have
> not encountered the problem you reported, and did not need
> to modify custom.py. Does a clean, new checkout with an
> unmodified custom.py also fail ?
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-27 23:06
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct problem and portmidi fail
Iain Duncan wrote:

> However, it only builds if I don't ask to build portmidi. Fails on 
> portmidi.

Csound5 will run without PortMidi, however, as of the current
version, you will not have real time MIDI I/O then, only file
input (-F).


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-02-28 17:12
FromIstvan Varga
SubjectRe: [Cs-dev] SConstruct problem and portmidi fail
Iain Duncan wrote:

> However, it only builds if I don't ask to build portmidi. Fails on 
> portmidi.

You can get the current version of PortMidi from here:
   http://www-2.cs.cmu.edu/~music/portmusic/portmidi/portmidi17nov04.zip
To compile it, simply unzip the package, cd to 'portmidi' and
run 'make'.
Installation can be done by copying the following files to
directories that can be found in the include and library paths:
   pm_common/portmidi.h   => /usr/local/include
   porttime/porttime.h    => /usr/local/include
   pm_common/pmutil.h     => /usr/local/include
   pm_linux/libportmidi.a => /usr/local/lib
   porttime/libporttime.a => /usr/local/lib
After these steps you should be able to compile Csound5 with
real time MIDI support.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net