-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on GCC 14 #677
Comments
Alternatively, you could explicitly cast with a void* in the way:
|
I managed a workaround, I updated the Makefiles, updated |
@lachesis, @mikicz apart from the
To fix this issue, I manually #included Did you get similar error while compiling the library? My environment is MSYS2-MinGW64 with GCC 14.2.0 |
Weirdly I didn't get that error! |
@mikicz which environment are you using, Linux or MSYS2-MinGW64? |
I'm on Linux (Fedora 41) |
It looks like |
I had the same issue. Updating |
Hi!
I was checking out libpostal, and saw something that could be improved.
My country is USA
Here's how I'm using libpostal
I'm trying to canonicalize addresses.
Here's what I did
make
Here's what I got
Here's what I was expecting
The package to build successfully.
For parsing issues, please answer "yes" or "no" to all that apply.
Does not apply.
Here's what I think could be improved
https://gcc.gnu.org/gcc-14/porting_to.html
Instead, libpostal should probably just export the other type.
The text was updated successfully, but these errors were encountered: