LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 02-11-2008, 03:14 AM   #1
cuongvt
LQ Newbie
 
Registered: Mar 2004
Posts: 15

Rep: Reputation: 0
can not compile vim71 with ruby enable in opensolaris build 81


Dear all
I'm facing with prob as below:
if I run ./configure, make && make install only, vim71 installed normally.
But if I combined --enable-rubyinterp, the error occured as below.
Btw I heared that blastwave.org have vim71 binary, does it precompile with ruby,multibyte and ctags?

Thanks and regard,
---------------------------------------------
Here is my error:
configure: loading cache auto/config.cache
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) egrep
checking for library containing strerror... (cached) none required
checking for gawk... (cached) nawk
checking for strip... (cached) strip
configure: checking for buggy tools...
checking for BeOS... no
checking for QNX... no
checking for Darwin (Mac OS X)... no
checking --with-vim-name argument... Defaulting to vim
checking --with-ex-name argument... Defaulting to ex
checking --with-view-name argument... Defaulting to view
checking --with-global-runtime argument... no
checking --with-modified-by argument... no
checking if character set is EBCDIC... no
checking --with-features argument... Defaulting to normal
checking --with-compiledby argument... no
checking --disable-xsmp argument... no
checking --disable-xsmp-interact argument... no
checking --enable-mzschemeinterp argument... no
checking --enable-perlinterp argument... no
checking --enable-pythoninterp argument... no
checking --enable-tclinterp argument... no
checking --enable-rubyinterp argument... yes
checking for ruby... /usr/bin/ruby
checking Ruby version... OK
checking Ruby header files... /usr/ruby/1.8/lib/ruby/1.8/i386-solaris2.11
checking --enable-cscope argument... no
checking --enable-workshop argument... no
checking --disable-netbeans argument... no
checking for socket in -lsocket... (cached) yes
checking for gethostbyname in -lnsl... (cached) yes
checking whether compiling netbeans integration is possible... no
checking --enable-sniff argument... no
checking --enable-multibyte argument... no
checking --enable-hangulinput argument... no
checking --enable-xim argument... defaulting to auto
checking --enable-fontset argument... no
checking for xmkmf... (cached) /usr/openwin/bin/xmkmf
checking for X... (cached) libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... neither works
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking if X11 header files can be found... yes
checking for _XdmcpAuthDoIt in -lXdmcp... (cached) no
checking for IceOpenConnection in -lICE... (cached) yes
checking for XpmCreatePixmapFromData in -lXpm... (cached) yes
checking if X11 header files implicitly declare return values... no
checking --enable-gui argument... yes/auto - automatic GUI support
checking whether or not to look for GTK... yes
checking whether or not to look for GTK+ 2... yes
checking whether or not to look for GNOME... no
checking whether or not to look for Motif... yes
checking whether or not to look for Athena... yes
checking whether or not to look for neXtaw... yes
checking whether or not to look for Carbon... yes
checking --with-gtk-prefix argument... no
checking --with-gtk-exec-prefix argument... no
checking --disable-gtktest argument... gtk test enabled
checking for gtk-config... (cached) /usr/sfw/bin/gtk-config
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK - version >= 2.2.0... no
checking for GTK - version >= 1.1.16... no
checking for location of Motif GUI includes... /usr/dt/include
checking --with-motif-lib argument... no
checking for location of Motif GUI libs... /usr/dt/lib
checking for XShapeQueryExtension in -lXext... no
checking for wslen in -lw... no
checking for dlsym in -ldl... no
checking for XmuCreateStippledPixmap in -lXmu... no
checking for XpEndJob in -lXp... no
checking for extra X11 defines... no
checking for X11/SM/SMlib.h... (cached) yes
checking for X11/xpm.h... (cached) yes
checking for X11/Sunkeysym.h... (cached) yes
checking for XIMText in X11/Xlib.h... yes
X GUI selected; xim has been enabled
checking for X11/Xmu/Editres.h... yes
checking Xm/Xm.h usability... yes
checking Xm/Xm.h presence... yes
checking for Xm/Xm.h... yes
checking Xm/XpmP.h usability... yes
checking Xm/XpmP.h presence... yes
checking for Xm/XpmP.h... yes
checking Xm/JoinSideT.h usability... yes
checking Xm/JoinSideT.h presence... yes
checking for Xm/JoinSideT.h... yes
checking Xm/TraitP.h usability... yes
checking Xm/TraitP.h presence... yes
checking for Xm/TraitP.h... yes
checking Xm/Manager.h usability... yes
checking Xm/Manager.h presence... yes
checking for Xm/Manager.h... yes
checking Xm/UnhighlightT.h usability... yes
checking Xm/UnhighlightT.h presence... yes
checking for Xm/UnhighlightT.h... yes
checking Xm/Notebook.h usability... yes
checking Xm/Notebook.h presence... yes
checking for Xm/Notebook.h... yes
checking for XpmAttributes_21 in Xm/XpmP.h... yes
checking quality of toupper... good
checking whether __DATE__ and __TIME__ work... yes
checking for elf.h... (cached) yes
checking for main in -lelf... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for termcap.h... (cached) no
checking for fcntl.h... (cached) yes
checking for sgtty.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for termio.h... (cached) yes
checking for iconv.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stropts.h... (cached) yes
checking for errno.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/systeminfo.h... (cached) yes
checking for locale.h... (cached) yes
checking for sys/stream.h... (cached) yes
checking for sys/ptem.h... (cached) yes
checking for termios.h... (cached) yes
checking for libc.h... (cached) no
checking for sys/statfs.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for pwd.h... (cached) yes
checking for utime.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for libintl.h... (cached) yes
checking for libgen.h... (cached) yes
checking for util/debug.h... (cached) no
checking for util/msg18n.h... (cached) no
checking for frame.h... (cached) no
checking for sys/acl.h... (cached) yes
checking for sys/access.h... (cached) no
checking for sys/sysctl.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for pthread_np.h... no
checking for strings.h... (cached) yes
checking if strings.h can be included after string.h... yes
checking whether gcc needs -traditional... (cached) no
checking for an ANSI C-conforming const... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for ino_t... (cached) yes
checking for dev_t... (cached) yes
checking for rlim_t... (cached) yes
checking for stack_t... (cached) yes
checking whether stack_t has an ss_base field... no
checking --with-tlib argument... empty: automatic terminal library selection
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -ltermlib... (cached) yes
termlib library is not usable
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.
 
Old 02-11-2008, 04:14 AM   #2
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
You will need to install ncurses dev packages by the look of it.
 
Old 02-11-2008, 07:27 PM   #3
cuongvt
LQ Newbie
 
Registered: Mar 2004
Posts: 15

Original Poster
Rep: Reputation: 0
>You will need to install ncurses dev packages by the look of it.
I'm newbie of opensolaris so I would like to confirm step by step:
ncurses package is available in blastwave.org and I should get it from there
in order to install, right?
Thanks and regard,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ (compile vs. make vs. build) wwnexc Programming 11 10-10-2011 01:38 PM
Ruby SDL/ Ruby OpenGL tutorials/reference? LinuxNoob75 Programming 0 12-30-2007 12:47 PM
LXer: Cygwin/X install Oracle 10.2.0.1 on OpenSolaris (build 75a) DomU at Linux Dom0 LXer Syndicated Linux News 0 11-05-2007 04:00 AM
[Ruby] Tar'ing or Zip'ing with ruby script lmcilwain Programming 2 01-19-2007 06:56 PM
Can I compile / build GnomeBasic project. Burgos Programming 1 04-20-2005 08:19 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 02:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration