February 09, 2012, 22:45:02
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Vamp Plugins Forum
>
Development Topics
>
Plugin Development
>
Compiling/Installing vamp on Mac OSX 10.5
Pages: [
1
]
« previous
next »
Print
Author
Topic: Compiling/Installing vamp on Mac OSX 10.5 (Read 2082 times)
hoongern
Newbie
Posts: 1
Compiling/Installing vamp on Mac OSX 10.5
«
on:
August 19, 2009, 09:30:14 »
Hello,
I downloaded the vamp-plugin-sdk-2.0 and ran a make -f Makefile.osx to compile (which completed fine, afaik). I was wondering whether a "install" target exists for Mac OS to install the includes and libs.
Running "make -f Makefile.osx install" returns "no rule to make target 'install'. Stop.", obviously because it's not defined in that Makefile. I tried the regular "./configure && make && make install" as well as "make -f Makefile.in install", but it seems that those are made for Linux, as it dies on "ld: unknown option: -Bsymbolic"
Any ideas?
(I'm actually trying to compile Marsyas with vamp support which failed with just compiling Vamp without "make install" with VAMP_INCLUDE_DIR set to "/Volumes/Storage/dev/vamp-plugin-sdk-2.0" and VAMP_LIBRARY set to "/Volumes/Storage/dev/vamp-plugin-sdk-2.0/src/libvamp-sdk.dylib" in ccmake, with /Volumes/Storage/dev/vamp-plugin-sdk-2.0 being the directory I extracted the tar.gz into)
Logged
cannam
Administrator
Full Member
Posts: 189
Re: Compiling/Installing vamp on Mac OSX 10.5
«
Reply #1 on:
August 26, 2009, 17:09:10 »
I'm afraid there is no OS/X install target for the SDK. To be honest, when I'm using it on OS/X I generally don't install at all, just add the SDK include paths into my build project much as you described trying to do with Marsyas. (What went wrong when you tried that?)
Chris
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Using Vamp Plugins and Hosts
-----------------------------
=> Getting and Using Vamp Plugins
=> Plugin and Host Announcements
=> Host Forum: Sonic Visualiser
-----------------------------
Development Topics
-----------------------------
=> Plugin Development
=> Host Development
Loading...