[ros-dev] Msi.dll

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Thu Oct 28 02:52:15 CEST 2004


Hi,
Is it okay to commit a broken port of wine Msi.dll source to our cvs? 8^P
I'm working on avdpack.dll with msiexec.exe.

I have bison working with building the port, that was not the problem.

It's this;


i386-mingw32-gcc -Wl,--base-file,base.tmp \
         -Wl,--entry,_DllMain at 12 \
           -mdll -Wl,--image-base,0x777c0000 \
         -o junk.tmp \
         version.coff action.o create.o distinct.o handle.o insert.o msi.o msiquery.o order.o 
package.o record.o regsvr.o select.o string.o suminfo.o table.o tokenize.o update.o where.o 
sql.tab.o cond.tab.o ../../dk/w32/lib/shell32.a ../../dk/w32/lib/cabinet.a 
../../dk/w32/lib/oleaut32.a ../../dk/w32/lib/ole32.a ../../dk/w32/lib/version.a 
../../dk/w32/lib/user32.a ../../dk/w32/lib/advapi32.a ../../dk/w32/lib/kernel32.a 
../../dk/w32/lib/libwine.a ../../dk/w32/lib/wine_uuid.a ../../dk/w32/lib/ntdll.a
Warning: resolving _MsiGetFileVersionW by linking to _MsiGetFileVersionW at 20
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups

action.o(.text+0x879e):action.c: undefined reference to `LoadTypeLib at 8'
action.o(.text+0x8830):action.c: undefined reference to `RegisterTypeLib at 12'
action.o(.text+0x88c6):action.c: undefined reference to `ITypeLib_Release'

suminfo.o(.text+0x3e):suminfo.c: undefined reference to `IPropertyStorage_Release'
suminfo.o(.text+0x324):suminfo.c: undefined reference to `IPropertySetStorage_Open'
suminfo.o(.text+0x396):suminfo.c: undefined reference to `IPropertyStorage_AddRef'
suminfo.o(.text+0x3e9):suminfo.c: undefined reference to `IPropertyStorage_Release'
suminfo.o(.text+0x3fd):suminfo.c: undefined reference to `IPropertySetStorage_Release'
suminfo.o(.text+0x569):suminfo.c: undefined reference to `IPropertyStorage_ReadMultiple'

make: *** [msi.nostrip.dll] Error 1

Thanks,
James


More information about the Ros-dev mailing list