I added a new driver object to the top level wscript. The configuration
and build work fine the includes and my C library are found, but my
jack_avb.so is not linked to against my C library.
in def options:
avtp = add_auto_option(opt, 'jack1722driver', help='IEEE1722 AVTP
Mediaclock AVB Backend')
avtp.add_header('/home/christoph/sources/jack1722driver.git/src/Jack1722Driver.h')
avtp.add_library('jack1722driver')
and in def build_drivers:
avb_src = [
'common/Jack1722Driver.cpp'
]
---------------------8<----------------------
create_driver_obj(
bld,
target = 'avb',
source = avb_src)
What else do I need to add to the script to link against my library?
Thanks in advance,
Ck
On 09/28/2018 12:12 PM, Christoph Kuhr wrote:
I forgot to mention that I have no experience with waf
so far.
On 09/28/2018 12:11 PM, Christoph Kuhr wrote:
Hi *,
I am programming on an experimental Jack backend for AVB.
I have a single source/header file but I need to link against a C
library as well.
How would I integrate the backend with the waf script?
Thx,
Ck
_______________________________________________
Jack-Devel mailing list
Jack-Devel(a)lists.jackaudio.org
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org
_______________________________________________
Jack-Devel mailing list
Jack-Devel(a)lists.jackaudio.org
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org