Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-06 Thread vfclists .
On 5 January 2014 18:42, waldo kitty  wrote:

> On 1/5/2014 6:37 AM, Reinier Olislagers wrote:
>
>> On 05/01/2014 04:47, waldo kitty wrote:
>>
>>> On 1/4/2014 4:37 PM, vfclists . wrote:
>>>
 On 4 January 2014 14:28, leledumbo >>> > wrote:

>>> +1!!n i'm running into similar situations building in this way... i've
>>> tried trunk for both FPC and LAZ and the defaults give be failures on
>>> building the docs... those failures being, mainly, that fpdoc and/or
>>> fpmake did not exist... but my last try was at 0500 this morning and i
>>> simply started fpcup clean with no previous config files or directories
>>> and let it run...
>>>
>>
>> RTFM (especially about the docs part) and properly read the "failures"
>> please.
>>
>
> i will try but i've not found a 'manual' as such... fpcup.txt or
> similar... all i have is the binary that was downloaded... nothing else
> other than the built-in help...
>
>  Thanks.
>>
>
> you are welcome... i can only try to help make things better when possible
> ;)
>
> BTW: i do like fpcup... i'm still trying to wrap my head around all of its
> capabilities and functions... nice work :)
>
>
> --
> NOTE: No off-list assistance is given without prior approval.
>   Please keep mailing list traffic on the list unless
>   private contact is specifically requested and granted.
>
>
>
Consider increasing the RAM. I was using a 1GB system with no swapfile.
When I added a 1GB swapfile the problem simply stopped. The errors point
was often the resource creator. There would be an error saying fpcres could
not be found. At other times it was the linker.

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-06 Thread Reinier Olislagers
On 05/01/2014 19:42, waldo kitty wrote:
> On 1/5/2014 6:37 AM, Reinier Olislagers wrote:
>> On 05/01/2014 04:47, waldo kitty wrote:
>>> On 1/4/2014 4:37 PM, vfclists . wrote:
 On 4 January 2014 14:28, leledumbo >>> > wrote:
>>> +1!!n i'm running into similar situations building in this way... i've
>>> tried trunk for both FPC and LAZ and the defaults give be failures on
>>> building the docs... those failures being, mainly, that fpdoc and/or
>>> fpmake did not exist... but my last try was at 0500 this morning and i
>>> simply started fpcup clean with no previous config files or directories
>>> and let it run...
>>
>> RTFM (especially about the docs part) and properly read the "failures"
>> please.
> 
> i will try but i've not found a 'manual' as such... fpcup.txt or
> similar... all i have is the binary that was downloaded... nothing else
> other than the built-in help...

Wiki: http://wiki.lazarus.freepascal.org/fpcup
Download binaries: https://bitbucket.org/reiniero/fpcup/downloads
Source, bug/improvement idea tracker:
https://bitbucket.org/reiniero/fpcup
Readme: https://bitbucket.org/reiniero/fpcup
- downloadable version (may be a bit older than the one above):
https://bitbucket.org/reiniero/fpcup/downloads/Readme.TXT

fpcup.html technical docs:
https://bitbucket.org/reiniero/fpcup/downloads/fpcup.html


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread vfclists .
On 5 January 2014 18:42, waldo kitty  wrote:

> On 1/5/2014 6:37 AM, Reinier Olislagers wrote:
>
>> On 05/01/2014 04:47, waldo kitty wrote:
>>
>>> On 1/4/2014 4:37 PM, vfclists . wrote:
>>>
 On 4 January 2014 14:28, leledumbo >>> > wrote:

>>> +1!!n i'm running into similar situations building in this way... i've
>>> tried trunk for both FPC and LAZ and the defaults give be failures on
>>> building the docs... those failures being, mainly, that fpdoc and/or
>>> fpmake did not exist... but my last try was at 0500 this morning and i
>>> simply started fpcup clean with no previous config files or directories
>>> and let it run...
>>>
>>
>> RTFM (especially about the docs part) and properly read the "failures"
>> please.
>>
>
> i will try but i've not found a 'manual' as such... fpcup.txt or
> similar... all i have is the binary that was downloaded... nothing else
> other than the built-in help...
>
>  Thanks.
>>
>
> you are welcome... i can only try to help make things better when possible
> ;)
>
> BTW: i do like fpcup... i'm still trying to wrap my head around all of its
> capabilities and functions... nice work :)
>
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>

Use 'fpcup --verbose --noconfirm > fpcverbose.txt' and view the output in a
text editor. It will much easier and Reinier will be able to help quicker.

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread waldo kitty

On 1/5/2014 6:37 AM, Reinier Olislagers wrote:

On 05/01/2014 04:47, waldo kitty wrote:

On 1/4/2014 4:37 PM, vfclists . wrote:

On 4 January 2014 14:28, leledumbo mailto:leledumbo_c...@yahoo.co.id>> wrote:

+1!!n i'm running into similar situations building in this way... i've
tried trunk for both FPC and LAZ and the defaults give be failures on
building the docs... those failures being, mainly, that fpdoc and/or
fpmake did not exist... but my last try was at 0500 this morning and i
simply started fpcup clean with no previous config files or directories
and let it run...


RTFM (especially about the docs part) and properly read the "failures"
please.


i will try but i've not found a 'manual' as such... fpcup.txt or similar... all 
i have is the binary that was downloaded... nothing else other than the built-in 
help...



Thanks.


you are welcome... i can only try to help make things better when possible ;)

BTW: i do like fpcup... i'm still trying to wrap my head around all of its 
capabilities and functions... nice work :)


--
NOTE: No off-list assistance is given without prior approval.
  Please keep mailing list traffic on the list unless
  private contact is specifically requested and granted.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread vfclists .
On 5 January 2014 11:37, Reinier Olislagers wrote:

> On 05/01/2014 04:47, waldo kitty wrote:
> > On 1/4/2014 4:37 PM, vfclists . wrote:
> >> On 4 January 2014 14:28, leledumbo  >> > wrote:
> > +1!!n i'm running into similar situations building in this way... i've
> > tried trunk for both FPC and LAZ and the defaults give be failures on
> > building the docs... those failures being, mainly, that fpdoc and/or
> > fpmake did not exist... but my last try was at 0500 this morning and i
> > simply started fpcup clean with no previous config files or directories
> > and let it run...
>
> RTFM (especially about the docs part) and properly read the "failures"
> please.
>
> Thanks.
>

I just read the wiki and noticed the --noconfirm option. Although I have a
list of fpcup options in my blog I missed it among the large number of
options.

IMHO the 'fpcup --verbose --noconfirm > fpcverbose.txt' method  should be
recommended as the first thing to do if fpcup fails and placed at the top
of the Troubleshooting Section in the wiki.

A full compilation takes about 20 minutes on my system and it is much
easier on the eye this way.


-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread Reinier Olislagers
OP cross-posted on the forum that he had "identical" systems that did
have the correct prereqs where fpcup did work; as indicated on the forum
post, recent fpcup will show some missing libraries when running
It would help to RTFM/run fpcup -h and run fpcup --lclplatform=qt though.

On 05/01/2014 15:06, leledumbo wrote:
> No idea, sorry. I don't use fpcup and I don't know whether it suppresses
> compiler/assembler/linker messages or not. 
> If you build manually by hand,
> you'll be able to see a list of "cannot find: -lXXX" which indicates the
> missing libraries.

Alternatively to the above, run fpcup --verbose to show all commands
used, make output etc.

Finally, OP may try and run something like dpkg -l on both systems and
compare the differences...


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread leledumbo
No idea, sorry. I don't use fpcup and I don't know whether it suppresses
compiler/assembler/linker messages or not. If you build manually by hand,
you'll be able to see a list of "cannot find: -lXXX" which indicates the
missing libraries.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-What-are-the-prerequisites-for-compiling-Lazarus-on-a-KDE-based-system-tp4035177p4035211.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread Reinier Olislagers
On 05/01/2014 04:47, waldo kitty wrote:
> On 1/4/2014 4:37 PM, vfclists . wrote:
>> On 4 January 2014 14:28, leledumbo > > wrote:
> +1!!n i'm running into similar situations building in this way... i've
> tried trunk for both FPC and LAZ and the defaults give be failures on
> building the docs... those failures being, mainly, that fpdoc and/or
> fpmake did not exist... but my last try was at 0500 this morning and i
> simply started fpcup clean with no previous config files or directories
> and let it run...

RTFM (especially about the docs part) and properly read the "failures"
please.

Thanks.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread waldo kitty

On 1/4/2014 4:37 PM, vfclists . wrote:




On 4 January 2014 14:28, leledumbo mailto:leledumbo_c...@yahoo.co.id>> wrote:

Just check what -lXXX are missing



Can you explain it further?

I am building Lazarus using fpcup.


+1!!n i'm running into similar situations building in this way... i've tried 
trunk for both FPC and LAZ and the defaults give be failures on building the 
docs... those failures being, mainly, that fpdoc and/or fpmake did not exist... 
but my last try was at 0500 this morning and i simply started fpcup clean with 
no previous config files or directories and let it run...


--
NOTE: No off-list assistance is given without prior approval.
  Please keep mailing list traffic on the list unless
  private contact is specifically requested and granted.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread vfclists .
On 4 January 2014 14:28, leledumbo  wrote:

> Just check what -lXXX are missing
>
>
>
Can you explain it further?

I am building Lazarus using fpcup.


-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread leledumbo
Just check what -lXXX are missing



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-What-are-the-prerequisites-for-compiling-Lazarus-on-a-KDE-based-system-tp4035177p4035181.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread Juha Manninen
On Sat, Jan 4, 2014 at 2:52 PM, vfclists .  wrote:
> What are the known prerequisites for installing Lazarus on a KDE based
> system?

The prerequisites do not depend on your desktop system.
There must be devel versions for the widgetset you use.
For GTK2 it is package libgtk2.0-dev.
For QT it is libqt4-dev (I think) and you also need the qt4pas binding library:
  http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread vfclists .
What are the known prerequisites for installing Lazarus on a KDE based
system?

I am able to build Lazarus using fpcup on existing Ubuntu 12.04 systems
running KDE, but I am unable to get it working on a newly installed system
so I suspect that some of the required libraries have not been installed on
the new system.

Is there a clearly specified list of prerequisites for compiling Lazarus on
Debian/Ubuntu with KDE?

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus