Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

gosmore does not compile under FreeBSD #2105

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 3 comments
Closed

gosmore does not compile under FreeBSD #2105

openstreetmap-trac opened this issue Jul 23, 2021 · 3 comments

Comments

@openstreetmap-trac
Copy link

Reporter: phicoh
[Submitted to the original trac issue database at 11.21am, Monday, 27th July 2009]

Gosmore does not compile under FreeBSD because fopen64 is used in libgosm.cpp which does not exist in FreeBSD.

The attached patch #defines fopen64 as fopen under FreeBSD, this code was already present in gosmore.cpp

@openstreetmap-trac
Copy link
Author

Author: phicoh
[Added to the original trac issue at 1.24pm, Monday, 27th July 2009]

New patch. Moved #define to libgosm.h, removed #define from gosmore.cpp

@openstreetmap-trac
Copy link
Author

Author: lambertus
[Added to the original trac issue at 1.25pm, Monday, 27th July 2009]

(In [16704]) Added patch to get Gosmore compiled under FreeBSD/Apple (refs #2105)

@openstreetmap-trac
Copy link
Author

Author: lambertus
[Added to the original trac issue at 3.03pm, Monday, 27th July 2009]

(In [16705]) Complete the move of FreeBSD's definition of fopen64 from gosmore.cpp to libgosmore.h (refs #2105)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant