Re: [lazarus] Help installing package rxnew 1.1.5.98

2007-12-29 Thread Horacio Jamilis


I tried before my post downloading windres from cygwin... but without 
success...


Now worked!

Thanks!

Horacio

Vincent Snijders escribió:

Horacio Jamilis schreef:

Hi,

I am trying to install the rxnew package without success (I already 
have most availables packages from ccr).
But I have a link error when I install this package. If I uninstall 
it, lazarus links properly.
I was unable to understand where the problem is. I was unable to find 
any reference to fpc-res.res from this package...


Any help is appreciated.



You need to update windres. Easiest is to get a fpc 2.2.0 install, 
which contains these updated binaries, but they can be found in the 
fpcbuild svn repository too.


Vincent


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Help installing package rxnew 1.1.5.98

2007-12-28 Thread Horacio Jamilis

Hi,

I am trying to install the rxnew package without success (I already have 
most availables packages from ccr).
But I have a link error when I install this package. If I uninstall it, 
lazarus links properly.
I was unable to understand where the problem is. I was unable to find 
any reference to fpc-res.res from this package...


Any help is appreciated.

I have rxnew from the ccr svn server (v1.1.5.98), lazarus SVN v0.9.25 
r13493 i386-win32-win32/win64, and fpc 2.2.1 from svn.


When I compile the package it compiles just fine. The complete output is:

Hint: Start of reading config file E:\lazarus\pp\bin\i386-win32\fpc.cfg
Hint: End of reading config file E:\lazarus\pp\bin\i386-win32\fpc.cfg
Warning: You are using the obsolete switch -OG
Free Pascal Compiler version 2.2.1 [2007/12/27] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Win32 for i386
Compiling rxnew.pas
rxnew.pas(10,11) Hint: Unit rxlookup not used in rxnew
rxnew.pas(10,31) Hint: Unit dateutil not used in rxnew
rxnew.pas(10,40) Hint: Unit dbutils not used in rxnew
rxnew.pas(10,62) Hint: Unit rxdconst not used in rxnew
rxnew.pas(10,74) Hint: Unit rxstrutils not used in rxnew
rxnew.pas(11,15) Hint: Unit dbdateedit not used in rxnew
rxnew.pas(11,37) Hint: Unit curredit not used in rxnew
rxnew.pas(11,51) Hint: Unit folderlister not used in rxnew
rxnew.pas(11,70) Hint: Unit rxmemds not used in rxnew
rxnew.pas(12,13) Hint: Unit duallist not used in rxnew
rxnew.pas(12,23) Hint: Unit boxprocs not used in rxnew
rxnew.pas(12,43) Hint: Unit rxswitch not used in rxnew
rxnew.pas(12,51) Hint: Unit rxdice not used in rxnew
rxnew.pas(12,61) Hint: Unit rxdbcomb not used in rxnew
rxnew.pas(12,72) Hint: Unit rxtoolbar not used in rxnew
rxnew.pas(13,34) Hint: Unit rxxpman not used in rxnew
rxnew.pas(13,44) Hint: Unit pagemngr not used in rxnew
rxnew.pas(13,55) Hint: Unit rxappicon not used in rxnew
rxnew.pas(13,74) Hint: Unit rxctrls not used in rxnew
rxnew.pas(14,65) Hint: Unit rxpopupunit not used in rxnew
rxnew.pas(15,23) Hint: Unit rxcustomchartpanel not used in rxnew
rxnew.pas(15,47) Hint: Unit AutoPanel not used in rxnew
rxnew.pas(15,66) Hint: Unit rxiconv not used in rxnew
rxnew.pas(16,25) Hint: Unit rxceEditLookupFields not used in rxnew
27 lines compiled, 0.7 sec
1 warning(s) issued
26 hint(s) issued
Compiling package rxnew 1.1.5.98 completed

When I copy all and hidden messages (from the lazarus message window) 
this is what I get:


E:\lazarus\pp\bin\i386-win32\make.exe: Entering directory 
`E:/lazarus/laz_svn'

E:/lazarus/pp/bin/i386-win32/make.exe -C ide ide
make.exe[1]: Entering directory `E:/lazarus/laz_svn/ide'
E:/lazarus/pp/bin/i386-win32/make.exe --assume-new=lazarus.pp 
lazarus.exe OPT=' -WG -Cn -FEE:\lazarus\laz_svn -olazarus.new.exe'

make.exe[2]: Entering directory `E:/lazarus/laz_svn/ide'
E:/lazarus/pp/bin/i386-win32/ppc386.exe -gl -Fu../lcl/units/i386-win32 
-Fu../lcl/units/i386-win32/win32 
-Fu../components/codetools/units/i386-win32 
-Fu../components/synedit/units/i386-win32 -Fu../components/custom 
-Fu../components/mpaslex -Fu../ideintf/units/i386-win32 -Fu../designer 
-Fu../designer/jitform/units/i386-win32 -Fu../debugger -Fu../converter 
-Fu../packager -Fu../packager/units/i386-win32 -Fu../units/i386-win32 
-Fu. -Fiinclude -Fiinclude/win32 -Fi../images -FE.. 
-FU../units/i386-win32 -WG -Cn -FEE:\lazarus\laz_svn -olazarus.new.exe 
-di386 lazarus.pp

Hint: End of reading config file E:\lazarus\pp\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.2.1 [2007/12/27] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Win32 for i386
Compiling lazarus.pp
Closing script E:\lazarus\laz_svn\ppas.bat
155 lines compiled, 1.4 sec
2 hint(s) issued
make.exe[2]: Leaving directory `E:/lazarus/laz_svn/ide'
make.exe[1]: Leaving directory `E:/lazarus/laz_svn/ide'
E:\lazarus\pp\bin\i386-win32\make.exe: Leaving directory 
`E:/lazarus/laz_svn'

Compilar IDE (sin enlazado) completed
E:\lazarus\pp\bin\i386-win32\make.exe: Entering directory 
`E:/lazarus/laz_svn'

E:/lazarus/pp/bin/i386-win32/make.exe -C ide ide
make.exe[1]: Entering directory `E:/lazarus/laz_svn/ide'
E:/lazarus/pp/bin/i386-win32/make.exe --assume-new=lazarus.pp 
lazarus.exe OPT=' -WG @E:\lazarus\laz_svn\idemake.cfg'

make.exe[2]: Entering directory `E:/lazarus/laz_svn/ide'
E:/lazarus/pp/bin/i386-win32/ppc386.exe -gl -Fu../lcl/units/i386-win32 
-Fu../lcl/units/i386-win32/win32 
-Fu../components/codetools/units/i386-win32 
-Fu../components/synedit/units/i386-win32 -Fu../components/custom 
-Fu../components/mpaslex -Fu../ideintf/units/i386-win32 -Fu../designer 
-Fu../designer/jitform/units/i386-win32 -Fu../debugger -Fu../converter 
-Fu../packager -Fu../packager/units/i386-win32 -Fu../units/i386-win32 
-Fu. -Fiinclude -Fiinclude/win32 -Fi../images -FE.. 
-FU../units/i386-win32 -WG @E:\lazarus\laz_svn\idemake.cfg -di386 lazarus.pp

Hint: End of reading config file E:\lazarus\pp\bin\i386-win32\fpc.cfg
Hint: Start of reading config file 

Re: [lazarus] Help installing package rxnew 1.1.5.98

2007-12-28 Thread Vincent Snijders

Horacio Jamilis schreef:

Hi,

I am trying to install the rxnew package without success (I already have 
most availables packages from ccr).
But I have a link error when I install this package. If I uninstall it, 
lazarus links properly.
I was unable to understand where the problem is. I was unable to find 
any reference to fpc-res.res from this package...


Any help is appreciated.



You need to update windres. Easiest is to get a fpc 2.2.0 install, which 
contains these updated binaries, but they can be found in the fpcbuild 
svn repository too.


Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives