Christian J. Robinson wrote: > I'm no longer able to build GvimExt: > > > /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld: > i386 architecture of input file `gvimext.res' is incompatible with > i386:x86-64 output > gvimext.o:gvimext.cpp:(.text+0xf5c): undefined reference to > `__imp_CreateCompatibleDC' > gvimext.o:gvimext.cpp:(.text+0xf6d): undefined reference to > `__imp_CreateCompatibleBitmap' > gvimext.o:gvimext.cpp:(.text+0xf74): undefined reference to > `__imp_SelectObject' > gvimext.o:gvimext.cpp:(.text+0xfc8): undefined reference to > `__imp_DeleteDC' > gvimext.o:gvimext.cpp:(.text+0x112d): undefined reference to > `__imp_DeleteObject' > > /usr/lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld: > gvimext.o: bad reloc address 0x0 in section `.data' > collect2: error: ld returned 1 exit status
Could be a missing link argument. Or do we need to add #ifdef's? -- How To Keep A Healthy Level Of Insanity: 4. Put your garbage can on your desk and label it "in". /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
