> > ------------------ > > Other stuff: > > > > * We're missing libjbig2dec and libjpeg dependencies, we should also > > include the steps to build them under mingw32. If we're lucky, the steps > > will be the same ones as for libcheck. > > > > libuuid is also a requirement since not long ago, so that should also be > made available under mingw32. I tried to compile 'util-linux' package > (the one providing libuuid) from sources under mingw32, but got some > issues. Luckily, we already have some precompiled libuuid binaries we > can use in here: > http://mirror.vcu.edu/pub/windows/cygwin/release/util-linux/libuuid-devel/ > > So, the steps for libuuid would be: > $> tar -jxf libuuid-devel-2.17.2-1.tar.bz2 > $> cp -r usr/include/uuid $HOME/w32root/include > $> cp -r usr/lib/* $HOME/w32root/lib >
Minor fix, the last step shouldn't copy all files under lib, just the dll.a file: $> cp -r usr/lib/libuuid.dll.a $HOME/w32root/lib -- Aleksander
signature.asc
Description: This is a digitally signed message part