Re: [yoshimi-user] 0.060-pre2, one more #ifdef JACK_SESSION

  • From: "Jonathan E. Brickman" <jeb@xxxxxxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Sat, 09 Oct 2010 20:24:41 -0500

On 10/09/2010 07:29 PM, cal wrote:

On 10/10/10 11:18, Jonathan E. Brickman wrote:
Compiled and ran perfectly with default optimizations, including
loading a big instrument (Full Strings) and playing bunches of notes.
When I tried to recompile using this:

-O3 -march=amdfam10 -m64 -mfpmath=sse -mcrc32 -ffast-math
-fomit-frame-pointer


I got:

[ 0%] Building CXX object CMakeFiles/yoshimi.dir/WidgetPDialUI.cxx.o

c++: O3: No such file or directory

make[2]: *** [CMakeFiles/yoshimi.dir/WidgetPDialUI.cxx.o] Error 1

make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2

make: *** [all] Error 2
Very weird. I think I'd like to see the full gcc line that's failing, so
in the src directory, could you try
make VERBOSE=1

cheers.
Here's your output :-)

-------------------------------

[jeb@youngdavid src]$ make VERBOSE=1

/usr/bin/cmake -H/home/jeb/Downloads/yoshimi-0.060-pre2/src
-B/home/jeb/Downloads/yoshimi-0.060-pre2/src --check-build-system
CMakeFiles/Makefile.cmake 0

/usr/bin/cmake -E cmake_progress_start
/home/jeb/Downloads/yoshimi-0.060-pre2/src/CMakeFiles
/home/jeb/Downloads/yoshimi-0.060-pre2/src/CMakeFiles/progress.marks

make -f CMakeFiles/Makefile2 all

make[1]: Entering directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

make -f CMakeFiles/yoshimi.dir/build.make CMakeFiles/yoshimi.dir/depend

make[2]: Entering directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

cd /home/jeb/Downloads/yoshimi-0.060-pre2/src && /usr/bin/cmake -E
cmake_depends "Unix Makefiles" /home/jeb/Downloads/yoshimi-0.060-pre2/src
/home/jeb/Downloads/yoshimi-0.060-pre2/src
/home/jeb/Downloads/yoshimi-0.060-pre2/src
/home/jeb/Downloads/yoshimi-0.060-pre2/src
/home/jeb/Downloads/yoshimi-0.060-pre2/src/CMakeFiles/yoshimi.dir/DependInfo.cmake
--color=

make[2]: Leaving directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

make -f CMakeFiles/yoshimi.dir/build.make CMakeFiles/yoshimi.dir/build

make[2]: Entering directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

/usr/bin/cmake -E cmake_progress_report
/home/jeb/Downloads/yoshimi-0.060-pre2/src/CMakeFiles 1

[ 1%] Building CXX object CMakeFiles/yoshimi.dir/PresetsUI.cxx.o

/usr/lib64/ccache/c++ -DYOSHI_FIFO_DIR=\"/dev/shm\" -DMAX_BANK_ROOT_DIRS=128
-DMAX_AD_HARMONICS=128 -DMAX_SUB_HARMONICS=64 -DPAD_MAX_SAMPLES=64
-DNUM_MIDI_PARTS=16 -DNUM_MIDI_CHANNELS=16 -DMAX_ENVELOPE_POINTS=40
-DPI=3.1415926536f -DLOG_2=0.693147181f -DNUM_VOICES=8 -DPOLIPHONY=60
-DNUM_SYS_EFX=4 -DNUM_INS_EFX=8 -DNUM_PART_EFX=3 -DNUM_KIT_ITEMS=16
-DVELOCITY_MAX_SCALE=8.0f -DMAX_EQ_BANDS=8 -DMAX_FILTER_STAGES=5
-DFF_MAX_VOWELS=6 -DFF_MAX_FORMANTS=12 -DFF_MAX_SEQUENCE=8
-DMAX_PHASER_STAGES=12 -DMAX_ALIENWAH_DELAY=100 -DDEFAULT_AUDIO=jack_audio
-DDEFAULT_MIDI=jack_midi O3 -march=amdfam10 -m64 -mfpmath=sse -mcrc32
-ffast-math -fomit-frame-pointer -I/home/jeb/Downloads/yoshimi-0.060-pre2/src
-I/usr/include/alsa -D'YOSHIMI_VERSION="0.060-pre2"'
-D'BASE_INSTALL_DIR="/usr/local"' -lasound -ljack -o
CMakeFiles/yoshimi.dir/PresetsUI.cxx.o -c
/home/jeb/Downloads/yoshimi-0.060-pre2/src/PresetsUI.cxx

c++: O3: No such file or directory

make[2]: *** [CMakeFiles/yoshimi.dir/PresetsUI.cxx.o] Error 1

make[2]: Leaving directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

make[1]: *** [CMakeFiles/yoshimi.dir/all] Error 2

make[1]: Leaving directory `/home/jeb/Downloads/yoshimi-0.060-pre2/src'

make: *** [all] Error 2

--------------------------------


J.E.B.



Other related posts: