[MSEide-MSEgui-talk] Complile error (win-32)

2014-03-24 Thread Ivanko B
Free Pascal Compiler version 2.6.2 [2013/02/12] for i386
Copyright (c) 1993-2012 by Florian Klaempfl and others
Target OS: Win32 for i386
Compiling test.pas
Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msegui.pas
Compiling D:\GITROOT\mseide-msegui\lib\common\fpccompatibility\mclasses.pas
Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msetypes.pas
Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msesystypes.pas
mclasses.pas(1091,46) Fatal: Can't find unit msesysintf used by mclasses
Fatal: Compilation aborted

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Complile error (win-32)

2014-03-24 Thread Martin Schreiber
On Monday 24 March 2014 15:01:04 Ivanko B wrote:
 Free Pascal Compiler version 2.6.2 [2013/02/12] for i386
 Copyright (c) 1993-2012 by Florian Klaempfl and others
 Target OS: Win32 for i386
 Compiling test.pas
 Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msegui.pas
 Compiling D:\GITROOT\mseide-msegui\lib\common\fpccompatibility\mclasses.pas
 Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msetypes.pas
 Compiling D:\GITROOT\mseide-msegui\lib\common\kernel\msesystypes.pas
 mclasses.pas(1091,46) Fatal: Can't find unit msesysintf used by mclasses
 Fatal: Compilation aborted

Check the directory and macro settings. msesysintf.pas is in 
${MSELIBDIR}kernel/${TARGETOSDIR}/
Use Build instead of Make, if it does not help delete all *.ppu and *.o 
files.

Martin

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk