Csound Csound-dev Csound-tekno Search About

[Cs-dev] Build error "missing reference to psignal" in Top/csound.c

Date2015-08-30 14:58
FromSigurd Saue
Subject[Cs-dev] Build error "missing reference to psignal" in Top/csound.c
Hi,

I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:

"Linking C shared library csound64.dll
CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"

Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?

Sigurd
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-08-30 15:14
FromSigurd Saue
SubjectRe: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
When I removed the underscore in "psignal_" (Top/csound.c, line 1047), it builds fine. I don't know the logic behind introducing that underscore, so I hope Victor can look into it.

Sigurd

-----Opprinnelig melding-----
Fra: Sigurd Saue [mailto:sigurd.saue@ntnu.no] 
Sendt: 30. august 2015 15:58
Til: Developer discussions 
Emne: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c

Hi,

I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:

"Linking C shared library csound64.dll
CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"

Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?

Sigurd
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-08-30 15:24
FromVictor Lazzarini
SubjectRe: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
It wasn’t compiling on android. Anyway, I’ve changed it and protected it for android.
In git, let me know if it fixes your problem.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 30 Aug 2015, at 15:14, Sigurd Saue  wrote:
> 
> When I removed the underscore in "psignal_" (Top/csound.c, line 1047), it builds fine. I don't know the logic behind introducing that underscore, so I hope Victor can look into it.
> 
> Sigurd
> 
> -----Opprinnelig melding-----
> Fra: Sigurd Saue [mailto:sigurd.saue@ntnu.no] 
> Sendt: 30. august 2015 15:58
> Til: Developer discussions 
> Emne: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
> 
> Hi,
> 
> I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:
> 
> "Linking C shared library csound64.dll
> CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"
> 
> Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?
> 
> Sigurd
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.so

Date2015-08-30 15:39
Fromjpff
SubjectRe: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
If you are pulling/compilig can you report on the changes to include 
search path?
==John

On Sun, 30 Aug 2015, Sigurd Saue wrote:

> Hi,
>
> I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:
>
> "Linking C shared library csound64.dll
> CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"
>
> Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?
>
> Sigurd
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-08-30 15:41
FromSigurd Saue
SubjectRe: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
That's why I'm pulling/compiling :-)

Sigurd

-----Opprinnelig melding-----
Fra: jpff [mailto:jpff@codemist.co.uk] 
Sendt: 30. august 2015 16:39
Til: Developer discussions 
Emne: Re: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c

If you are pulling/compilig can you report on the changes to include search path?
==John

On Sun, 30 Aug 2015, Sigurd Saue wrote:

> Hi,
>
> I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:
>
> "Linking C shared library csound64.dll
> CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"
>
> Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?
>
> Sigurd
> ----------------------------------------------------------------------
> -------- _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2015-08-30 16:20
FromSigurd Saue
SubjectRe: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c
Include search path works as expected on Windows now. I will close the issue shortly.

Sigurd

-----Opprinnelig melding-----
Fra: jpff [mailto:jpff@codemist.co.uk] 
Sendt: 30. august 2015 16:39
Til: Developer discussions 
Emne: Re: [Cs-dev] Build error "missing reference to psignal" in Top/csound.c

If you are pulling/compilig can you report on the changes to include search path?
==John

On Sun, 30 Aug 2015, Sigurd Saue wrote:

> Hi,
>
> I'm trying to build the latest from GiT with Mingw on Windows, but it fails. I get:
>
> "Linking C shared library csound64.dll
> CMakeFiles/csound64.dir/objects.a(csound.c.obj):csound.c:(.text+0x457): undefined reference to `psignal'"
>
> Victor did some changes in csound.c on  July 29 ("some i-time array code") that could explain this. My build from July 27 is fine. Is there a missing underscore?
>
> Sigurd
> ----------------------------------------------------------------------
> -------- _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net