On Wednesday 09 January 2013 22:09:23 Patrick Goupell wrote:
> On 01/09/2013 03:05 PM, Martin Schreiber wrote:
> > What shows 'Project'-'Options'-'Make'-'Show command line'?
>
> if shows
>
> ppc386 -ofpctest -Fu/usr/lib/mseide-msegui/lib/addon/*/
> -Fi/usr/lib/mseide-msegui/lib/addon/*/
> -Fu/usr/lib/mseide-msegui/lib/common/kernel/i386-linux/
> -Fu/usr/lib/mseide-msegui/lib/common/kernel/
> -Fi/usr/lib/mseide-msegui/lib/common/kernel/
> -Fu/usr/lib/mseide-msegui/lib/common/*/ -l -Mobjfpc -Sh -Fcutf8 -gl -O-
> fpctest.pas
>
And you have the sources in /usr/lib/mseide-msegui/lib/*? That will not work 
because FPC will try to compile the units if it founds the sources.
You need to separate compiled units and sources to different directories and 
list under -Fu the unit directories. In target installation usually it is 
done by setting up ${MSELIBDIR} to to the directory of the compiled units and 
${MSEDIR} to the 
directory to the sources. IvankoB has a script to produce the compiled units 
AFAIK.

Martin

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to