Skip to content
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

Missing some thirdparty dependencies #2

Open
phanomgames opened this issue Sep 29, 2019 · 1 comment
Open

Missing some thirdparty dependencies #2

phanomgames opened this issue Sep 29, 2019 · 1 comment

Comments

@phanomgames
Copy link

phanomgames commented Sep 29, 2019

When loading in UE 4.23 and trying to let it recompile I get the following warning
warning: Referenced directory 'W:\Gamedev\projects\unreal\Plugins\Postgresql\Source\ThirdParty\pqxx\inc' does not exist.

The license for those binaries should allow them to be checked into github (bsd license). Can we either get that, or some information on which version of pqxx we need to compile?

I'm assuming it'll need pq as well, since that's a requirement for pqxx and I see it in the build.cs file.

Taking the old commits copy of /thirdparty and adding the pqxx folder into \public\ worked for getting past most errors. Next up is the postgresql dependency

LogInit: Warning: Still incompatible or missing module: PostgreSQL

@fre3e3e
Copy link

fre3e3e commented Jun 8, 2024

Thanks for the hints @phanomgames !

Yeah you need the full pq lib (you get that from postgreSQL itself)
and a compiled pqxx folder.

The folder paths for the Thirdparty pq+pqxx libs can be set in the build.cs file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants