Pascal is correct regarding the rpm install
So, i typed "make install" and got this massage:
$ make install
make: PROXY: Command not found
Installing to local directory: /home/pavel
Installed
Downloading and Updating GUI
N4esdl24TFunctionFailedExceptionE invalid digit occured at [/home/pavel/develop/olex2/trunk/sdl/smart/olx_istring.h(o_atoi_s):832]
Finished
make: *** [install] Error 1
$
Any idea or advice ?
Best, Pavel.
Pavlo
Also the Makefile has been allowed to get slightly out of date (my fault) as I focused more on the rpms. The problem is that for Olex2 to start it needs to download and install the GUI BUT the GUI installation changed and the Makefile was not updated to reflect this - sorry.
Quick fix is to make a directory olex2 in your home type:
- Code: Select all
mkdir $home/olex
Move the binaries into this directory (replace yourbuildroot with where you built olex2)
- Code: Select all
cp yourbuildroot/bin/* $home/olex
Then cd into olex2 directory and run unirun
- Code: Select all
cd $home/olex
./unirun
This will pull the GUI down for you automatically and install it you will be able to start olex2 - BUT you will need to setup the environmental parameters first - so I have two sh files to do this as part of the rpms.
I've modified them for this install and have attached.
I've also called this install olex rather than olex2 so that if you do get olex2 from a modified/converted rpm or deb file then you should not have any directory clashes.
Put the olex shell script in your $home/bin and the .config-olex in your $home
Also note your NEED CCTBX for this to work and will also need to modify your paths in the .config-olex to show the correct CCTBX install etc.
You do not have the required permissions to view the files attached to this post.