Re: [ROOT] cannot open /MAKEINFO

From: Valeriy Onuchin (Valeri.Onoutchine@cern.ch)
Date: Wed Sep 24 2003 - 14:42:29 MEST


 Hi Egon,
check if enviroment variables are set correctly.
You can add to $HOME/.bash_profile
export ROOTSYS='c:\cygwin\home\onuchin\root' # must be in DOS format (change path!)

export LD_LIBRARY_PATH=$ROOTSYS/lib

export PATH=`cygpath -u $ROOTSYS`/bin:$PATH

HTH. Regards. Valeriy

> hello,
> 
> i have a problem, i suspect it is caused by the error message which 
> appears in console application when a program based on ROOT start executing :
> 
> "Warning: enviroment variable ROOTSYS is not set. Standard include files 
> ignored
> 
> Error: cannot open /MAKEINFO
> !!! There are examples of MAKEINFO files under /platform/ !!!
> Please refer to these examples and create for your platform"
> 
> i made an windows executable in a windows 2000, where ROOT is not 
> installed. The application uses some ROOT classes I 
> managed to copy some libraries but i suspect that libCint.dll is 
> complaining (above text). Environment is windows 2000 + cygwin + ROOT for 
> cygwin. 
> 
> My question: why is it complaining and it is possible to solve this 
> problem. 
> 
> ps. it smells that i need to copy some more libraries, or should i compile 
> with include <platform.h> or any other trick....
> 
> ps. i am programming in linux, but now i need to compile my application 
> for windows.
> 
> thank, egon
> 
> -- 
> ------------------------------------------
> Egon Pavlica e-mail:egon.pavlica@p-ng.si
> Laboratory for epitaxy and nanostructures
> Nova Gorica Polytechnic (www.p-ng.si)
> ------------------------------------------
> 
> 



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:15 MET