[Lazarus] Menu icons in Ubuntu unity

2014-07-31 Thread Václav Valíček
Hi, I am using ubuntu last half of year And I didn't missed icons in 
menu at all. But yesterday, I have tried to build lazarus on my remote 
server and start it over X11 forwarded trhough SSH. And in pure GTK2, 
there were icons in main menu! I remember something similar in windows 
version. :-D


I tried to google for some tips how to enable icons in ubuntu menu, but 
without any success. Do you have any know-how how to make icons in menu 
visible?


Valicek1

--
Václav Valíček
vac...@valicek.name


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


Re: [Lazarus] Menu icons in Ubuntu unity

2014-07-31 Thread Mattias Gaertner


 Václav Valíček vac...@valicek.name hat am 31. Juli 2014 um 12:33
 geschrieben:
 
 
 Hi, I am using ubuntu last half of year And I didn't missed icons in
 menu at all. But yesterday, I have tried to build lazarus on my remote
 server and start it over X11 forwarded trhough SSH. And in pure GTK2,
 there were icons in main menu! I remember something similar in windows
 version. :-D
 
 I tried to google for some tips how to enable icons in ubuntu menu, but
 without any success. Do you have any know-how how to make icons in menu
 visible?

Tools / Options / Desktop / Show Glyphs for Menus
Restart IDE

Mattias

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


[Lazarus] ERROR: Compiling package jcfidelazarus 2.0: terminated

2014-07-31 Thread FreeMan

Hello,
Kubuntu 14.04 x64
lazarus svn r45996
fpc svn r28280

command line is:
./lazbuild --ws=qt --pcp=~/.lazarus  --build-all --quiet 
--skip-dependencies --build-ide=

error is:
/opt/lazarus/components/jcf2/Process/Align/AlignBase.pas(58,37) Hint: 
(5024) Parameter pt not used

/opt/laz
Compiling package jcfidelazarus 2.0: terminated
TLazPackageGraph.CompileRequiredPackages ERROR=Exit code 256
ERROR: BuildLazarusIDE: Compile AutoInstall Packages failed.


2.after error re-enter command line and this time error result is:

(3104) Compiling /opt/lazarus/components/jcf2/Process/Align/AlignComment.pas
(3104) Compiling /opt/lazarus/components/jcf2/Process/Align/AlignField.pas
(3104) Compiling /opt/lazarus/components
Compiling package jcfidelazarus 2.0: terminated
TLazPackageGraph.CompileRequiredPackages ERROR=Exit code 256
ERROR: BuildLazarusIDE: Compile AutoInstall Packages failed.


3. re-enter command line, and error result is:

(3104) Compiling 
/opt/lazarus/components/jcf2/Process/Spacing/NoSpaceAfter.pas

/opt/lazarus/components/jcf2/Process/Spacing/NoSpaceAfter.pas(119,36)
Compiling package jcfidelazarus 2.0: terminated
TLazPackageGraph.CompileRequiredPackages ERROR=Exit code 256
ERROR: BuildLazarusIDE: Compile AutoInstall Packages failed.


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


Re: [Lazarus] ERROR: Compiling package jcfidelazarus 2.0: terminated

2014-07-31 Thread Mattias Gaertner
On Thu, 31 Jul 2014 14:12:50 +0300
FreeMan freema...@delphiturkiye.com wrote:

 Hello,
 Kubuntu 14.04 x64
 lazarus svn r45996
 fpc svn r28280
 
 command line is:
 ./lazbuild --ws=qt --pcp=~/.lazarus  --build-all --quiet 
 --skip-dependencies --build-ide=
 error is:
 /opt/lazarus/components/jcf2/Process/Align/AlignBase.pas(58,37) Hint: 
 (5024) Parameter pt not used
 /opt/laz
 Compiling package jcfidelazarus 2.0: terminated
 TLazPackageGraph.CompileRequiredPackages ERROR=Exit code 256
 ERROR: BuildLazarusIDE: Compile AutoInstall Packages failed.

Exit Code 256 sounds like a compiler bug.


Mattias

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


Re: [Lazarus] ERROR: Compiling package jcfidelazarus 2.0: terminated

2014-07-31 Thread FreeMan

I checked all lazbuild result and I saw this lines


home/lazarus/components/rx/rxdbgrid.pas(83,1) Fatal: (10026) There were 
3 errors compiling module, stopping

Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Compiling package rxnew 2.6.5.152: stopped with exit code 256
(3104) Compiling 
/opt/lazarus/components/jcf2/Process/Spacing/SingleSpaceBefore.pas

...

rxdbgrid.pas has a create error (this comes my added codes, not important)
bug is :
 Compiling package rxnew 2.6.5.152: stopped with exit code 256

lazbuild NOT stop, continue to work, maybe parallel compilation need 
check flag



On 31-07-2014 15:39, Mattias Gaertner wrote:

Exit Code 256 sounds like a compiler bug.


Mattias



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


[Lazarus] Where do lazarus apps look for dll's?

2014-07-31 Thread Donald Ziesig

Hi All!

Untill yesterday, I had a lazarus app on Windows that worked fine with 
PostgreSQL.  Now it keeps telling me it can't find libpq.dll. I have put 
libpq.dll in every directory that was recommend on many websites (e.g., 
in the app directory, in Windows\System32, Windows\SysWOW64, etc.) but I 
keep getting the error message when I try to start the app, and in the 
IDE when I try to connect the TPConnect component.  I've rebooted every 
time I copy the dll just in case.


The pgAdmin III app works fine and sees all the tables and their 
contents so Postgres is working properly.


I even re-installed Lazarus (and put the dll in it's directory)

Any ideas?

Thanks in advance,

Don Ziesig

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


Re: [Lazarus] Where do lazarus apps look for dll's?

2014-07-31 Thread Maxim Ganetsky

01.08.2014 1:31, Donald Ziesig пишет:

Hi All!

Untill yesterday, I had a lazarus app on Windows that worked fine with
PostgreSQL.  Now it keeps telling me it can't find libpq.dll. I have put
libpq.dll in every directory that was recommend on many websites (e.g.,
in the app directory, in Windows\System32, Windows\SysWOW64, etc.) but I
keep getting the error message when I try to start the app, and in the
IDE when I try to connect the TPConnect component.  I've rebooted every
time I copy the dll just in case.

The pgAdmin III app works fine and sees all the tables and their
contents so Postgres is working properly.

I even re-installed Lazarus (and put the dll in it's directory)

Any ideas?


64-bit DLL versus 32-bit application or vice versa?

--
Best regards,
 Maxim Ganetsky  mailto:gan...@narod.ru

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


Re: [Lazarus] Where do lazarus apps look for dll's?

2014-07-31 Thread Donald Ziesig

On 07/31/2014 06:45 PM, Maxim Ganetsky wrote:

01.08.2014 1:31, Donald Ziesig пишет:

Hi All!

Untill yesterday, I had a lazarus app on Windows that worked fine with
PostgreSQL.  Now it keeps telling me it can't find libpq.dll. I have put
libpq.dll in every directory that was recommend on many websites (e.g.,
in the app directory, in Windows\System32, Windows\SysWOW64, etc.) but I
keep getting the error message when I try to start the app, and in the
IDE when I try to connect the TPConnect component.  I've rebooted every
time I copy the dll just in case.

The pgAdmin III app works fine and sees all the tables and their
contents so Postgres is working properly.

I even re-installed Lazarus (and put the dll in it's directory)

Any ideas?


64-bit DLL versus 32-bit application or vice versa?


I will double check, but why would it change over night?


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


Re: [Lazarus] Where do lazarus apps look for dll's?

2014-07-31 Thread Reinier Olislagers
On 01/08/2014 01:38, Donald Ziesig wrote:
 I will double check, but why would it change over night?

No idea but at least putting 32 bit libs in System32 or 64 bits in
syswow64 as you said you have done is a big no-no. So it's a good idea
to make sure you clean up incorrect bitness dlls...

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