ld ... symbols not found
Date | 2017-05-18 09:31 |
From | rmgls |
Subject | ld ... symbols not found |
Hello csounders, Building from git: On OS X 10.12.XXX I get thise errors [ 66%] Building C object Opcodes/CMakeFiles/liveconv.dir/liveconv.c.o [ 66%] Linking C shared library ../libliveconv.dylib Undefined symbols for architecture x86_64: "_init_load", referenced from: _liveconv_init in liveconv.c.o "_next_load", referenced from: _liveconv_perf in liveconv.c.o "_previous_load", referenced from: _liveconv_perf in liveconv.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]: *** [libliveconv.dylib] Error 1 make[1]: *** [Opcodes/CMakeFiles/liveconv.dir/all] Error 2 make: *** [all] Error 2 It seems to me that MYDIR/csound/include is not found. CmakeCache.txt seems correct. Thanks in advance for any help. Raoul |
Date | 2017-05-18 09:47 |
From | Victor Lazzarini |
Subject | Re: ld ... symbols not found |
yep, I’ve fixed those these morning. I will commit now. ======================== Prof. 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 18 May 2017, at 09:31, rmgls |
Date | 2017-05-18 10:13 |
From | rmgls |
Subject | Re: ld ... symbols not found |
Thanks . yep, I’ve fixed those these morning. I will commit now. ======================== Prof. 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 18 May 2017, at 09:31, rmgls |