pmake icon indicating copy to clipboard operation
pmake copied to clipboard

PMake is a cross-platform build tool for (free) pascal

Results 19 pmake issues
Sort by recently updated
recently updated
newest added

I wanted to try pmake in hopes it could be a well supported build system for FPC. I didn't get far though. I cd to the `examples` directory and use...

Hello! Congratulations for this very impressive project. I am discovering the project. I have just made a first test, under Linux. I downloaded the current code of the repository and...

Check if pmake is capable of building libraries. Add an example to the repository.

Check all documentation whether it is correct or not. Special care should be taken on instructions to build and install the tool, create a simple build script and the API.

Hello. A naive idea. It would be nice to install `pmake` via `# apt install pmake` in Debian-based OSes. Thank you!

enhancement
make2

When executing `pmake --quickstart`, the tool determines whether a file is a program or unit. This method fails on `..\freepascal\utils\mkinsadd.pp`.

bug

Consider the following folder structure, with a `PMake.txt` file in both folders. Let the package name for both folders be the same. This needs checking, because probably it does not...

Currently the message functions are directly generating output to the command-line. What is proposed to create actions, attached to a pmake definition that could be created in the define_pmake function....

execute_process can create an output file that is needed for the build process. Currently this is not supported. See: https://github.com/daar/opsim/tree/master/intern/chemform

Make pmake multi-language by converting all strings into resourcestrings