1. perhaps their system is finding the wrong sources?
No.
2. i wonder what their command line is?
make clean all CPU_TARGET=i386
3. i wonder what the version output of their /home/deskx/Aplicativos/fpclaz
/bin/ppc386 is?
FPC 2.6.3 - Rev 26119
4. is the compiler in #3 their 64bit->32bit crosscom
On 24 Nov 2013, at 15:27, leledumbo wrote:
> Seems like your compiler is buggy, my trunk compiler has no problem there
> though so you might want to try updating your compiler.
He's using 2.6.3, not trunk.
Jonas
___
fpc-pascal maillist - fpc-pascal
On 11/24/2013 9:27 AM, leledumbo wrote:
Seems like your compiler is buggy, my trunk compiler has no problem there
though so you might want to try updating your compiler.
is that the trunk *crosscompiler* for linux 64bit -> linux 32bit?
just trying to point out the OP's specifics...
1. perhaps
Seems like your compiler is buggy, my trunk compiler has no problem there
though so you might want to try updating your compiler.
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Cross-Compile-treefilteredit-pas-60-60-Error-Illegal-expression-tp5717560p5717568.h
Well, sorry, but my enviroment, and my problem, is with this:
Environment:
Ubuntu 13.10 64bits
FPC 2.6.3 - Rev 26119
Lazarus 1.2RC - Rev 43472
Compiling from Linux 64 bits for Linux 32 bits.
I really thank you for participating, but I seek information in the
scenario that I posted.
2013/11/24
On Sun, Nov 24, 2013 at 1:00 PM, Osvaldo Filho wrote:
> TBranchList = specialize TFPGObjectList; // line 60
The syntax is perfectly valid and compiles fine here with FPC 2.6.2.
Juha
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://l
procedure Clear;
end;
* TBranchList = specialize TFPGObjectList;* // line 60
{ TTreeFilterEdit }
TTreeFilterEdit = class(TCustomControlFilterEdit)
private
2013/11/24 leledumbo
> Please include the respective line. In my trunk source, it's a valid
> generic
> specialization. That