Skip to content

boost::process::ipstream does not seem to exist in boost 1.88 #4639

@gyscos

Description

@gyscos

What happened?

Trying to build this package on archlinux with boost 1.88:

/var/ab/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/GCode/PostProcessor.cpp: In function ‘int run_script(const std::string&, const std::string&, std::string&)’:
/var/ab/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/GCode/PostProcessor.cpp:224:14: error: ‘ipstream’ is not a member of ‘process’
  224 |     process::ipstream istd_err;
      |              ^~~~~~~~
/var/ab/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/GCode/PostProcessor.cpp:225:14: error: ‘child’ is not a member of ‘process’
  225 |     process::child child(shell, "-c", command_line, process::std_err > istd_err);
      |              ^~~~~

These might possibly need different headers.

Project file & How to reproduce

Try to build with boost 1.88 installed on the system.

Version

2.5.59.13

Operating system

ArchLinux

Printer model

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions