Csound Csound-dev Csound-tekno Search About

[Cs-dev] Missing / not installed header file in latest CVS version?

Date2010-11-24 22:30
FromJouni Rinne
Subject[Cs-dev] Missing / not installed header file in latest CVS version?
Hi!

I just switched from vanilla 5.12.1 to CVS version of csound. Csound itself
compiles & works fine, but (re)compiling Qutecsound-0.6.0 against the CVS
version failed with errors like:

In file included from /usr/include/csound/csound.h:249,
                 from /usr/include/csound/cwindow.h:34,
                 from src/csoundengine.h:28,
                 from src/csoundengine.cpp:23:
/usr/include/csound/sysdep.h:73:27: error: float-version.h: No such file or
directory

I manually copied from the csound CVS sources the file csound5/H/float-version.h
to /usr/include/csound, and that allowed qutecsound to compile. Seems to work
fine, too.

Jouni Rinne

-- 
| me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
| Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
| me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
| Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-24 22:58
FromVictor Lazzarini
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
I guess the installer needs to be fixed to copy that file. Did you  
use  'install.py' to install Csound?

Victor

On 24 Nov 2010, at 22:30, Jouni Rinne wrote:

> Hi!
>
> I just switched from vanilla 5.12.1 to CVS version of csound. Csound  
> itself
> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against  
> the CVS
> version failed with errors like:
>
> In file included from /usr/include/csound/csound.h:249,
>                 from /usr/include/csound/cwindow.h:34,
>                 from src/csoundengine.h:28,
>                 from src/csoundengine.cpp:23:
> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such  
> file or
> directory
>
> I manually copied from the csound CVS sources the file csound5/H/ 
> float-version.h
> to /usr/include/csound, and that allowed qutecsound to compile.  
> Seems to work
> fine, too.
>
> Jouni Rinne
>
> -- 
> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm  
> doing!" |
> | Jouni 'Mad Max' Rinne      ('x') | - Sledge  
> Hammer                    |
> | me@home ~$man woman       C " "  | -------[ph34r t3h  
> p3Ngu1n]-------- |
> | Segmentation fault (core dumped) | ::   Last.fm user ID:  
> l33tmmx   :: |
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with  
> the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
> grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 04:46
FromJouni Rinne
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
25.11.2010 00:58, Victor Lazzarini kirjoitti:
> I guess the installer needs to be fixed to copy that file. Did you  
> use  'install.py' to install Csound?
> 
> Victor

Yes, I did

JR

> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
> 
>> Hi!
>>
>> I just switched from vanilla 5.12.1 to CVS version of csound. Csound  
>> itself
>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against  
>> the CVS
>> version failed with errors like:
>>
>> In file included from /usr/include/csound/csound.h:249,
>>                 from /usr/include/csound/cwindow.h:34,
>>                 from src/csoundengine.h:28,
>>                 from src/csoundengine.cpp:23:
>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such  
>> file or
>> directory
>>
>> I manually copied from the csound CVS sources the file csound5/H/ 
>> float-version.h
>> to /usr/include/csound, and that allowed qutecsound to compile.  
>> Seems to work
>> fine, too.
>>
>> Jouni Rinne
>>
-- 
| me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
| Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
| me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
| Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 08:07
FromVictor Lazzarini
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
OK, so we know what needs to be fixed, thanks.
On 25 Nov 2010, at 04:46, Jouni Rinne wrote:

> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>> I guess the installer needs to be fixed to copy that file. Did you
>> use  'install.py' to install Csound?
>>
>> Victor
>
> Yes, I did
>
> JR
>
>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>
>>> Hi!
>>>
>>> I just switched from vanilla 5.12.1 to CVS version of csound. Csound
>>> itself
>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against
>>> the CVS
>>> version failed with errors like:
>>>
>>> In file included from /usr/include/csound/csound.h:249,
>>>                from /usr/include/csound/cwindow.h:34,
>>>                from src/csoundengine.h:28,
>>>                from src/csoundengine.cpp:23:
>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such
>>> file or
>>> directory
>>>
>>> I manually copied from the csound CVS sources the file csound5/H/
>>> float-version.h
>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>> Seems to work
>>> fine, too.
>>>
>>> Jouni Rinne
>>>
> --  
> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm  
> doing!" |
> | Jouni 'Mad Max' Rinne      ('x') | - Sledge  
> Hammer                    |
> | me@home ~$man woman       C " "  | -------[ph34r t3h  
> p3Ngu1n]-------- |
> | Segmentation fault (core dumped) | ::   Last.fm user ID:  
> l33tmmx   :: |
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with  
> the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
> grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 08:55
FromAndres Cabrera
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
Hi,

