[fpc-pascal] Free Pascal Directories
Brian
vmst at golden.net
Wed Oct 1 22:39:39 CEST 2014
Sorry , I wasn't specific about my problem. Using the example in the fpGUI
distribution (but the following comments are not specific to fpGUI).
I want to use Geany as the IDE without using .CFG files and compiling from
the commandline.
If UNITPATH is set in the main program (the fpGUI is a good example) , it
will fail to find fpg_base
helloworld.pas(27,3) Fatal: Can't find unit fpg_base used by HelloWorld
program HelloWorld;
{$mode objfpc}{$H+}
{$UNITPATH .../fpgui/fpgui-1.2/src/units/i386-linux}
if the absolute directory location is specified in the UNITPATH directive ,
the complier will find fpg_base but then fail to find the next unit called
by fpg_base ...
Fatal: Can't find unit fpg_impl used by fpg_base
What am I missing?
Thanks in Advance
Brian
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Free-Pascal-Directories-tp5720212p5720236.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list