RedHat 7.3 Machine
To compile:
First, as was mentioned in another bug post, this needs
to be run instead of just "configure":
CFLAGS="-O2 -march=i686 -mcpu=i686 `glib-config --cflags`
`gtk-config --cflags` " \
CPPFLAGS="-O2 -march=i686 -mcpu=i686 `glib-config --cflags`
`gtk-config --cflags` " \
CXXFLAGS="-O2 -march=i686 -mcpu=i686 `glib-config --cflags`
`gtk-config --cflags` " \
LDFLAGS="`glib-config --libs` `gtk-config --libs` " \
./configure
(note that's all one line)
add
#include <stdlib.h>
to midimountain/mcOSSIO.cpp line 11
add
#include <string.h>
to midimountain/mcTrack.cpp line 6
I'm not sure if this works yet though, but at least it
compiled. :)