8 03:43:39 -0800
>> From: leledumbo_c...@yahoo.co.id
>> To: fpc-pascal@lists.freepascal.org
>> Subject: RE: [fpc-pascal] Cannot find GTK
>>
>>
>> I guess you didn't fully understand what I mean. The path should point
>> to
>> directories containing .ppu and
It still doesn't work. Is there any other path? or maybe, is there other unset
thing?
> Date: Thu, 11 Dec 2008 03:43:39 -0800
> From: leledumbo_c...@yahoo.co.id
> To: fpc-pascal@lists.freepascal.org
> Subject: RE: [fpc-pascal] Cannot find GTK
>
>
> I guess you didn
I guess you didn't fully understand what I mean. The path should point to
directories containing .ppu and .o files. What you wrote is just one level
above the right path, so the correct one should be:
/usr/lib/fpc/$FPCVERSION/rtl/$FPCTARGET
/usr/lib/fpc/$FPCVERSION/packages/*/$FPCTARGET
PS: Usin
>
>> Date: Tue, 9 Dec 2008 21:39:18 -0800
>> From: [EMAIL PROTECTED]
>> To: fpc-pascal@lists.freepascal.org
>> Subject: RE: [fpc-pascal] Cannot find GTK
>>
>>
>> > What must I write there?
>>
>> The path to you
kages/*
/usr/lib/fpc/1.0.7/units/i386-linux/rtl
/usr/lib/fpc/1.0.7/units/i386-linux/packages/*
> Date: Tue, 9 Dec 2008 21:39:18 -0800
> From: [EMAIL PROTECTED]
> To: fpc-pascal@lists.freepascal.org
> Subject: RE: [fpc-pascal] Cannot find GTK
>
>
>
> What must I write there?
The path to your rtl and packages (just copy it from your fpc.cfg), i.e.:
/usr/lib/fpc/2.X.X/rtl
/usr/lib/fpc/2.X.X/packages/*
--
View this message in context:
http://www.nabble.com/Cannot-find-GTK-tp20905508p20929531.html
Sent from the Free Pascal - General mailing
I went: Options -> directories, and in "Units" the text box is empty. What must
I write there?
I run openSUSE 10.3, if that's important.
Thanks
Andres
> Subject: Re: [fpc-pascal] Cannot find GTK
> To: fpc-pascal@lists.freepascal.org
> Date: Tue, 9 Dec 2008 10
In our previous episode, Andres Linares said:
> I was trying with some examples about using the GTK library in the
> FreePascal IDE (the blue screen) and it says that this unit is missing.
> Despite that, I could compile them all using fpc from the command
> interpreter.
>
> What is happenning? Is
Options->Directories->Unit. AFAIK the IDE doesn't read fpc.cfg but it reads
its own named fp.cfg.
--
View this message in context:
http://www.nabble.com/Cannot-find-GTK-tp20905508p20907673.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.