oli-kester / kepler34

seq24 for the 2010s
15 stars 3 forks source link

Lib missing #2

Open yPhil-gh opened 8 years ago

yPhil-gh commented 8 years ago

Hi!

I stumbled upon this error while trying to compile:

⚡ ./configure
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gawk... (cached) gawk checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether ln -s works... yes checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... yes checking if --as-needed works... yes checking for main in -lrt... yes checking for _init in -lgtkmm-2.4... yes checking for main in -lsigc-2.0... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for an ANSI C-conforming const... yes ./configure: line 5600: syntax error near unexpected token 0.9.0' ./configure: line 5600:AM_PATH_ALSA(0.9.0)'

Before that I had an honest error ;)

checking for _init in -lgtkmm-2.4... no configure: error: Essential library libgtkmm-2.4 not found

Those are easy to fix. But googling for alsa flags is harder.

I can't wait to test this beast.

oli-kester commented 8 years ago

Hi there

Firstly, thanks for trying to test the program! I really appreciate it.

To start, can you confirm you've run "autoreconf -i" before trying "./configure"?

Also, if all is present and correct, lines 75 & 76 of configure.ac should read -

"dnl ALSA AM_PATH_ALSA(0.9.0)"

If this seems fine, then we'll have to work out what automake is looking for. I don't have much experience in this yet, working it out as I go along - are you able to compile the base seq24 0.93 from here?

https://launchpad.net/seq24

Thanks again, hopefully we can work this out and get you running.