You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: