Displaying 2 results from an estimated 2 matches for "lcabinet".
Did you mean:
cabinet
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
Hi,
when I run make crosstest, I get an error message saying it can't find
lcabinet :
make[2]: Entering directory '/home/colin/Devs/wine/dlls/advpack/tests'
i686-mingw32-gcc advpack.cross.o files.cross.o install.cross.o
testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32
-lkernel32
/usr/lib/gcc/i686-mingw32/3.4.4/../../../../i686-mingw32/bin/ld: can&...
2009 Jan 18
0
libmsi.a import library from wine, and header files available (entirely free software), available for python-win32 builds under msys+wine
...n/wineconsole cmd
c:/python2.5/bin/python.exde -c 'import _msi'
you get an "access violation - no access to memory" blah blah
to be honest, i don't care about that: this message is to let people
know that it _is_ possible, and, if anyone is interested in e.g.
adding -lmsi -lcabinet support to MinGW, here's where you can get the
necessary crud:
http://lkcl.net/msi.tgz
if the wine team have any objections, if they believe this is a bad
idea, please do say so :)
l.
p.s. if anyone would like to add a regression test to python called
"test_msi.py" - or if they kn...