| Summary: | devel/motor - build failure while compiling motordebugger.cc | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | freebsd |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ale |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
freebsd
2004-09-12 06:20:20 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer. auto_ptr<> is declared in the C++ stl header 'memory'. Adding #include <memory> to motor-3.3.0/src/debugger/motordebugger.cc - after the failure occurs and the sources are unpacked - allows the compilation to proceed, and finish. (FreeBSD 4.10-STABLE #3) State Changed From-To: open->closed Patch committed, thanks! |