[fpc-pascal] What to do to get new users

Hairy Pixels genericptr at gmail.com
Sat Nov 30 09:53:28 CET 2024


 On Nov 30, 2024 at 3:11:10 PM, Michael Van Canneyt via fpc-pascal <
fpc-pascal at lists.freepascal.org> wrote:

> This is very much on topic. FPC has no build system
>
> Huh ? Of course it does, it has 2. fpcmake (older) and fpmake.
>
> Please don't spread incorrect information.
>

sorry but it’s not really part of the compiler, just something that
generates commands it feeds to the compile right?. aren’t new compilers
doing away with this design and integrating the whole setup? Having the
build system and the compiler as two different programs is the root of so
much confusion.

Look I tried to build that project but it just crashes. Maybe
the fpmake.pas is too older for my compiler? It’s from 2015.

src$ ./fpmake
Threading has been used before cthreads was initialized.
Make cthreads one of the first units in your uses clause.
Runtime error 211 at $0000000104D2610C
  $0000000104D2610C
  $0000000104CBA24C
  $0000000104CA1118
  $0000000104CC78DC
  $0000000104CA1090
  $0000000104CA10E8
  $0000000180C5C274

src$


Regards,
    Ryan Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20241130/4675c7f2/attachment.htm>


More information about the fpc-pascal mailing list