Re: unable to build vim with gui

2018-03-13 Thread Tony Mechelynck
On Tue, Mar 13, 2018 at 9:32 PM, Charles E Campbell
 wrote:
> Hello:
>
> I used the following configuration command:
>
>./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp
> --enable-pythoninterp --enable-rubyinterp --enable-cscope
>
> The vim I ended up with did not have gui enabled, although I only see two
> lines associated with gtk/gui/gvim in configure's output:
>
>checking --enable-gui argument... GTK+ 2.x GUI support
>checking --disable-gtktest argument... gtk test enabled
>
> I did the configure on a new  Scientific Linux release 7.4 (Nitrogen)
> system.
>
> Any hints on how to get gui enabled?
>
> Thank you,
> Chip Campbell

My guess is that some "development" package, needed to build the GUI,
is not installed on your system. It might be a GTK-related development
package or an X11-related development package, since Vim with GTK GUI
cannot be built without X11 but Vim without GUI can.

If you logged the stdout output from configure, search it
case-independently for the strings "gtk" or "x11", or even for the
word "headers". If you didn't log that, or if you lost that log, there
is a file auto/config.log in the same directory as auto/configure,
auto/config.status et al. It is more verbose than the stdout log, and
therefore a little more difficult to use, but it contains everything
that configure displayed on stdout (plus, among others, the sources of
all the test programs whose compilation or link ended in an error).

Best regards,
Tony.

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


unable to build vim with gui

2018-03-13 Thread Charles E Campbell

Hello:

I used the following configuration command:

   ./configure --with-features=huge --enable-gui=gtk2 
--enable-perlinterp --enable-pythoninterp --enable-rubyinterp 
--enable-cscope


The vim I ended up with did not have gui enabled, although I only see 
two lines associated with gtk/gui/gvim in configure's output:


   checking --enable-gui argument... GTK+ 2.x GUI support
   checking --disable-gtktest argument... gtk test enabled

I did the configure on a new  Scientific Linux release 7.4 (Nitrogen) 
system.


Any hints on how to get gui enabled?

Thank you,
Chip Campbell


--
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar 13 2018 16:23:02)
Included patches: 1-1605
Compiled by c...@sphinx.campbellfamily.biz
Huge version without GUI.  Features included (+) or not (-):
+acl   +farsi +mouse_sgr -tag_any_white
+arabic+file_in_path  -mouse_sysmouse-tcl
+autocmd   +find_in_path  +mouse_urxvt   +termguicolors
-autoservername+float +mouse_xterm   +terminal
-balloon_eval  +folding   +multi_byte+terminfo
+balloon_eval_term -footer+multi_lang+termresponse
-browse+fork()-mzscheme  +textobjects
++builtin_terms+gettext   +netbeans_intg +timers
+byte_offset   -hangul_input  +num64 +title
+channel   +iconv +packages  -toolbar
+cindent   +insert_expand +path_extra+user_commands
+clientserver  +job   +perl  +vertsplit
+clipboard +jumplist  +persistent_undo   +virtualedit
+cmdline_compl +keymap+postscript+visual
+cmdline_hist  +lambda+printer   +visualextra
+cmdline_info  +langmap   +profile   +viminfo
+comments  +libcall   +python+vreplace
+conceal   +linebreak -python3   +wildignore
+cryptv+lispindent+quickfix  +wildmenu
+cscope+listcmds  +reltime   +windows
+cursorbind+localmap  +rightleft +writebackup
+cursorshape   -lua   +ruby  +X11
+dialog_con+menu  +scrollbind+xfontset
+diff  +mksession +signs -xim
+digraphs  +modify_fname  +smartindent   +xpm
-dnd   +mouse +startuptime   +xsmp_interact
-ebcdic-mouseshape+statusline+xterm_clipboard
+emacs_tags+mouse_dec -sun_workshop  -xterm_save
+eval  -mouse_gpm +syntax
+ex_extra  -mouse_jsbterm +tag_binary
+extra_search  +mouse_netterm +tag_old_static
   system vimrc file: "$VIM/vimrc"
 user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
  user exrc file: "$HOME/.exrc"
   defaults file: "$VIMRUNTIME/defaults.vim"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE 
