-
Notifications
You must be signed in to change notification settings - Fork 86
Parallel compile failed #612
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
|
# for free
to join this conversation on GitHub.
Already have an account?
# 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: