prefix=/ignore
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libXML
Version: 2.6.22
Description: libXML library version 2.
Requires:
Libs: -L${libdir} -lxml2 -lz
Cflags: -I${includedir}
prefix=/ignore
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
Version: 1.9.6
Libs: -L${libdir} -ljack -ljackserver
Cflags: -I${includedir}
export CC=gcc export CXX=g++ export PKG_CONFIG_PATH=$HOME/lib/pkgconfig export CFLAGS=-I$HOME/include
cp "C:\Program Files\Microsoft Visual Studio 9.0\VC\include\sal.h" "C:\Program Files\Microsoft DirectX SDK (June 2010)\Include" instead of using the Windows SDK. When I tried to use the WIndows SDK, the compiler went into an infinite loop of errors. Then, you need to add the DirectX SDK to your msys CFLAGS environment variable (~/.profile): export CFLAGS="-I$HOME/include -I\"C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\""