On Sun, 2005-06-05 at 20:42 +0200, Marcus Meissner wrote:
On Sat, Jun 04, 2005 at 03:16:26PM -0400, Ivan Gyurdiev wrote:
What about this?
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole encode.o protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32 -L../../../libs -lcrypt32 encode.o(.text+0x38): In function `func_encode': /home/phantom/src/wine/dlls/crypt32/tests/encode.c:56: undefined reference to `CryptEncodeObjectEx' encode.o(.text
This is a temporary problem.
The .def files are not in CVS ?
I saw the exact same problem in dlls/joystick, and removing the def files fixed it. Why does this occur?
===========================================================
Next problem:
dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: internal compiler error: in gimple_add_tmp_var, at gimplify.c:532 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://bugzilla.redhat.com/bugzilla for instructions. Preprocessed source stored into /tmp/cczY7yIu.out file, please attach this to your bugreport. make[2]: *** [dialog.o] Error 1 make[2]: Leaving directory `/home/phantom/src/wine/dlls/msi' make[1]: *** [msi] Error 2 make[1]: Leaving directory `/home/phantom/src/wine/dlls' make: *** [dlls] Error 2
File in question can be found here (Size ~= 1MB)