Re: [fpc-pascal]need help with the ide

2003-06-12 Thread Jonas Maebe
On donderdag, jun 12, 2003, at 08:17 Europe/Brussels, A.J. Venter wrote: Marco et all. Shouldn´t we perhaps considder recompiling the IDE for version 5 ? Version 4 is pretty ancient. I am not aware of compatibility issues, but then, I don´t use the IDE, I code in vim. ncurses 4 and 5 are quite in

Re: [fpc-pascal]need help with the ide

2003-06-11 Thread A.J. Venter
This problem usually occurs when there is no library by that exact name. It usually means a newer version is installed on your system. To fix that do (as root): ln -s /usr/lib/libncurses.so.5 /usr/lib/libncurses.so.4 That way you create a symlink from the newer (version 5) ncurses to the older v

Re: [fpc-pascal]need help with the ide

2003-06-11 Thread Marco van de Voort
> i'm using red hat linux 8. i downloaded the rpm file and then > downloaded the > ide seperately. after i installed the compiler and it worked fine. but got > some problem with the ide. when i typed fp the computer gives out the > messege > "fp : error while loading shared libraries: libncurse

[fpc-pascal]need help with the ide

2003-06-11 Thread Sachintha Karunaratne
hi, i'm using red hat linux 8. i downloaded the rpm file and then downloaded the ide seperately. after i installed the compiler and it worked fine. but got some problem with the ide. when i typed fp the computer gives out the messege "fp : error while loading shared libraries: libncurses.so.4: c