Opened 3 hours ago

Closed 4 minutes ago

#71099 closed defect (duplicate)

db48: fatal error: 'iostream.h' file not found

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 3 hours ago by potterpg

Keywords: macos universal added
Summary: Installing apach2 - it tries to install db48 - but failsInstalling apach2 - it tries to install db48 - but fails - macos - universal build.

comment:2 Changed 4 minutes ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: macos universal removed
Resolution: duplicate
Status: newclosed
Summary: Installing apach2 - it tries to install db48 - but fails - macos - universal build.db48: fatal error: 'iostream.h' file not found

See ProblemHotlist#clts16 for the solution. Duplicate of #70750.

Note: See TracTickets for help on using tickets.