[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.

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

[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

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:

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

[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.)

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

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

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... --