#71099 closed defect (duplicate)
db48: fatal error: 'iostream.h' file not found — at Version 2
Reported by: | potterpg | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | db48 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
compilation of db48, seems to complain about not finding iostream.h
it is downloading db-4.8.30.tar.gz
ie: In file included from ../dist/../cxx/cxx_env.cpp:13:
./db_cxx.h:59:10: fatal error: 'iostream.h' file not found 59 | #include <iostream.h> | ^~~~~~~~~~~~ In file included from ../dist/../cxx/cxx_except.cpp:13: ./db_cxx.h:59:10: fatal error: 'iostream.h' file not found 59 | #include <iostream.h> | ^~~~~~~~~~~~ In file included from ../dist/../cxx/cxx_db.cpp:13: ./db_cxx.h:59:10: fatal error: 'iostream.h' file not found 59 | #include <iostream.h> | ^~~~~~~~~~~~ In file included from ../dist/../cxx/cxx_lock.cpp:13: ./db_cxx.h:59:10: fatal error: 'iostream.h' file not found 59 | #include <iostream.h> | ^~~~~~~~~~~~ In file included from ../dist/../cxx/cxx_dbc.cpp:13: ./db_cxx.h:59:10: fatal error: 'iostream.h' file not found 59 | #include <iostream.h>
Seems something is missing...
Change History (2)
comment:1 Changed 4 weeks ago by potterpg
Keywords: | macos universal added |
---|---|
Summary: | Installing apach2 - it tries to install db48 - but fails → Installing apach2 - it tries to install db48 - but fails - macos - universal build. |
comment:2 Changed 4 weeks ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | macos universal removed |
Resolution: | → duplicate |
Status: | new → closed |
Summary: | Installing apach2 - it tries to install db48 - but fails - macos - universal build. → db48: fatal error: 'iostream.h' file not found |
Note: See
TracTickets for help on using
tickets.
See ProblemHotlist#clts16 for the solution. Duplicate of #70750.