In the meantime, you can create an empty file called float-version.h

Or if you want to build for doubles, copy the doubles-version.h file
in the sources.

Cheers,
Andres

On Thu, Nov 25, 2010 at 8:07 AM, Victor Lazzarini
 wrote:
> OK, so we know what needs to be fixed, thanks.
> On 25 Nov 2010, at 04:46, Jouni Rinne wrote:
>
>> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>>> I guess the installer needs to be fixed to copy that file. Did you
>>> use  'install.py' to install Csound?
>>>
>>> Victor
>>
>> Yes, I did
>>
>> JR
>>
>>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>>
>>>> Hi!
>>>>
>>>> I just switched from vanilla 5.12.1 to CVS version of csound. Csound
>>>> itself
>>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against
>>>> the CVS
>>>> version failed with errors like:
>>>>
>>>> In file included from /usr/include/csound/csound.h:249,
>>>>                from /usr/include/csound/cwindow.h:34,
>>>>                from src/csoundengine.h:28,
>>>>                from src/csoundengine.cpp:23:
>>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such
>>>> file or
>>>> directory
>>>>
>>>> I manually copied from the csound CVS sources the file csound5/H/
>>>> float-version.h
>>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>>> Seems to work
>>>> fine, too.
>>>>
>>>> Jouni Rinne
>>>>
>> --
>> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm
>> doing!" |
>> | Jouni 'Mad Max' Rinne      ('x') | - Sledge
>> Hammer                    |
>> | me@home ~$man woman       C " "  | -------[ph34r t3h
>> p3Ngu1n]-------- |
>> | Segmentation fault (core dumped) | ::   Last.fm user ID:
>> l33tmmx   :: |
>>
>> ------------------------------------------------------------------------------
>> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
>> Tap into the largest installed PC base & get more eyes on your game by
>> optimizing for Intel(R) Graphics Technology. Get started today with
>> the
>> Intel(R) Software Partner Program. Five $500 cash prizes are up for
>> grabs.
>> http://p.sf.net/sfu/intelisp-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cso

Date2010-11-25 09:37
FromJouni Rinne
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
On 11/25/10 10:55, Andres Cabrera wrote:
> Hi,
> 
> In the meantime, you can create an empty file called float-version.h
> 
> Or if you want to build for doubles, copy the doubles-version.h file
> in the sources.

Copy doubles-version.h? From where? Not in csound cvs sources; although there is
a 'float-version-double.h', did you mean that?

JR

> 
> Cheers,
> Andres
> 
> On Thu, Nov 25, 2010 at 8:07 AM, Victor Lazzarini
>  wrote:
>> OK, so we know what needs to be fixed, thanks.
>> On 25 Nov 2010, at 04:46, Jouni Rinne wrote:
>>
>>> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>>>> I guess the installer needs to be fixed to copy that file. Did you
>>>> use  'install.py' to install Csound?
>>>>
>>>> Victor
>>>
>>> Yes, I did
>>>
>>> JR
>>>
>>>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>>>
>>>>> Hi!
>>>>>
>>>>> I just switched from vanilla 5.12.1 to CVS version of csound. Csound
>>>>> itself
>>>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against
>>>>> the CVS
>>>>> version failed with errors like:
>>>>>
>>>>> In file included from /usr/include/csound/csound.h:249,
>>>>>                from /usr/include/csound/cwindow.h:34,
>>>>>                from src/csoundengine.h:28,
>>>>>                from src/csoundengine.cpp:23:
>>>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such
>>>>> file or
>>>>> directory
>>>>>
>>>>> I manually copied from the csound CVS sources the file csound5/H/
>>>>> float-version.h
>>>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>>>> Seems to work
>>>>> fine, too.
>>>>>
>>>>> Jouni Rinne
>>>>>

-- 
| me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
| Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
| me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
| Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 09:59
FromAndres Cabrera
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
Yes. That's the one I mean. But I'm not sure if you need to rename it though...

Cheers,
Andres

On Thu, Nov 25, 2010 at 9:37 AM, Jouni Rinne  wrote:
> On 11/25/10 10:55, Andres Cabrera wrote:
>> Hi,
>>
>> In the meantime, you can create an empty file called float-version.h
>>
>> Or if you want to build for doubles, copy the doubles-version.h file
>> in the sources.
>
> Copy doubles-version.h? From where? Not in csound cvs sources; although there is
> a 'float-version-double.h', did you mean that?
>
> JR
>
>>
>> Cheers,
>> Andres
>>
>> On Thu, Nov 25, 2010 at 8:07 AM, Victor Lazzarini
>>  wrote:
>>> OK, so we know what needs to be fixed, thanks.
>>> On 25 Nov 2010, at 04:46, Jouni Rinne wrote:
>>>
>>>> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>>>>> I guess the installer needs to be fixed to copy that file. Did you
>>>>> use  'install.py' to install Csound?
>>>>>
>>>>> Victor
>>>>
>>>> Yes, I did
>>>>
>>>> JR
>>>>
>>>>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> I just switched from vanilla 5.12.1 to CVS version of csound. Csound
>>>>>> itself
>>>>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against
>>>>>> the CVS
>>>>>> version failed with errors like:
>>>>>>
>>>>>> In file included from /usr/include/csound/csound.h:249,
>>>>>>                from /usr/include/csound/cwindow.h:34,
>>>>>>                from src/csoundengine.h:28,
>>>>>>                from src/csoundengine.cpp:23:
>>>>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No such
>>>>>> file or
>>>>>> directory
>>>>>>
>>>>>> I manually copied from the csound CVS sources the file csound5/H/
>>>>>> float-version.h
>>>>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>>>>> Seems to work
>>>>>> fine, too.
>>>>>>
>>>>>> Jouni Rinne
>>>>>>
>
> --
> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
> | Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
> | me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
> | Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/li

Date2010-11-25 10:01
FromVictor Lazzarini
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
That is the one. If you want to build for doubles (only if you have  
built Csound as doubles to start with),
you can either copy that file as float-version.h or (as before) define  
USE_DOUBLE when compiling.
Copying the file is the easiest way.

Victor
On 25 Nov 2010, at 09:37, Jouni Rinne wrote:

> On 11/25/10 10:55, Andres Cabrera wrote:
>> Hi,
>>
>> In the meantime, you can create an empty file called float-version.h
>>
>> Or if you want to build for doubles, copy the doubles-version.h file
>> in the sources.
>
> Copy doubles-version.h? From where? Not in csound cvs sources;  
> although there is
> a 'float-version-double.h', did you mean that?
>
> JR
>
>>
>> Cheers,
>> Andres
>>
>> On Thu, Nov 25, 2010 at 8:07 AM, Victor Lazzarini
>>  wrote:
>>> OK, so we know what needs to be fixed, thanks.
>>> On 25 Nov 2010, at 04:46, Jouni Rinne wrote:
>>>
>>>> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>>>>> I guess the installer needs to be fixed to copy that file. Did you
>>>>> use  'install.py' to install Csound?
>>>>>
>>>>> Victor
>>>>
>>>> Yes, I did
>>>>
>>>> JR
>>>>
>>>>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> I just switched from vanilla 5.12.1 to CVS version of csound.  
>>>>>> Csound
>>>>>> itself
>>>>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0 against
>>>>>> the CVS
>>>>>> version failed with errors like:
>>>>>>
>>>>>> In file included from /usr/include/csound/csound.h:249,
>>>>>>               from /usr/include/csound/cwindow.h:34,
>>>>>>               from src/csoundengine.h:28,
>>>>>>               from src/csoundengine.cpp:23:
>>>>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No  
>>>>>> such
>>>>>> file or
>>>>>> directory
>>>>>>
>>>>>> I manually copied from the csound CVS sources the file csound5/H/
>>>>>> float-version.h
>>>>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>>>>> Seems to work
>>>>>> fine, too.
>>>>>>
>>>>>> Jouni Rinne
>>>>>>
>
> -- 
> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm  
> doing!" |
> | Jouni 'Mad Max' Rinne      ('x') | - Sledge  
> Hammer                    |
> | me@home ~$man woman       C " "  | -------[ph34r t3h  
> p3Ngu1n]-------- |
> | Segmentation fault (core dumped) | ::   Last.fm user ID:  
> l33tmmx   :: |
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with  
> the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
> grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 10:04
FromVictor Lazzarini
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
yes, you need to rename it as float-version.h. I will try and work out  
install.py to do this all automatically.

Victor
On 25 Nov 2010, at 09:59, Andres Cabrera wrote:

