alac1984

Results 3 comments of alac1984

I'm facing the same problem. I use Vundle to manage my plugins. I tried to exclude pipenv from `g:poetv_executables`, but the error persists.

Yes, `libpq-dev` is installed (14.2-1ubuntu1). `python3-dev` is installed also. PostgreSQL 14 is of course installed and `pg_config` command can be run from terminal as usual. Some very specific thing in...

Solution to compile in Ubuntu 19.04: Edit the `Makefile` in the extracted folder (~/rtl8188fu) and insert right below the 22 line (right below the `EXTRA_CFLAGS += -I$(src)/hal/phydm`): `EXTRA_CFLAGS += -Wno-error=incompatible-pointer-types`...