Running Snow Leopard 10.6.6 on a Mac Pro (approx 2007 model). I am trying to
add schroedinger (static) to ffmpeg.
First Orc 0.4.11 compiles successfully with:
./configure --prefix=${TARGET} --host=x86_64-apple-darwin10
--build=x86_64-apple-darwin10 --disable-shared --enable-static
make
make install
But then when trying to compile schroedinger I keep getting the following
config error and never get to make and make install:
"checking for ORC... configure: error: orc-0.4 >= 0.4.10 is required"
Orc is 0.4.11 is greater than 0.4.10! Why then do I get this config error?
Any help would be greatly appreciated. Thanks.
config line for schroedinger is same as above. I run the following flags
before the configure so that schroedinger should be able to find the orc
include and lib files:
export PATH=${TARGET}/bin:$PATH && export LDFLAGS=-L${TARGET}/lib && export
CFLAGS=-I${TARGET}/include && export PKG_CONFIG=${TARGET}/lib:$PKG_CONFIG
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Schrodinger-devel mailing list
Schrodinger-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel