Opened 7 hours ago

Last modified 109 minutes ago

#71099 closed defect

Installing apach2 - it tries to install db48 - but fails — at Initial Version

Reported by: potterpg Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: db48

Description

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 (0)

Note: See TracTickets for help on using tickets.