[fpc-pascal] fpdoc and multiple Include paths issue

Graeme Geldenhuys graemeg.lists at gmail.com
Tue Jun 8 12:28:53 CEST 2010


Hi

Is fpdoc supposed to handle multiple include paths with one -Fi parameter?
eg:
    --input='-Fi../src/corelib;../src/corelib/x11
../src/corelib/fpg_utils.pas' --descr=xml/corelib/fpg_utils.xml \


The above line fails. fpdoc cannot find the include file used my
fpg_utils.pas unit. Changing that line to rather use two -Fi
parameters seems to fix it. But isn't fpdoc supposed to can handle
multiple paths in one -Fi param?

The modified (and fixed) version of the above line:
  --input='-Fi../src/corelib -Fi../src/corelib/x11
../src/corelib/fpg_utils.pas' --descr=xml/corelib/fpg_utils.xml \


I'm using fpdoc from FPC 2.4.1 and FPC 2.5.1 under Linux.

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list