git develop build broken
| Date | 2017-06-13 09:48 |
| From | Francesco Porta |
| Subject | git develop build broken |
Hi All,
I hope this could help :)
On linux Ubuntu 16.04 64 bit with KXstudio i have:
[ 58%] Linking CXX shared module ../librtpa.so
/usr/bin/ld: cannot find -lwinmm
/usr/bin/ld: cannot find -ldsound
/usr/bin/ld: cannot find -lsetupapi
collect2: error: ld returned 1 exit status
InOut/CMakeFiles/rtpa.dir/build.make:95: recipe for target 'librtpa.so' failed
make[2]: *** [librtpa.so] Error 1
CMakeFiles/Makefile2:2074: recipe for target 'InOut/CMakeFiles/rtpa.dir/all' failed
make[1]: *** [InOut/CMakeFiles/rtpa.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
Thanks,
ciao,
francesco.
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2017-06-19 19:41 |
| From | Paul Batchelor |
| Subject | Re: git develop build broken |
Those look like Windows API flags it is trying to link. On Jun 13, 2017 01:48, "Francesco Porta" <francescoarmandoporta@gmail.com> wrote: Hi All, |
| Date | 2017-06-19 19:48 |
| From | Hlöðver Sigurðsson |
| Subject | Re: git develop build broken |
This was fixed I think 2 days ago, just confirmed it few minutes ago. Pull the latest, build and you're good :) 2017-06-19 20:41 GMT+02:00 Paul Batchelor <ralphbluecoat@gmail.com>:
|