[fpc-pascal] Fatal: Can't find unit GL used by GLPT

Darius Blaszyk dhkblaszyk at gmail.com
Fri Apr 5 10:04:18 CEST 2019


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?

The project including Travis CI script is located here:
https://github.com/daar/GLPT

TIA!

Darius

On Fri, Apr 5, 2019 at 9:59 AM Darius Blaszyk <dhkblaszyk at gmail.com> wrote:

>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190405/75ab4278/attachment.html>


More information about the fpc-pascal mailing list