x42 / fat1.lv2

Fons Adriaensen's AT1 -- Autotune LV2 plugin
http://x42-plugins.com/x42/x42-autotune
GNU General Public License v2.0
72 stars 16 forks source link

fat1.lv2 makefile error #23

Open ericmartyn opened 2 years ago

ericmartyn commented 2 years ago

~/fat1.lv2 $ make Version: 0.7.0 -> 0 7 0 LV2 Version: 1792 0 test -d .git -a .gitmodules -a -f Makefile.git && make -f Makefile.git submodule_check make[1]: Entering directory '/home/pi/fat1.lv2' make[1]: Leaving directory '/home/pi/fat1.lv2' sed "s/@LV2NAME@/fat1/g;s/@LIB_EXT@/.so/" \ lv2ttl/manifest.ttl.in > build/manifest.ttl sed "s/@LV2NAME@/fat1/g;s/@LIB_EXT@/.so/;s/@UI_TYPE@/ui:X11UI/;s/@LV2GUI@/fat1UI_gl/g" \ lv2ttl/manifest.gui.in >> build/manifest.ttl sed "s/@LV2NAME@/fat1/g" \ lv2ttl/fat1.ttl.in > build/fat1.ttl sed "s/@LV2NAME@/fat1/g;s/@SIGNATURE@//;s/@VERSION@/lv2:microVersion 0 ;lv2:minorVersion 1792 ;/g;s/@UITTL@/ui:ui fat1:ui_gl ;/;s/@MODBRAND@//;s/@MODLABEL@//;s/@URISUFFIX@//;s/@NAMESUFFIX@//" \ lv2ttl/fat1.base.ttl.in >> build/fat1.ttl cat lv2ttl/fat1.chroma.ttl.in >> build/fat1.ttl sed "s/@LV2NAME@/fat1/g;s/@SIGNATURE@//;s/@VERSION@/lv2:microVersion 0 ;lv2:minorVersion 1792 ;/g;s/@UITTL@/ui:ui fat1:ui_gl ;/;s/@MODBRAND@//;s/@MODLABEL@//;s/@URISUFFIX@/#microtonal/;s/@NAMESUFFIX@/ (microtonal)/" \ lv2ttl/fat1.base.ttl.in >> build/fat1.ttl cat lv2ttl/fat1.micro.ttl.in >> build/fat1.ttl sed "s/@LV2NAME@/fat1/g;s/@SIGNATURE@//;s/@VERSION@/lv2:microVersion 0 ;lv2:minorVersion 1792 ;/g;s/@UITTL@/ui:ui fat1:ui_gl ;/;s/@MODBRAND@//;s/@MODLABEL@//;s/@URISUFFIX@/#scales/;s/@NAMESUFFIX@/ (scales)/" \ lv2ttl/fat1.scales.ttl.in >> build/fat1.ttl sed "s/@LV2NAME@/fat1/g;s/@UI_TYPE@/ui:X11UI/;s/@UI_REQ@/ lv2:requiredFeature ui:idleInterface; lv2:extensionData ui:idleInterface;/" \ lv2ttl/fat1.gui.in >> build/fat1.ttl g++ -Wall -g -Wno-unused-function -DHAVE_LV2_1_8 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG -DVERSION="\"0.7.0\"" pkg-config --cflags lv2 fftw3f -fPIC -fvisibility=hidden \ -o build/fat1.so src/fat1.cc src/retuner.cc src/resampler.cc src/resampler-table.cc \ -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,--as-needed -pthread -lm pkg-config --libs lv2 fftw3f g++: error: unrecognized command line option ‘-msse’; did you 2022-01-13-004525_1280x1024_scrot mean ‘-fdse’? g++: error: unrecognized command line option ‘-msse2’ g++: error: unrecognized command line option ‘-mfpmath=sse’ make: *** [Makefile:261: build/fat1.so] Error 1

please help me to solve this

Anorher query can x42 Auto-tune install on raspberry pi 4 to work on lmms or Audacity

x42 commented 2 years ago

By default optimizations for Intel systems are used, on ARM run

make OPTIMIZATIONS="-O3"

...or just get it from the raspian repo: apt-get install x42-plugins

x42 commented 2 years ago

I don't know about LMMS, but according to https://www.audacityteam.org/download/plug-ins/ Audacity does support LV2 plugins.

ericmartyn commented 2 years ago

Thanks for your reply it means a lot to me

On Thu, 13 Jan, 2022, 1:03 am Robin Gareus, @.***> wrote:

I don't know about LMMS, but according to https://www.audacityteam.org/download/plug-ins/ Audacity does support LV2 plugins.

— Reply to this email directly, view it on GitHub https://github.com/x42/fat1.lv2/issues/23#issuecomment-1011384710, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK2HDFGDW2KM7TZYCZABVF3UVXJRLANCNFSM5LZZFGKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>