Skip to content

Build failure: Ubuntu 22:04 with hack workaround. #398

@clort81

Description

@clort81

For some reason, not all the $LIBS from the Makefile were applying in the link stage.

As usual I am completely confused.

However I managed to compile by manually specifying -link libs in Makefile.

<       @$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS)
>       @$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS) -ltoxcore -lncursesw -lconfig -lcurl -lX11 -lnotify -lqrencode -lpng

Perhaps this helps someone else build it.


Love this project btw! YES TEXT GAMES. I've got a bunch of WIP textgames that'd be perfect for toxic.

Image
toxic80cfin.ans.zip

Image

chessp5-blocks-unshaded.ans.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions