Skip to content

The bootstrapped version of fpm reports an error when compiling fpm repo in the Windows MSYS2 environment. #1105

Closed
@zoziha

Description

@zoziha

Description

The bootstrapped version of fpm reports an error when compiling fpm in the Windows MSYS2 environment:

  1. Download the bootstrapped source file and compile it with gfortran to obtain fpm-boostrap;
  2. Use fpm-boostrap to compile the fpm repository and an error is reported:
$ gfortran -Ofast fpm-0.11.0.F90 -o fpm-bootstrap
$ cd path-to-fpm-repo-folder
$ fpm-bootstrap build
<ERROR> *cmd_build* Target error: Unable to find source for module dependency: "fpm_command_line" used by "app\main.f90"
STOP 1

Expected Behaviour

The bootstrap program fpm-boostrap compiles the fpm repository without errors.

Version of fpm

0.11.0

Platform and Architecture

Windows MSYS2

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions