On Fri, Mar 5, 2010 at 12:45 AM, Juha Manninen wrote:
> Hello.
>
> > I forced to install by
> > rpm -i --force --nodeps *.rpm
>
> > but the IDE not worked.
>
> Right. The text mode IDE is the only thing that doesn't work.
> Please use Lazarus instead as your IDE. :-)
>
> I remember asking the same
On Fri, Mar 5, 2010 at 12:45 AM, Juha Manninen wrote:
>
> P.S.
> I use OpenSUSE 11.2, too. Could you please, if you are not extremely busy,
> check if you can reproduce the problem in issue:
> 0015885: QT Combobox flickers when updating items list
> URL: http://bugs.freepascal.org/view.php?id=1588
Hello.
> I forced to install by
> rpm -i --force --nodeps *.rpm
> but the IDE not worked.
Right. The text mode IDE is the only thing that doesn't work.
Please use Lazarus instead as your IDE. :-)
I remember asking the same question earlier about libtinfo dependency. The
answer was something li
On Thu, Mar 4, 2010 at 10:43 PM, Zaher Dirkey wrote:
> On Thu, Mar 4, 2010 at 3:52 PM, Jonas Maebe wrote:
>
>> --ignoredeps
>
>
> I have same problem on OpenSUSE 11.2, how i can install FPC 2.4.0 on it.
>
> --
> Zaher Dirkey
>
I forced to install by
rpm -i --force --nodeps *.rpm
but the IDE not
On Thu, Mar 4, 2010 at 3:52 PM, Jonas Maebe wrote:
> --ignoredeps
I have same problem on OpenSUSE 11.2, how i can install FPC 2.4.0 on it.
--
Zaher Dirkey
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman
On 04 Mar 2010, at 14:44, Bruce Bauman wrote:
1) Can I install the FPC RPM with an option to ignore the missing
dependency (--ignoredeps?)?
Probably, yes. The only thing that depends on that library is the text
mode IDE. The compiler and all other utilities do not use it.
Jonas
_
I'm running CentOS 5.3 (x86_64), and want to install FPC 2.4 on my
machine, preferably from an RPM, but I can't because of a failed
dependency on libtinfo. I've found many references to this problem in
the mailing lists, but am unsure of what the easiest solution is.
1) Can I install the FPC RPM w