Menu

#3 fixes in order to compile 0.3.0

open
nobody
None
5
2002-12-25
2002-12-25
Anonymous
No

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. :)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB