-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
build error #6
Comments
I'm the one who created the #4 but it seems the issue with the a. git clone the github.com/oklog/ulid and move everything into the pg_ulid git clone. b. then run but it doesn't end here, it also seems there is a missing library from It also seems some things have changed from v12 to v13 You would need to edit both After all these steps, I was able to have the compilation finish but I didn't try it on the server yet. It's very possible everything I had done was wrong :) so try at your own risk. At this point, I think I might give up on this extension. Sadly, this was the fastest ulid extension in the community and @iCyberon is not responding. |
I might be able to allocate some time during the week to investigate the issue. |
hello, it seems to be working fine after switching the function names and taking out the |
@basaran that would be great. |
PR sent, thank you for your time. If you could add the |
@basaran hi is there any chance you could help me troubleshoot this error:
Trying to build using docker alpine linux, the command BTW I'm using your fork of this project but I'm asking here because there's no issue tracker in yours 😄 . |
hola, well I'm not sure :) You should try to compile locally first, and if you are using the fork from my repo, make sure you use pg13. Also, do note, this pg_ulid gets loaded as an extension (added to postgres, not compiled in it). So, I am not sure why you need the llvm to compile it. But that is okay as I'm generally not sure about many things in life. |
Hi, Getting the same error . Please check the below logs Makefile:25: warning: overriding recipe for target 'pg_ulid.so' command-line-arguments./main.go:11:10: fatal error: utils/nabstime.h: No such file or directory |
same here |
Same here |
I'm experiencing an issue building, but I don't have any extra space to remove like in #4. Here is my output:
The text was updated successfully, but these errors were encountered: