Ask a Question related to Ruby, Design and Development.
-
ot #1
Can't find header files for Ruby
Hi,
I am trying to install the libneural library onto my Linux desktop
(Mandrake 9.1). I get the error "can't find header files for ruby"
[ot@localhost ruby-libneural]$ ruby install.rb config
install.rb: entering config phase...
---> lib
<--- lib
---> ext
---> ext/LibNeural
/usr/bin/ruby /home/ot/ruby-libneural/ext/LibNeural/extconf.rb
can't find header files for ruby.
config failed
'system /usr/bin/ruby /home/ot/ruby-libneural/ext/LibNeural/extconf.rb '
failed
try 'ruby install.rb --help' for usage
My env looks like this:
LC_PAPER=en_AU
LESSKEY=/etc/.less
LC_ADDRESS=en_AU
HOSTNAME=localhost
LC_MONETARY=en_AU
TERM=xterm
SHELL=/bin/bash
XDM_MANAGED=/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched
HISTSIZE=1000
QT_XFT=0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ot/.gtkrc-1.2-gnome2
LC_NUMERIC=en_AU
USER=ot
LC_TELEPHONE=en_AU
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36
i=40;33:so=01;35:bd=40;33;01:cd=40;33;01
r=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32: *.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*. tar=01;31:*.tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.a rj=01;31:*.taz=01;31:*.lzh=01;31:*.lha=01;31:*.zip =01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31: *.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jp eg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm =01;35:*.png=01;35:*.tif=01;35:*.tiff=01;35:
GDK_USE_XFT=1
SESSION_MANAGER=local/localhost:/tmp/.ICE-unix/7282
KONSOLE_DCOP=DCOPRef(konsole-20524,konsole)
NLSPATH=/usr/share/locale/%l/%N
PATH=/usr//bin:/bin:/usr/bin::/usr/local/bin:/usr/X11R6/bin:/usr/games:/home/ot/bin
MAIL=/var/spool/mail/ot
LC_MESSAGES=en_AU
LC_COLLATE=en_AU
LC_IDENTIFICATION=en_AU
SECURE_LEVEL=2
KONSOLE_DCOP_SESSION=DCOPRef(konsole-20524,session-1)
PWD=/home/ot
INPUTRC=/etc/inputrc
XMODIFIERS=@im=none
HELP_BROWSER=/usr/bin/galeon
LANG=en_AU
LC_MEASUREMENT=en_AU
HISTCONTROL=ignoredups
HOME=/home/ot
SHLVL=1
LANGUAGE=en_AU:en_GB:en
GNOME_DESKTOP_SESSION_ID=Default
LOGNAME=ot
LESS=-MM
LC_CTYPE=en_AU
LESSOPEN=|/usr/bin/lesspipe.sh %s
BROWSER=/usr/bin/galeon
DISPLAY=:0.0
LC_TIME=en_AU
G_BROKEN_FILENAMES=1
COLORTERM=
LC_NAME=en_AU
XAUTHORITY=/home/ot/.Xauthority
_=/usr//bin/env
I would appreciate it if someone could tell me what I need to do fix the
above problem.
Thanks,
Ot.
ot Guest
-
PHP Newbie - Header.inc. files
Good afternoon; I'm trying to avois using html frames with my real estate website that I designed. So I decided to go the PHP route through... -
How to find control dynamically added in the header
Pls any body tell me how can i find the control added in the following way : Protected Overrides Sub OnItemDataBound(ByVal e As... -
system can't find plug in header
I just downloaded "adobe reader 6" to day. Now when I want to use it I get a message "can't find plug in header" and I don't know where to look or... -
Where do I find header?
I need to find the header where certain AFP errors are found like kFPBadUAM and others. Where can I find this? -
Xcode can't find a header
I'm trying to use AppleHelp.h in a Cocoa project. I have added Carbon.framework to the project. When I say #import <Carbon/AppleHelp.h> or... -
ts #2
Re: Can't find header files for Ruby
>>>>> "o" == ot <ot@inspired.net.au> writes:
o> I am trying to install the libneural library onto my Linux desktop
o> (Mandrake 9.1). I get the error "can't find header files for ruby"
If it's a package from Mandrake, look if you have a package ruby-devel and
if it's installed
Guy Decoux
ts Guest
-
Brian Candler #3
Re: Can't find header files for Ruby
On Mon, Aug 04, 2003 at 11:32:56PM +0900, ot wrote:
Many Redhat packages are split into 'foo' and 'foo-devel', where 'foo-devel'> Hi,
>
> I am trying to install the libneural library onto my Linux desktop
> (Mandrake 9.1). I get the error "can't find header files for ruby"
has the header files. Is there a 'ruby-devel' package you can install?
Regards,
Brian.
Brian Candler Guest
-
ot #4
Re: Can't find header files for Ruby
On Tue, 2003-08-05 at 00:38, Brian Candler wrote:
Brian, thanks for replying. One of the things I like about Ruby is the> On Mon, Aug 04, 2003 at 11:32:56PM +0900, ot wrote:>> > Hi,
> >
> > I am trying to install the libneural library onto my Linux desktop
> > (Mandrake 9.1). I get the error "can't find header files for ruby"
> Many Redhat packages are split into 'foo' and 'foo-devel', where 'foo-devel'
> has the header files. Is there a 'ruby-devel' package you can install?
>
helpful community.
Regards,
Ot
ot Guest



Reply With Quote

