-
Notifications
You must be signed in to change notification settings - Fork 87
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
Parallel compile failed #612
Comments
Hi, for compiling pg_probackup you can try the command
Where PG_CONFIG is path ../bin/pg_config of required postgresql |
@demonolock Thanks for your reply! It seems doesn't work.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the postgres comipled using
--with-llvm
, I try to parallelly build pg_probackup, it failed, here is the log:It seems
receivelog.h
is only used bysrc/stream.c
, so i try to modifyMakefile
with following:It failed with clang build
stream.bc
:Then, I try the following:
Why the first one doesn't work?
The text was updated successfully, but these errors were encountered: