Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 64937 - 64966 of 70069   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
64937 James McCoy
jamessan@... Send Email
Apr 27, 2012
10:45 am
... Alternatively, just strip off the debug info after the build using the strip tool. -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy...
64938 Christian Brabandt
cblists@... Send Email
Apr 27, 2012
12:35 pm
Bram, here is a patch, that makes undofile() return an empty string, if given an empty string. Consider this: vim -u NONE -U NONE -N -c ':set undofile|echo...
64939 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
6:18 am
... 4414c4414 < if test "$CC" = "cc"; then ... 4436,4439c4436 < # set CFLAGS for configure process < # this will be reset later for config.mk < # use...
64940 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
6:25 am
cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll -o objects/gui_xmebw.o gui_xmebw.c ERROR CCN3334...
64941 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 28, 2012
6:56 am
... [...] What's wrong with that? Best regards, Tony. -- Board the windows, up your car insurance, and don't leave any booze in plain sight. It's St....
64942 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:03 am
In the configure script I need to set the following value >> CFLAGS="$CFLAGS -D_ALL_SOURCE -Wc,float(IEEE),HALTONMSG(3296)"; But in "config.mk" that produces...
64943 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:11 am
Apparently there are different versions of Xm/notebook.h ERROR CCN3045 ./gui_motif.c:144 Undeclared identifier XmNotebookCallbackStruct. ERROR CCN3045...
64944 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 28, 2012
7:19 am
... There is no X11R66 yet. “Releases 6.7 and later are brought to you by the X.Org Foundation.” (sic, from the X(7) manpage installed here). The version...
64945 Sergey Vakulenko
svakulenko.a@... Send Email
Apr 28, 2012
7:23 am
The problem is solved ! Big thanks to Christian Brabandt for patch. First impression - its works like its should. Anyway, need a little a bit time to test this...
64946 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:25 am
As I mentioned in the email >> CFLAGS = -O -D_ALL_SOURCE -Wc,float(IEEE),HALTONMSG(3296) -W c,dll Does not work It produces errors To get it to work I...
64947 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:29 am
The parenthesis is part of the compiler command syntax "it must be escaped" ... From: Tony Mechelynck [mailto:antoine.mechelynck@...] Sent: Friday,...
64948 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
7:30 am
I do not understand why it works in the configure script but not in the open makefile it is exactly the same-string !! Maybe because the configure script...
64949 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
10:49 am
Thanks Very Much for your response I am building the Motif version I built this successfully in December I guess much has changed since December :) ... ...
64950 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
11:19 am
The xpm attribute type should not be declared if the xpm header or xmp linker detection fails >> /* #undef HAVE_X11_XPM_H */ The following should NOT have...
64951 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:32 am
... So what #ifdef needs to change then? -- ROBIN: (warily) And if you get a question wrong? ARTHUR: You are cast into the Gorge of Eternal Peril. ROBIN: Oh...
64952 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:33 am
... Can you please make context diffs, so that we can see exactly what changes? And please attach the diff, if you put it as the main text lines get wrapped. ...
64953 Bram Moolenaar
Bram@... Send Email
Apr 28, 2012
11:33 am
... Thanks. I'll add this to the todo list. -- To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass...
64954 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 28, 2012
11:38 am
Which Version of X11 should we be using X11R6 OR X11R66 ?? Manager.h Does Not exist in X11R6 -- You received this message from the "vim_dev" maillist. Do...
64955 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
3:42 am
Sorry , This was my mis-understanding The assumption is that you are either using xpm or you are using Xm/Manager I finally figured out In either case...
64956 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
4:03 am
If I compile with X11R6.6 (which is the default) I get a bunch of compile errors If I put (X11R6) ahead of the default ( almost everything gets...
64957 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
4:44 am
Shucks I am in a quandary If I make changes to the build-setup for IBM ( it may not work for older systems ) I may need to add some new detection code to...
64958 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
5:45 am
OK, thanks I will try my best I am new at this (so please be patient ) These patches address three issues The first change fixes the configure process 1)...
64959 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
5:59 am
... Hmmm , I see, I missed this !! if test "$zOSUnix"; = "yes"; then CFLAGS="$CFLAGS -W c,dll" LDFLAGS="$LDFLAGS -W l,dll" X_EXTRA_LIBS="$X_EXTRA_LIBS -lSM...
64960 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 29, 2012
6:55 am
Well shucks , I am still getting compiler errors (after fixing all previous mistakes) The IBM compiler never lies ( we always use the IBM compiler as our...
64961 Dominique Pellé
dominique.pelle@... Send Email
Apr 29, 2012
7:05 am
... Hi Stephen You can produce a context diff for your patches with with "diff -c original_file modified_file". Or if you use mercurial (which is...
64962 Yukihiro Nakadaira
yukihiro.nakadaira@... Send Email
Apr 29, 2012
9:28 am
After upgrading my pc to Ubuntu 12.04, gvim breaks. When starting gvim, it freeze abount 1 or 2 minutes after showing GUI Window. Menus is not shown in global...
64963 Bram Moolenaar
Bram@... Send Email
Apr 29, 2012
10:56 am
... Simply deleting that code is not right. Can you see where in gui_init_check() Vim hangs? I suppose it's not Ubuntu 12.04 itself but a later version of the...
64964 Yukihiro Nakadaira
yukihiro.nakadaira@... Send Email
Apr 29, 2012
11:19 am
gui_init_check() itself doesn't hang. After initializing GUI, Vim hangs in gui_mch_update(). I think "gtk_init_check() -> fork() -> gui_mch_update()" causes...
64965 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 30, 2012
12:30 am
ERROR CCN3285 ./gui_xmebw.c:1305 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 ./gui_xmebw.c:1369...
64966 Bovy, Stephen
Stephen.Bovy@... Send Email
Apr 30, 2012
3:10 am
ERROR CCN3285 ./gui_xmebw.c:1305 The indirection operator cannot be applied to a pointer to an incomplete struct or union. ERROR CCN3285 ./gui_xmebw.c:1369...
Messages 64937 - 64966 of 70069   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help