Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Linux build causes infinite loop #7

@ebenoist

Description

@ebenoist

Hey friends-

I tried to get a linux build up and running, but running cmake . overrides the original Makefile produced by projucer and when running make <my-project> I get the following loop:

make[994]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[997]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[1000]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[1003]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[1006]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[1009]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder
make[1012]: warning: -jN forced in submake: disabling jobserver mode.
[  1%] Running external builder

until it eventually runs out of memory. I imagine the idea here is to have cmake invoke the original Projucer Makefile, but I'm not sure how to configure the the CMakeLists.txt to make this work correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions