Skip to content

Missing reference for Boost regexΒ #343

@dwightfowler

Description

@dwightfowler

Hi,
I was following your README.md instructions on how to build the app on Linux and I ran into two errors:

Link-Time Error

Claude "The Magnificent AI" suggested adding it using:

cd ~/projects/Aegisub
rm -rf build
sed -i "s/boost_modules = \['chrono', 'thread', 'locale'\]/boost_modules = ['chrono', 'thread', 'locale', 'regex']/" meson.build
meson setup build

I know this is not what you need to do to your project, but I just want to let you know how to find the issue.

Boost Error

Also, as I was trying to compile the first time, I ran into an error regarding not finding Boost. So I added it manually:
sudo apt -y install libboost-all-dev

I really did not dig into all the details. It may be that you are only missing one Boost sub-module. I'll let you discover that.
But, the point is, I think you need to update your initial sudo apt install ... instructions in the README.me

Hope This Helps.

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