From: Christian Szegedy Date: 2002-09-17T19:13:14+09:00 Subject: Re: Help on installing ruby-qt on windowsXP ajksharma wrote: > Hi, > I have done the fiolowing. > > 1) Installed latest version of Ruby, c:\ruby > 2) UnTared ruby-qt2-devel-0.16.tar.gz in the c:\ruby folder. > 3) Installed QtWin230-NonCommercial.exe from trolltech.com in c:\qt > 4) When I try to install qt-ruby from the command line > ruby install.rb config > ruby install.rb setup > ruby install.rb install > > I get an error saying that it > "cannot find the qapplication.h file." > "you do not seem to have the qt library" > > This file is present in the "c:\qt\inlcude" directory. > > Can any one help me? > Regards > ajay I had similar problems on linux. The README file said: "Use setup.rb to install Ruby/Qt. For detail, see setup.doc.en included in the package. The extconf.rb in each source directory assumes Qt header files and Qt library files in ($QTDIR)/include and ($QTDIR)/lib, respectedly. If you have them in the different place, rewrite extconf.rb or make Makefile manually in each directory as folows: (in each directory) ruby extconf.rb --with-qt2-lib=... --with-qt2-include=..." Best Regards, Christian