-D_FORTIFY_SOURCE=1   
Linking: gcc   -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic 
-Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE   -L/usr/local/lib 
-Wl,--as-needed -o vim-lSM -lICE -lXpm -lXt -lX11 -lSM -lICE  -lm -ltinfo 
-lnsl  -lselinux  -ldl   -Wl,--enable-new-dtags 
-Wl,-rpath,/usr/lib64/perl5/CORE  -fstack-protector  -L/usr/lib64/perl5/CORE 
-lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc 
-L/usr/lib64/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker 
-export-dynamic   -lruby -lpthread -lrt -ldl -lcrypt -lm 
configure: creating cache auto/config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for library containing strerror... none required
checking for gawk... gawk

Re: sorting file content by third numbered column

2018-03-13 Thread Ni Va
Le mardi 13 mars 2018 14:34:20 UTC+1, Christian Brabandt a écrit :
> On Di, 13 Mär 2018, Ni Va wrote:
> 
> > By Total time column for example.
> 
> Sorry, I find your answers in general too terse to try to figure out 
> what exactly you are trying to do now and I do not feel like guessing.
> 
> It looks as you'd like to sort buffer content, while you were saying 
> before you want to sort lists.
> 
> Oh and BTW: please trim your quotes and write your statement below to 
> what you are referring to.
> 
> Thanks,
> Christian 
> -- 
> Der gesunde Menschenverstand ist blind sowohl für das äußerst Böse
> wie für das höchst Gute.
>   -- Karl Jaspers

The csv file attached below it produced from this code particularly by from 
s:results list of strings. 

I import it into excel and then do a sort from max to min spent time by third 
column. 

I would do the same from this vimscript below on in order to sort by numeric 
float Total time column



fun! helper#ybereportstats_timebyfunc(list) "{{{


  "2. Total time by function
  "
  let totaltimelist = filter(copy(a:list), 'v:val =~ "TOTAL"')
  let pattime = '\(\d\+\:\d\+:\d\+\.\d\+\)'
  let patfunc = '\(\S\+()\)'
  let pattotaltime = '\(\d\+\(,\d\+\)\{0,1}\)'
  let linepat = '^.\{-}'.pattime.'.\{-}'.patfunc.'.\{-}'.pattotaltime.'.\{-}$'
  let listtotaltimespent = map(copy(totaltimelist)[0:s:nEch], 
'substitute(v:val, linepat, "\\2@\\3@\\1", "")')
  " echomsg string(listtotaltimespent)
  " return

  for value in listtotaltimespent
" k : class/func name
" v : total time for the call..
" t : ..at time
" try
let [k,v,t] = split(value,'@')
" catch /.*/
" echomsg 'error ' . string(value) 
" endtry
if !has_key(s:dict,k)
  let s:dict[k] = { 'values' : [{'totaltime':v, 'time':t}] }
else
  call extend(s:dict[k].values, [{'totaltime':v, 'time':t}]) 
endif
  endfor
  " echo  s:dict

  "
  " 2. build results 
  "
  let s:results = [join(["Func","Nb Occs", "Total time (ms)","Indicateur 
(ms/ech)"],s:sep)]
  for funclass in keys(s:dict)
  " Sum up total time for N occurs
  let nOccur = len(s:dict[funclass].values)

  " Sum up total time for N occurs
  let sum=0.0
  for time in s:dict[funclass].values
  " echomsg time.totaltime
  let sum+=str2float(substitute(time.totaltime, ',', '.', 'g'))
  endfor

  " let sumstr = tr(printf("%s",sum),'.',',')
  let sumstr = printf("%s",sum)

  let indicateur=printf("%s",sum/nOccur)

  call extend(s:results, 
[funclass.s:sep.string(nOccur).s:sep.sumstr.s:sep.indicateur])
  endfor
  " echomsg string(s:results)
endfunction "}}}

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: sorting file content by third numbered column

2018-03-13 Thread Christian Brabandt

On Di, 13 Mär 2018, Ni Va wrote:

> By Total time column for example.

Sorry, I find your answers in general too terse to try to figure out 
what exactly you are trying to do now and I do not feel like guessing.

It looks as you'd like to sort buffer content, while you were saying 
before you want to sort lists.

Oh and BTW: please trim your quotes and write your statement below to 
what you are referring to.

Thanks,
Christian 
-- 
Der gesunde Menschenverstand ist blind sowohl für das äußerst Böse
wie für das höchst Gute.
-- Karl Jaspers

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: sorting file content by third numbered column

2018-03-13 Thread Ni Va
Le mardi 13 mars 2018 12:18:31 UTC+1, Christian Brabandt a écrit :
> On Mo, 12 Mär 2018, Ni Va wrote:
> 
> > Thanks but it's a list content not a buffer content in my case.
> 
> Write a custom Sort Function, that splits() your content and sorts on 
> the third field?
> 
> BTW: Please provide complete exact examples. Makes it easier to 
> understand you and test.
> 
> Best,
> Christian 
> -- 
> Fast alles, was Menschen erfinden, wird früher oder später zur Waffe.
> Ist das wirklich nicht zu verhindern?
>   -- Linus Pauling

By Total time column for example.

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Func;Nb Occs;Total time (ms);Indicateur (ms/ech)
BarreOnglet_V2..ctor();1;10.4901;10.4901
ClassBoiteCde.DisposeDialogCde();2;0.132;0.066
EuriBoiteCde.set_CmdeEnCours();124;70.9966;0.572553
ClassPaveTexte.set_CouleurFondDesignation();173;6.6418;0.038392
ClassBoiteCde.CalcTailleIcone();146;8.9005;0.060962
BarreOnglet_V2.tabControl_SelectedIndexChanged();2;0.2234;0.1117
ClassPaveTexte.Calc();358;1164.8912;3.253886
ClassBoiteCde.FermeCmdeOnChgVue();158;7.5894;0.048034
EuriBoiteCde.set_CouleurSuspendu();146;30.149;0.2065
EuriIconeMemoNav.OnChgVueCourante();8;22.85;2.85625
EuriBoiteCde.set_CmdeEnDefaut();124;37.8138;0.30495
EuriLienZoneNavigation.set_Running();6;18.539;3.089833
BarreOnglet_V2.InitialiseOnglet();2;51.4192;25.7096
EuriIconeNav.set_NomIcone();60;20.9901;0.349835
ClassPaveTexte.CalcCouleurTexte();4682;1212.1025;0.258886
ClassPaveTexteListeNum.set_ListeCouleurFondTexte();108;9.6193;0.089068
ClassListeLienZoneNavigation.LoadAllZone();1;0.0581;0.0581
ClassPaveTexte.set_TaillePolice();20;0.9387;0.046935
BoutonClign.timer1_Tick();2015;81.6368;0.040515
ClassPaveTexte.GetCouleurTexte();3966;507.9232;0.128069
ClassPaveTexteListeNum.InitTableauEntier();196;16.7741;0.085582
ClassPaveTexteListeNum.set_ListeValeur();108;23.1277;0.214145
DonneeXML.TraiteXmlCoord();1;11.6919;11.6919
EuriPaveTexteListeNumQualite.Calc();130;629.2697;4.840536
EuriBoiteCde.set_CouleurFondTitre();146;31.7202;0.217262
EuriIconeMemoNav.AjouteNavigation2();2;10.0391;5.01955
ClassPaveTexte.SetCouleurTexte();358;347.7294;0.971311
ClassPaveTexte.set_Designation();173;6.4431;0.037243
EuriIconeNav..ctor();60;10.3819;0.173032
EuriBoiteCde.SetCoulFondBouton();372;108.9984;0.293006
ClassPaveTexte.set_AlignementTexte();173;15.792;0.091283
EuriIconeNav.set_Clic();60;2.1074;0.035123
ClassPaveTexte.set_PresenceCadre();41;1.6134;0.039351
EuriFondNavigation.set_CouleurFond();1;0.041;0.041
ClassPaveTexte.Dispose();6;0.3265;0.054417
EuriBoiteCde.Dispose();2;0.4785;0.23925
EuriBoiteCde.set_CouleurFondBouton();146;47.5052;0.325378
ClassPaveTexteListeNum.set_ListeTexte();108;7.9757;0.073849
ClassPaveTexte.set_CouleurFondTexte();303;14.0422;0.046344
BoutonClign..ctor();146;72.0876;0.493751
ClassBoiteCde.InitialiseListeIcone();146;475.0029;3.253445
ClassPaveTexte.GetCouleurFondTexte();3967;184.8867;0.046606
EuriFondNavigation.set_CheminImage();1;0.5861;0.5861
EuriIconeMemoNav.AnimeBouton();22;23.7136;1.077891
ClassListeMemoNavigation.MajNavigationBarreOnglet();2;20.2723;10.13615
ClassPaveTexteListeNum.Calc();130;614.7842;4.729109
ClassPaveTexte.set_EpaisseurCadre();173;15.9569;0.092236
EuriBarreOnglet_V2.InitialiseBarreOnglet();2;54.5657;27.28285
EuriFondNavigation..ctor();1;10.1322;10.1322
EuriBoiteCde.set_CouleurValide();146;41.6317;0.285149
ClassPaveTexteListeNum.set_Separateur();88;57.951;0.658534
EuriBoiteCde.InitialiseBoiteCmde();146;59.3302;0.406371
EuriBoiteCde.set_CmdeSuspendue();124;40.0737;0.323175
FondNavigation.InitialiseFond();1;14.9253;14.9253
BoutonClign.Dispose();2;0.3144;0.1572
DonneeXMLPano.TraiteXmlCouleur();2;6.7966;3.3983
EuriBoiteCde.set_CouleurSelect();146;83.7053;0.573324
ConvertCouleur2.GetRvb();1922;88.0787;0.045827
FondNavigation..ctor();1;4.541;4.541
ClassPaveTexte..ctor();173;139.7611;0.807868
EuriBarreOnglet_V2.Initialise();2;55.3131;27.65655
PaletteDiversCLS..ctor();1;9.6456;9.6456
EuriBarreOnglet_V2..ctor();1;14.3174;14.3174
EuriBoiteCde.set_CouleurSynoptique();146;34.4122;0.2357
EuriFondNavigation.set_Running();1;16.1461;16.1461
ClassPaveTexte.set_Texte();218;731.6541;3.356211
EuriIconeMemoNav.set_Designation();2;0.096;0.048
ClassLienZoneNavigation.set_PositionX();6;0.2254;0.037567
BarreOnglet_V2.BarreOngletsConforme();2;0.5106;0.2553
EuriBoiteCde.set_InstanceBoiteCde();146;14.5632;0.099748
ClassPaveTexte.set_Running();179;576.9326;3.223087
EuriBoiteCde..ctor();146;798.8035;5.471257
ClassListeMemoNavigation.AjouteNavigation2();2;8.2649;4.13245

Re: sorting file content by third numbered column

2018-03-13 Thread Christian Brabandt

On Mo, 12 Mär 2018, Ni Va wrote:

> Thanks but it's a list content not a buffer content in my case.

Write a custom Sort Function, that splits() your content and sorts on 
the third field?

BTW: Please provide complete exact examples. Makes it easier to 
understand you and test.

Best,
Christian 
-- 
Fast alles, was Menschen erfinden, wird früher oder später zur Waffe.
Ist das wirklich nicht zu verhindern?
-- Linus Pauling

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.