-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't compile on osx 10.11 #1
Comments
That message was brought to you my autotools, I didn't type it. I don't have a So on my Linux box, I get this: nick@ariel:~/Research/SMRGyGurdy$ pkg-config --libs artifastring I guess you don't. Again, on my Linux box: nick@ariel:~/Research/SMRGyGurdy$ ls -l /usr/local/lib/pkgconfig/ I suppose it might be worth a try to find where that artifastring.pc is nick@ariel:~/Research/SMRGyGurdy$ echo $PKG_CONFIG_PATH (like mine), just do export PKG_CONFIG_PATH=/opt/something and configure. If it's not empty, you'll need to do something like export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/something instead. We've only ever built this on Linux boxes. I think you might have a bit of --without-comedi Do not support comedi devices Comedi is a generic A-D interface for Linux ( http://www.comedi.org/ Anyway, let me know how you get on. I'd be delighted if it worked on a Mac Nick/. On Thursday, 17 November 2016 09:00:54 GMT Oli Larkin wrote:
|
do you have any examples online? just curious to hear smrdygrdy |
On Friday, 18 November 2016 02:49:05 GMT Oli Larkin wrote:
Well, not really yet (although it may shortly feature on a CD!) but I do have There's my comedy act trying to give a 40 minute paper in about 15 minutes https://www.dropbox.com/s/a9u72vauj4zbidc/Animusic_2015.mp4?dl=0 Presentation starts at 3:39. |
On Friday, 18 November 2016 02:49:05 GMT Oli Larkin wrote:
Sorry, wrong link. https://www.dropbox.com/s/fa5tt6vnqan2sc9/Animusic_2015.mp4?dl=0 |
i have installed artifastring but get the following errors:
configure:6151: $? = 0
configure:6160: result: yes
configure:6231: checking for pkg-config
configure:6249: found /opt/local/bin/pkg-config
configure:6261: result: /opt/local/bin/pkg-config
configure:6286: checking pkg-config is at least version 0.9.0
configure:6289: result: yes
configure:6299: checking for ARTIFASTRING
configure:6306: $PKG_CONFIG --exists --print-errors "artifastring"
Package artifastring was not found in the pkg-config search path.
Perhaps you should add the directory containing
artifastring.pc' to the PKG_CONFIG_PATH environment variable No package 'artifastring' found configure:6309: $? = 1 configure:6323: $PKG_CONFIG --exists --print-errors "artifastring" Package artifastring was not found in the pkg-config search path. Perhaps you should add the directory containing
artifastring.pc'to the PKG_CONFIG_PATH environment variable
No package 'artifastring' found
The text was updated successfully, but these errors were encountered: