On 2013-12-26 17:29, Alexsander Rosa wrote: > Target OS: Linux for i386 > Compiling lazcontrols.pas > Compiling treefilteredit.pas > treefilteredit.pas(28,48) Error: Illegal expression > treefilteredit.pas(28,48) Error: Error in type definition > treefilteredit.pas(28,48) Fatal: Syntax error, ">" expected but "" found > Fatal: Compilation aborted > make[2]: ** [lazcontrols.ppu] Erro 1
That seems like a fault in LCL - more specifically a component included with LCL. You should file a bug report for that. I have no problems cross-compiling my software - though I am not a big fan of cross-compiling. I too prefer to have multiple VM's that target each of the platforms I'm interested in. In either case, I *never* install using *.deb or *.rpm files. I install FPC from a binary release (console install using the .tar.gz archives), then compile the other tools and frameworks I need from the command line (eg: Lazarus IDE, etc). Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
