Skip to content
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

It's not possible to desactivate the support of VST #16

Closed
ycollet opened this issue Mar 29, 2016 · 3 comments
Closed

It's not possible to desactivate the support of VST #16

ycollet opened this issue Mar 29, 2016 · 3 comments

Comments

@ycollet
Copy link

ycollet commented Mar 29, 2016

I compile qtractor from master branch on fedora 23 64 bits.
It's not possible to desactivate the VST support.
I added the following flags to configure: --disable-vst --disable-vestige
I have the following sum-up:
X11 Unique/Single instance . . . . . . . . . . . .: no
VeSTige header support . . . . . . . . . . . . . .: no
Gradient eye-candy . . . . . . . . . . . . . . . .: yes
Debugger stack-trace (gdb) . . . . . . . . . . . .: yes

But when I compile qtractor:

d src/ && ( test -e Makefile.qtractor_vst_scan || /usr/lib64/qt5/bin/qmake /home/collette/repositories/qtractor/src/qtractor_vst_scan.pro -o Makefile.qtractor_vst_scan ) && make -f Makefile.qtractor_vst_scan
make[2]: Entering directory '/home/collette/repositories/qtractor/src'
g++ -c -pipe -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o qtractor_vst_scan.o qtractor_vst_scan.cpp
qtractor_vst_scan.cpp:37:22: erreur fatale: aeffectx.h : Aucun fichier ou dossier de ce type
compilation terminée.

@rncbc
Copy link
Owner

rncbc commented Mar 29, 2016

nice catch. i guess it pays to runover the bleeding edge after all :)

yes, you're doing it from current git head. iow. glue still wet, hasn't dried off yet :)

anyway, thanks for the heads up.
cheers

@ycollet
Copy link
Author

ycollet commented Mar 29, 2016

No problem :)
I am aware of the risks.

YC

Le 29/03/2016 15:39, Rui Nuno Capela a écrit :

nice catch. i guess it pays to runover the bleeding edge after all :)

yes, you're doing it from current git head. iow. glue still wet,
hasn't dried off yet :)

anyway, thanks for the heads up.
cheers


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#16 (comment)

@rncbc
Copy link
Owner

rncbc commented Mar 29, 2016

  • fixed FTBFS when configure --disable-vst. (qtractor v0.7.5.6+)
    228a6ef
    c619dbe

@rncbc rncbc closed this as completed Apr 5, 2016
rncbc pushed a commit that referenced this issue May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants