[Cs-dev] build failure on OSX
| Date | 2014-08-02 23:35 | 
| From | Victor Lazzarini | 
| Subject | [Cs-dev] build failure on OSX | 
| 
Undefined symbols for architecture x86_64:
  "_processDebugCommands", referenced from:
      _kperf_debug in csound.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CsoundLib64.framework/Versions/6.0/CsoundLib64] Error 1
make[1]: *** [CMakeFiles/CsoundLib64.dir/all] Error 2
make: *** [all] Error 2
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net | 
| Date | 2014-08-02 23:41 | 
| From | Victor Lazzarini | 
| Subject | Re: [Cs-dev] build failure on OSX | 
| clang did not like the function being defined inline. ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 2 Aug 2014, at 23:35, Victor Lazzarini | 
| Date | 2014-08-03 15:19 | 
| From | Andres Cabrera | 
| Subject | Re: [Cs-dev] build failure on OSX | 
| Attachments | None None | 
| Thanks for the fix. Do you know why clang doesn't like that function being inlined?Cheers, Andrés On Sat, Aug 2, 2014 at 5:41 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: clang did not like the function being defined inline. |