Skip to content

Build fails with boost 1.88 #25

Description

@t3kk3n

Trying to build dump978 with boost 1.88 (maybe issue persists with 1.87 as well?), getting the following errors:

`
==> Starting build()...
g++ -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fno-omit-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -std=c++11 -Wall -Wno-psabi -Werror -O2 -g -Ilibs -DVERSION="e827042" -c -o dump978_main.o dump978_main.cc

In file included from dump978_main.cc:19:
sample_source.h:15:10: fatal error: boost/asio/io_service.hpp: No such file or directory
15 | #include <boost/asio/io_service.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [: dump978_main.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
`

I haven't put much time into trying to figure out what needs to be changed/updated, so figured I'd create an issue first. Compiling on Arch Linux on a raspberry pi 3, not sure what else information is needed? Thanks!

Edit: Not sure why the code block isn't working after attempting to fix indentation/spacing issues?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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