Compiling VIM, doesn't show menu and toolbar.

I'm trying to compile vim73 with the Motif Toolkit.

./configure --enable-gui=motif
make
./src/vim -g

Vim runs in a window, without the standard toolbar and
menu bar.

I tried to recompile with

./configure --enable-gui=gnome2

It compiled with GTK2 toolkit, but still no menubar, nor toolbar.

Can anyone help me? Thanks :slight_smile:

PS: already checked guioptions.

===============================
Now works. Instead of download the source tree I just modified the PKGBUILD of gvim
in the Arch (linux) Building System.