The Flagship
http://ardour.org
Robin Gareus
af69061644
This breaks windows builds, since apparently build(bld) is evaluated twice (once to write compile_commands.json and once to compile), even though `obj` is reset. eg. in libs/pbd/wscript ``` if bld.env['build_target'] == 'mingw': obj.source += [ 'windows_special_dirs.cc' ] ``` results in [ 65/1159] Compiling libs/pbd/windows_special_dirs.cc [ 69/1159] Compiling libs/pbd/windows_special_dirs.cc which then produces an error when linking: ``` /usr/bin/x86_64-w64-mingw32-ld: libs/pbd/windows_special_dirs.cc.2.o:libs/pbd/windows_special_dirs.cc:28: multiple definition of `PBD::get_win_special_folder_path[abi:cxx11](int)'; libs/pbd/windows_special_dirs.cc.2.o:libs/pbd/windows_special_dirs.cc:28: first defined here ``` |
||
---|---|---|
doc | ||
gtk2_ardour | ||
headless | ||
libs | ||
luasession | ||
msvc_extra_headers | ||
MSVCardour3 | ||
MSVCMixbus3 | ||
MSVCvst_scan | ||
nutemp | ||
session_utils | ||
share | ||
tools | ||
.dir-locals.el | ||
.gitattributes | ||
.gitignore | ||
ardour.1 | ||
COPYING | ||
instant.xml.sae | ||
msvc32-fixup.pl | ||
nutempo-todo | ||
PACKAGER_README | ||
README | ||
README-GITHUB.txt | ||
system_config | ||
testfile.flac | ||
testfile.ogg | ||
TRANSLATORS | ||
waf | ||
wscript |
Please see the Ardour web site at https://ardour.org/ for all documentation.. For information on building ardour: https://ardour.org/development.html