> Yes. That's the one I mean. But I'm not sure if you need to rename  
> it though...
>
> Cheers,
> Andres
>
> On Thu, Nov 25, 2010 at 9:37 AM, Jouni Rinne   
> wrote:
>> On 11/25/10 10:55, Andres Cabrera wrote:
>>> Hi,
>>>
>>> In the meantime, you can create an empty file called float-version.h
>>>
>>> Or if you want to build for doubles, copy the doubles-version.h file
>>> in the sources.
>>
>> Copy doubles-version.h? From where? Not in csound cvs sources;  
>> although there is
>> a 'float-version-double.h', did you mean that?
>>
>> JR
>>
>>>
>>> Cheers,
>>> Andres
>>>
>>> On Thu, Nov 25, 2010 at 8:07 AM, Victor Lazzarini
>>>  wrote:
>>>> OK, so we know what needs to be fixed, thanks.
>>>> On 25 Nov 2010, at 04:46, Jouni Rinne wrote:
>>>>
>>>>> 25.11.2010 00:58, Victor Lazzarini kirjoitti:
>>>>>> I guess the installer needs to be fixed to copy that file. Did  
>>>>>> you
>>>>>> use  'install.py' to install Csound?
>>>>>>
>>>>>> Victor
>>>>>
>>>>> Yes, I did
>>>>>
>>>>> JR
>>>>>
>>>>>> On 24 Nov 2010, at 22:30, Jouni Rinne wrote:
>>>>>>
>>>>>>> Hi!
>>>>>>>
>>>>>>> I just switched from vanilla 5.12.1 to CVS version of csound.  
>>>>>>> Csound
>>>>>>> itself
>>>>>>> compiles & works fine, but (re)compiling Qutecsound-0.6.0  
>>>>>>> against
>>>>>>> the CVS
>>>>>>> version failed with errors like:
>>>>>>>
>>>>>>> In file included from /usr/include/csound/csound.h:249,
>>>>>>>                from /usr/include/csound/cwindow.h:34,
>>>>>>>                from src/csoundengine.h:28,
>>>>>>>                from src/csoundengine.cpp:23:
>>>>>>> /usr/include/csound/sysdep.h:73:27: error: float-version.h: No  
>>>>>>> such
>>>>>>> file or
>>>>>>> directory
>>>>>>>
>>>>>>> I manually copied from the csound CVS sources the file csound5/ 
>>>>>>> H/
>>>>>>> float-version.h
>>>>>>> to /usr/include/csound, and that allowed qutecsound to compile.
>>>>>>> Seems to work
>>>>>>> fine, too.
>>>>>>>
>>>>>>> Jouni Rinne
>>>>>>>
>>
>> --
>> | me@home ~$whoami            ^ ^  | "Trust me, I know what I'm  
>> doing!" |
>> | Jouni 'Mad Max' Rinne      ('x') | - Sledge  
>> Hammer                    |
>> | me@home ~$man woman       C " "  | -------[ph34r t3h  
>> p3Ngu1n]-------- |
>> | Segmentation fault (core dumped) | ::   Last.fm user ID:  
>> l33tmmx   :: |
>>
>> ------------------------------------------------------------------------------
>> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
>> Tap into the largest installed PC base & get more eyes on your game  
>> by
>> optimizing for Intel(R) Graphics Technology. Get started today with  
>> the
>> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
>> grabs.
>> http://p.sf.net/sfu/intelisp-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with  
> the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
> grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 12:23
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
CVS code updated to install these two headers



------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 17:49
Frommenno
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
Hello John,

i rebuild Csound but get this error:

install: cannot stat `float-version-double.h': No such file or directory
 *** error copying /usr/local/include/csound/float-version-double.h
 === Installing language interfaces ===
  /usr/lib/python2.6/site-packages/csnd.py
  /usr/lib/python2.6/site-packages/_csnd.so
 === Installing Localisation files ===
  /usr/local/share/locale/de/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/it/LC_MESSAGES/csound5.mo
  /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo
 === Installing documentation ===
  /usr/local/share/doc/csound/COPYING
  /usr/local/share/doc/csound/ChangeLog
  /usr/local/share/doc/csound/INSTALL
  /usr/local/share/doc/csound/readme-csound5.txt
 === Installing Tcl/Tk modules and scripts ===
  /usr/local/lib/csound/tcl/nsliders.tk
  /usr/local/bin/matrix.tk
 === Installing STK raw wave files ===
  /usr/local/share/csound/rawwaves/dope.raw
  /usr/local/share/csound/rawwaves/ooo.raw
  /usr/local/share/csound/rawwaves/snardrum.raw
  /usr/local/share/csound/rawwaves/silence.raw
  /usr/local/share/csound/rawwaves/tomlowdr.raw
  /usr/local/share/csound/rawwaves/mandpluk.raw
  /usr/local/share/csound/rawwaves/bassdrum.raw
  /usr/local/share/csound/rawwaves/tambourn.raw
  /usr/local/share/csound/rawwaves/impuls10.raw
  /usr/local/share/csound/rawwaves/mand10.raw
  /usr/local/share/csound/rawwaves/marmstk1.raw
  /usr/local/share/csound/rawwaves/britestk.raw
  /usr/local/share/csound/rawwaves/cowbell1.raw
  /usr/local/share/csound/rawwaves/mand7.raw
  /usr/local/share/csound/rawwaves/twopeaks.raw
  /usr/local/share/csound/rawwaves/fwavblnk.raw
  /usr/local/share/csound/rawwaves/mand1.raw
  /usr/local/share/csound/rawwaves/mand2.raw
  /usr/local/share/csound/rawwaves/mand9.raw
  /usr/local/share/csound/rawwaves/mand5.raw
  /usr/local/share/csound/rawwaves/mand12.raw
  /usr/local/share/csound/rawwaves/sineblnk.raw
  /usr/local/share/csound/rawwaves/tomhidrm.raw
  /usr/local/share/csound/rawwaves/peksblnk.raw
  /usr/local/share/csound/rawwaves/impuls20.raw
  /usr/local/share/csound/rawwaves/hihatcym.raw
  /usr/local/share/csound/rawwaves/ahh.raw
  /usr/local/share/csound/rawwaves/mand6.raw
  /usr/local/share/csound/rawwaves/sinewave.raw
  /usr/local/share/csound/rawwaves/ridecymb.raw
  /usr/local/share/csound/rawwaves/halfwave.raw
  /usr/local/share/csound/rawwaves/mand11.raw
  /usr/local/share/csound/rawwaves/mand8.raw
  /usr/local/share/csound/rawwaves/tommiddr.raw
  /usr/local/share/csound/rawwaves/ppksblnk.raw
  /usr/local/share/csound/rawwaves/snglpeak.raw
  /usr/local/share/csound/rawwaves/impuls40.raw
  /usr/local/share/csound/rawwaves/eee.raw
  /usr/local/share/csound/rawwaves/crashcym.raw
  /usr/local/share/csound/rawwaves/mand4.raw
  /usr/local/share/csound/rawwaves/mand3.raw
 === Installing uninstall script ===
  /usr/local/bin/uninstall-csound5
 === Installing MD5 checksums ===
  /usr/local/csound5-2010-11-25.md5sums

 *** Errors occured during installation, deleting files...

menno@muziek:~/csound5$ csound
The program 'csound' is currently not installed.  You can install it by
typing:
sudo apt-get install csound


I use Kubuntu

menno

-- 
View this message in context: http://csound.1045644.n5.nabble.com/Missing-not-installed-header-file-in-latest-CVS-version-tp3279222p3280390.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-11-25 18:41
FromJouni Rinne
SubjectRe: [Cs-dev] Missing / not installed header file in latest CVS version?
25.11.2010 19:49, menno kirjoitti:
> 
> Hello John,
> 
> i rebuild Csound but get this error:
> 
> install: cannot stat `float-version-double.h': No such file or directory
>  *** error copying /usr/local/include/csound/float-version-double.h
>  === Installing language interfaces ===
>   /usr/lib/python2.6/site-packages/csnd.py
>   /usr/lib/python2.6/site-packages/_csnd.so
>  === Installing Localisation files ===
>   /usr/local/share/locale/de/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/it/LC_MESSAGES/csound5.mo
>   /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo
>  === Installing documentation ===
>   /usr/local/share/doc/csound/COPYING
>   /usr/local/share/doc/csound/ChangeLog
>   /usr/local/share/doc/csound/INSTALL
>   /usr/local/share/doc/csound/readme-csound5.txt
>  === Installing Tcl/Tk modules and scripts ===
>   /usr/local/lib/csound/tcl/nsliders.tk
>   /usr/local/bin/matrix.tk
>  === Installing STK raw wave files ===
>   /usr/local/share/csound/rawwaves/dope.raw
>   /usr/local/share/csound/rawwaves/ooo.raw
>   /usr/local/share/csound/rawwaves/snardrum.raw
>   /usr/local/share/csound/rawwaves/silence.raw
>   /usr/local/share/csound/rawwaves/tomlowdr.raw
>   /usr/local/share/csound/rawwaves/mandpluk.raw
>   /usr/local/share/csound/rawwaves/bassdrum.raw
>   /usr/local/share/csound/rawwaves/tambourn.raw
>   /usr/local/share/csound/rawwaves/impuls10.raw
>   /usr/local/share/csound/rawwaves/mand10.raw
>   /usr/local/share/csound/rawwaves/marmstk1.raw
>   /usr/local/share/csound/rawwaves/britestk.raw
>   /usr/local/share/csound/rawwaves/cowbell1.raw
>   /usr/local/share/csound/rawwaves/mand7.raw
>   /usr/local/share/csound/rawwaves/twopeaks.raw
>   /usr/local/share/csound/rawwaves/fwavblnk.raw
>   /usr/local/share/csound/rawwaves/mand1.raw
>   /usr/local/share/csound/rawwaves/mand2.raw
>   /usr/local/share/csound/rawwaves/mand9.raw
>   /usr/local/share/csound/rawwaves/mand5.raw
>   /usr/local/share/csound/rawwaves/mand12.raw
>   /usr/local/share/csound/rawwaves/sineblnk.raw
>   /usr/local/share/csound/rawwaves/tomhidrm.raw
>   /usr/local/share/csound/rawwaves/peksblnk.raw
>   /usr/local/share/csound/rawwaves/impuls20.raw
>   /usr/local/share/csound/rawwaves/hihatcym.raw
>   /usr/local/share/csound/rawwaves/ahh.raw
>   /usr/local/share/csound/rawwaves/mand6.raw
>   /usr/local/share/csound/rawwaves/sinewave.raw
>   /usr/local/share/csound/rawwaves/ridecymb.raw
>   /usr/local/share/csound/rawwaves/halfwave.raw
>   /usr/local/share/csound/rawwaves/mand11.raw
>   /usr/local/share/csound/rawwaves/mand8.raw
>   /usr/local/share/csound/rawwaves/tommiddr.raw
>   /usr/local/share/csound/rawwaves/ppksblnk.raw
>   /usr/local/share/csound/rawwaves/snglpeak.raw
>   /usr/local/share/csound/rawwaves/impuls40.raw
>   /usr/local/share/csound/rawwaves/eee.raw
>   /usr/local/share/csound/rawwaves/crashcym.raw
>   /usr/local/share/csound/rawwaves/mand4.raw
>   /usr/local/share/csound/rawwaves/mand3.raw
>  === Installing uninstall script ===
>   /usr/local/bin/uninstall-csound5
>  === Installing MD5 checksums ===
>   /usr/local/csound5-2010-11-25.md5sums
> 
>  *** Errors occured during installation, deleting files...
> 
> menno@muziek:~/csound5$ csound
> The program 'csound' is currently not installed.  You can install it by
> typing:
> sudo apt-get install csound
> 
> 
> I use Kubuntu
> 
> menno
> 

The updated install.py should be:

--- install.py.orig	2010-11-25 17:54:53.000000000 +0200
+++ install.py	2010-11-25 20:36:58.000000000 +0200
@@ -14,7 +14,7 @@
                'H/csound.hpp', 'H/csoundCore.h', 'H/cwindow.h',
                'H/msg_attr.h', 'H/OpcodeBase.hpp', 'H/pstream.h',
                'H/pvfileio.h', 'H/soundio.h', 'H/sysdep.h', 'H/text.h',
-               'H/version.h', 'float-version-double.h',  'float-version.h',
+               'H/version.h', 'H/float-version-double.h',  'H/float-version.h',
                'interfaces/CppSound.hpp', 'interfaces/filebuilding.h',
                'interfaces/CsoundFile.hpp', 'interfaces/csPerfThread.hpp']

Please fix properly...

JR

-- 
| me@home ~$whoami            ^ ^  | "Trust me, I know what I'm doing!" |
| Jouni 'Mad Max' Rinne      ('x') | - Sledge Hammer                    |
| me@home ~$man woman       C " "  | -------[ph34r t3h p3Ngu1n]-------- |
| Segmentation fault (core dumped) | ::   Last.fm user ID: l33tmmx   :: |

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net