-
Notifications
You must be signed in to change notification settings - Fork 0
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
I tried putting pg_config in the current dir #1
Comments
Hm, works fine for me
|
Do you have pg_config?
What do you mean by "I tried putting pg_config in the current dir"? Why? How? What is your $PATH? |
OK thanks. I put pg_config in/usr/local/bin.
Then this worked:
brew tap PL-Swift/plswift
brew install plswift
Then I got as far as "swift pl install".
I got a dozen errors, all similar:
*<module-includes>:1:9: note: in file included from <module-includes>:1:*
#import "CPLSwiftShim.h"
* ^*
*/Users/michaelsweeney/helloswiftpl/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:10:
note: in file included from
/Users/michaelsweeney/helloswiftpl/.build/checkouts/CPLSwift/Sources/CPLSwift/CPLSwiftShim.h:4:*
#include "PLSwiftShim.h"
* ^*
*/usr/local/Cellar/plswift/0.5.1/lib/swift/shims/PLSwiftShim.h:4:10: **error:
**'postgres.h' file not found*
#include "postgres.h"
* ^*
…On Tue, Mar 24, 2020 at 3:56 PM Helge Heß ***@***.***> wrote:
Do you have pg_config?
zMB:~ helge$ which pg_config
/usr/local/bin/pg_config
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOM3YYDMHTBEPJIXPKDWT6LRJET7PANCNFSM4LS6DQOQ>
.
|
I guess I still don't understand your PostgreSQL setup. If you just copy things around, it is no surprise stuff won't work. Where is the original location of your |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ brew tap PL-Swift/plswift
$ brew install plswift
==> Installing plswift from pl-swift/plswift
==> Downloading https://github.com/PL-Swift/PLSwift/archive/0.5.1.tar.gz
Already downloaded: /Users/michaelsweeney/Library/Caches/Homebrew/downloads/c12219cd5f658716c48a8e79e01eec1ae7fb48867d2925ad2601d33f2b14f0a1--PLSwift-0.5.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/plswift/0.5.1
Last 15 lines from /Users/michaelsweeney/Library/Logs/Homebrew/plswift/01.configure:
2020-03-24 13:38:13 -0600
./configure
--prefix=/usr/local/Cellar/plswift/0.5.1
Could not locate pg_config!
The text was updated successfully, but these errors were encountered: