[Cs-dev] linking problems on OSX
Date | 2005-09-17 14:21 |
From | Victor Lazzarini |
Subject | [Cs-dev] linking problems on OSX |
I am now looking into the linking problems that seem to have broken csound. The linker error message ld: Undefined symbols: typeinfo for Fl_Window seems to indicate some stdc++ lib issue. However I could not identify it. The required libs are given in the command line, so I am not sure how to solve it. In fact it is the first time I see such error message (typeinfo for ...). Who changed widgets.cpp recently and what were these changes? I am talking in the last two or three weeks, as everything was OK around mid-late August. Any suggestions? Thanks Victor ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-09-17 14:27 |
From | jpff |
Subject | Re: [Cs-dev] linking problems on OSX |
I did a fresh update anf build two days ago and it all built OK. Not sure what that means! ==John ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-09-17 14:29 |
From | Istvan Varga |
Subject | Re: [Cs-dev] linking problems on OSX |
Victor Lazzarini wrote: > Who changed widgets.cpp recently and what were these > changes? I am talking in the last two or three weeks, as > everything was OK around mid-late August. > > Any suggestions? You can view all changes made to widgets.cpp here: http://cvs.sourceforge.net/viewcvs.py/csound/csound5/InOut/widgets.cpp However, it is also possible that the problem is in SConstruct. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |