macosx-10.6.3, motif version, undefined symbols from libXpm

2010-05-24 Thread raf
hi, i've just got a shiny new corei7 macbookpro with macosx-10.6.3 and i'm trying to compile an x11-motif vim-7.2.436 on it with: >configure \ > --disable-darwin \ > --with-x \ > --enable-gui=motif \ > --enable-multibyte \ > --with-mac-arch=current \ > --with-f

Re: macosx-10.6.3, motif version, undefined symbols from libXpm

2010-05-24 Thread raf
hi, i've just got a shiny new corei7 macbookpro with macosx-10.6.3 and i'm trying to compile an x11-motif vim-7.2.436 on it with: >configure \ > --disable-darwin \ > --with-x \ > --enable-gui=motif \ > --enable-multibyte \ > --with-mac-arch=current \ > --with-f

Re: macosx-10.6.3, motif version, undefined symbols from libXpm

2010-06-07 Thread raf
hi, i've realised that when compiling vim with a motif gui on macosx, the compile doesn't link in -lXpm which it needs hence my problem. here's a little patch for any other wierdo with the same problem. cheers, raf --- src/Makefile.orig 2010-06-08 10:36:42.0 +1000 +++ src/Makefile