-
Notifications
You must be signed in to change notification settings - Fork 419
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
Fix typo #649
Merged
Merged
Fix typo #649
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 8, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 16, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 17, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 24, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 24, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Jan 30, 2024
* docs: spelling/grammar fixes (openvenues#649) * docs: ARM flags (openvenues#652) Extend the `--disable-sse2` comment to also include ARM64-based linux releases. Without this, the following error occurs: ``` libtool: compile: gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR=\"/home/ec2-user/libpostal-training/libpostal\" -g -mfpmath=sse -msse2 -DUSE_SSE -g -O2 -O2 -D LIBPOSTAL_EXPORTS -MT libpostal_la-address_dictionary.lo -MD -MP -MF .deps/libpostal_la-address_dictionary.Tpo -c address_dictionary.c -fPIC -DPIC -o .libs/libpostal_la-address_dictionary.o libtool: compile: gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR=\"/home/ec2-user/libpostal-training/libpostal\" -g -mfpmath=sse -msse2 -DUSE_SSE -g -O2 -O2 -D LIBPOSTAL_EXPORTS -MT libpostal_la-expand.lo -MD -MP -MF .deps/libpostal_la-expand.Tpo -c expand.c -fPIC -DPIC -o .libs/libpostal_la-expand.o make[2]: *** [libpostal_la-strndup.lo] Error 1 gcc: error: unrecognized command line option '-mfpmath=sse' gcc: error: unrecognized command line option '-msse2' gcc: error: unrecognized command line option '-mfpmath=sse' gcc: error: unrecognized command line option '-msse2' make[2]: *** [libpostal_la-expand.lo] Error 1 make[2]: *** [libpostal_la-address_dictionary.lo] Error 1 make[2]: Leaving directory `/home/ec2-user/libpostal/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ec2-user/libpostal' make: *** [all] Error 2 ``` --------- Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]> Co-authored-by: Kristofer M White <[email protected]>
oskar700
added a commit
to Senzing/libpostal
that referenced
this pull request
Feb 1, 2024
* docs: spelling/grammar fixes (openvenues#649) * docs: ARM flags (openvenues#652) Extend the `--disable-sse2` comment to also include ARM64-based linux releases. Without this, the following error occurs: ``` libtool: compile: gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR=\"/home/ec2-user/libpostal-training/libpostal\" -g -mfpmath=sse -msse2 -DUSE_SSE -g -O2 -O2 -D LIBPOSTAL_EXPORTS -MT libpostal_la-address_dictionary.lo -MD -MP -MF .deps/libpostal_la-address_dictionary.Tpo -c address_dictionary.c -fPIC -DPIC -o .libs/libpostal_la-address_dictionary.o libtool: compile: gcc -DHAVE_CONFIG_H -I.. -I/usr/local/include -Wall -Wextra -Wno-unused-function -Wformat -Werror=format-security -Winit-self -Wno-sign-compare -DLIBPOSTAL_DATA_DIR=\"/home/ec2-user/libpostal-training/libpostal\" -g -mfpmath=sse -msse2 -DUSE_SSE -g -O2 -O2 -D LIBPOSTAL_EXPORTS -MT libpostal_la-expand.lo -MD -MP -MF .deps/libpostal_la-expand.Tpo -c expand.c -fPIC -DPIC -o .libs/libpostal_la-expand.o make[2]: *** [libpostal_la-strndup.lo] Error 1 gcc: error: unrecognized command line option '-mfpmath=sse' gcc: error: unrecognized command line option '-msse2' gcc: error: unrecognized command line option '-mfpmath=sse' gcc: error: unrecognized command line option '-msse2' make[2]: *** [libpostal_la-expand.lo] Error 1 make[2]: *** [libpostal_la-address_dictionary.lo] Error 1 make[2]: Leaving directory `/home/ec2-user/libpostal/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ec2-user/libpostal' make: *** [all] Error 2 ``` --------- Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]> Co-authored-by: Kristofer M White <[email protected]>
TerranceNHanlon
pushed a commit
to roadie-app/libpostal
that referenced
this pull request
May 14, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
TerranceNHanlon
pushed a commit
to roadie-app/libpostal
that referenced
this pull request
May 14, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
TerranceNHanlon
pushed a commit
to roadie-app/libpostal
that referenced
this pull request
May 14, 2024
Co-authored-by: JenTing <[email protected]> Co-authored-by: oskar700 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.