-
I am working in a RedHat-8 OS environment. This may be a problem with c++17, or something else. I would be happy if there was a way to not bother making the tests and tools since I expect that I only need the libraries. Clearly the compiler does not like how the template is being instantiated. I am looking for ideas from the community who understands all this better than I do. How can I configure "make" to succeed at this point? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
This is GCC bug,
Please upgrade GCC version or use another compiler. |
Beta Was this translation helpful? Give feedback.
-
My thanks to tt4g for the answer.
Yes, I dropped "doc" on purpose also. |
Beta Was this translation helpful? Give feedback.
-
I'll review the documentation on libpqxx.org.
…On Tue, Jun 18, 2024, 15:44 tt4g ***@***.***> wrote:
If you are cloning the latest source code in git, then it is the latest
source code.
You can also update the cloned source code with the git pull origin master
command.
Alternatively, you can download the zip from GitHub.
no.title.png (view on web)
<https://github.com/jtv/libpqxx/assets/45120617/0d3d28e4-9e19-4059-a997-778ce3f75641>
—
Reply to this email directly, view it on GitHub
<#849 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQYDE4ZQD52WCHO2PHRGWLZIA2UHAVCNFSM6AAAAABJOWIWUSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMBWGY2DE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The documentation on libpqxx.org said to find "releases" (and other things) on github.com, and linked to the project's general github page. For when that is not clear enough, I've added a link for just downloads. As @tt4g said, to download a release you otherwise need to find and click the "Releases" link on the github page. Hope that's clear enough @flb-dpc. |
Beta Was this translation helpful? Give feedback.
-
(I've also bumped the minimum required compiler versions in |
Beta Was this translation helpful? Give feedback.
Duplicate #737, #750
This is GCC bug,
Please upgrade GCC version or use another compiler.