[Lazarus] Using fcl-xml with lcl and constant Utf8Encode/Decode conversion

Graeme Geldenhuys graemeg.lists at gmail.com
Tue May 11 16:32:38 CEST 2010


On 11 May 2010 14:52, Michael Schnell <mschnell at lumino.de> wrote:
>> Excellent. :)
>>
>
> Not quite:
> by "make all" I get:

:-)
I struggled in the beginning as well.  I had to create a build script
and modify my fpc.cfg file to include the correct paths to run
multiple FPC versions.

Here is my build script. I also attached my ~/.fpc.cfg file.  Modify
each to suite your setup. Note the "IFDEF cpstrnew" section in the
fpc.cfg file.

-----------[ build_64-linux.sh ]--------------------
#!/bin/sh
fpcdir=/opt/git/fpc_cpstrnew
cd $fpcdir/rtl
make clean FPC=$fpcdir/bin/x86_64-linux/ppcx64
cd ..
make rtl OPT="-dDEBUG -dcpstrnew" FPC=$fpcdir/bin/x86_64-linux/ppcx64
-------------------[ end ]---------------------------




-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpc.cfg
Type: application/octet-stream
Size: 6032 bytes
Desc: not available
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20100511/990c48b8/attachment-0004.obj>


More information about the Lazarus mailing list