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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
64967
Taro MURAOKA
koron.kaoriya@...
Apr 30, 2012 3:41 am
Hi list. We holds translated Vim's documentation in Japanese at here. http://vim-jp.org/vimdoc-ja/ Please add a link for it to...
64968
Val Markovic
val@...
Apr 30, 2012 6:41 am
I noticed there was an attempt at fixing this with patch 7.3.404, but the problem is still present in Vim 7.3.475 (the latest I have available). Any chance of...
64969
John Beckett
johnb.beckett@...
Apr 30, 2012 7:28 am
... I added the information. You may need to reload the page in your browser (flush cache) to see the change. Two pages listed at the translations link above...
64970
John Beckett
johnb.beckett@...
Apr 30, 2012 7:35 am
... Someone needs to spend quality time: 1. Working out the problem is. 2. Fixing problem. You could help point 1 by giving a brief indication of what the ...
64971
Bram Moolenaar
Bram@...
Apr 30, 2012 9:34 am
Patch 7.3.510 Problem: Test 77 fails on Solaris 7. (Michael Soyka) Solution: Replace any tabs with spaces. Files: src/testdir/test77.in ... ...
64972
Taro MURAOKA
koron.kaoriya@...
Apr 30, 2012 10:27 am
Thank you very much John! I'm impressed by your speedy work! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
64973
Bram Moolenaar
Bram@...
Apr 30, 2012 3:05 pm
Patch 7.3.511 Problem: Using a FileReadCmd autocommand that does ":e! {file}" may cause a crash. (Christian Brabandt) Solution: Properly restore...
64974
Bram Moolenaar
Bram@...
Apr 30, 2012 3:36 pm
Patch 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt) Files:...
64975
Bram Moolenaar
Bram@...
Apr 30, 2012 3:36 pm
Patch 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt) Files:...