On Friday 11 January 2013 23:59:52 Patrick Goupell wrote:
> On 01/11/2013 05:21 PM, Ivanko B wrote:
> > Like Martin said, I had something wrong.
> > ================================
> > Most probably FPC can't find prebuilt MSEgui units so it tries to
> > build them again but has unmatching source paths with MSE*.
> > Have You tried the approach me use (putting all prebuilt units to a
> > single directory which is then fed to MSE+FPC environmnet via  a
> > startup macro) ?
>
> I have tried various different things.
>
> I am going to take a break from it for a while and try again later.
>
If you add -vt to the compiler commandline you can check what happens:
"
[...]
Unitsearch: 
/home/mse/packs/standard/git/mseide-msegui/lib/common/image/msetabs.pp
Searching 
file /home/mse/packs/standard/git/mseide-msegui/lib/common/image/msetabs.pp... 
not found
Searching 
file /home/mse/packs/standard/git/mseide-msegui/lib/common/image/MSETABS.PP... 
not found
Unitsearch: 
/home/mse/packs/standard/git/mseide-msegui/lib/common/image/msetabs.pas
Searching 
file /home/mse/packs/standard/git/mseide-msegui/lib/common/image/msetabs.pas... 
not found
Searching 
file /home/mse/packs/standard/git/mseide-msegui/lib/common/image/MSETABS.PAS... 
not found
Unitsearch: 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/msetabs.ppu
Searching 
file 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/msetabs.ppu... 
found
PPU 
Loading 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/msetabs.ppu
Unitsearch: mseforms.ppu
Searching file mseforms.ppu... not found
Searching file MSEFORMS.PPU... not found
Unitsearch: 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/mseforms.ppu
Searching 
file 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/mseforms.ppu... 
found
PPU 
Loading 
/home/mse/packs/standard/git/mseide-msegui/lib/common/widgets/mseforms.ppu
Searching file test3.pas... found
Unitsearch: main.ppu
Searching file main.ppu... found
PPU Loading main.ppu
Compiling main.pas
Searching file main.pas... found
Searching file main.pas... found
[...]
"

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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to