On 05/04/2019 10:04, Darius Blaszyk wrote:
Hi,

I'm trying to setup Travis CI for GLPT. The build script is:

        wget -q ftp://ftp.freepascal.org/pub/fpc/snapshot/v33/i386-win32/fpc-3.3.1.i386-win32.zip;
         mkdir fpc;
         unzip -q -d fpc fpc-3.3.1.i386-win32.zip;
         export PATH="$PATH":"$PWD/fpc/bin/i386-win32/";

For a simple hello world app it works perfectly. For GLPT, FPC cannot find the GL unit. Is this an fpc.cfg issue? How to solve this problem?

You can compile with -vtu to see which units are loaded and why they are (not) accepted.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to