GNU Support
GNU Support
On Sun, Apr 22, 2018 at 09:11:47PM +0000, John-Doe-Smith wrote: > You might consider using: > https://github.com/gawen947/imlib2-webp Thank you.
I have tried with meson too: ``` $ meson build The Meson build system Version: 0.56.2 Source dir: /home/data1/protected/Programming/git/paps Build dir: /home/data1/protected/Programming/git/paps/build Build type: native build Project name: paps Project...
How do I circumvent or solve it before you update it? How do I apply the flag?
> Hi. Those are two different problems. The make failure is due to the lacking of the `--std=c++17` flag. I have to define the c++ version in automake. > >...
``` PKG_CONFIG_PATH=/package/lib/fmt/lib/pkgconfig:$PKG_CONFIG_PATH CXXFLAGS="-std=c++17" ./configure --prefix=/package/tools/paps ``` for now I have installed fresh `fmt` library and used the above flag to install `paps` but maybe you could look into it why...
I understand you also used `$PKG_CONFIG_PATH` I hope you will incorporate some changes that it goes automatically in future. `paps` is used on my side for teaching, consulting, it is...
Then I must use something dirty like this: ``` (defun sql-array-to-list (array) "This is temporary function as emacs-libpq does not have support for PostgreSQL arrays as of 2019-09-11. This function...
``` (rcd-sql "INSERT INTO businesses (businesses_company, businesses_name, businesses_description, businesses_url, businesses_tag1, businesses_tag2, businesses_tag3) VALUES ($1, $2, $3, $4, $5, $6, $7)" cf-db company name description url tag-1 tag-2 tag-3) ``` If...
If there is or not, does not matter. But this module is making wonders. I am managing my database with this module and helm. I have personal contact management or...
I am making application based on emacs-libpq and asking on emacs-devel how to include module as such. I would have several applications to be submitted to ELPA based on this...