Wednesday, July 24, 2013

Re: Vim, win64, mingw, compiling HEAD, xpm trouble ?

Hi Marc,

    objx86-64/os_w32exe.o -lkernel32 -luser32 -lgdi32 -ladvapi32 -lcomdlg32 -lcomctl 32 -lversion -L xpm/x64/lib -lXpm -lole32 -luuid mingw32-make[1]: Leaving directory
    `C:/MinGW/msys/1.0/home/m/vim2/src/GvimExt'
    gobjx86-64/xpm_w32.o:xpm_w32.c:(.text+0x59): undefined reference to `XpmReadFileToImage'
    gobjx86-64/xpm_w32.o:xpm_w32.c:(.text+0xb8): undefined reference to `XDestroyImage'
    collect2: ld gab 1 als Ende-Status zur?ck
    mingw32-make: *** [gvim.exe] Error 1

command I used for compiling

$ mingw32-make.exe -f Make_ming.mak ARCH=x86-64 FEATURES=BIG GUI=yes
OLE=no NETBEANS=no PYTHON="c:/Python27" DYNAMIC_PYTHON=yes PYTHON_VER=27
PYTHON3="c:/Python33" DYNAMIC_PYTHON3=yes PYTHON3_VER=33 -j2



Can you try without MSYS?
This worked fine for me in cmd.exe:
mingw32-make.exe -f Make_ming.mak ARCH=x86-64 FEATURES=BIG GUI=yes OLE=no NETBEANS=no PYTHON=d:/Develop/Python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=d:/Develop/Python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32


E:\vim\src>gcc --version
gcc.EXE (rubenvb-4.6.3) 4.6.3

E:\vim\src>mingw32-make --version
GNU Make 3.82
Built for i386-pc-mingw32

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments: