Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compile failure Debian 12
#3
(03-15-2025, 06:03 AM)bigriverguy Wrote: When I run setup_lnx.sh I get the following error and the install aborts.

internal/c/libqb/src/http.cpp:2:10: fatal error: curl/curl.h: No such file or directory
    2 | #include <curl/curl.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make: *** [internal/c/libqb/build.mk:56: internal/c/libqb/src/http.o] Error 1
Parece que te falta `libcurl-dev`. Instálalo con:

```
sudo apt-get install libcurl4-openssl-dev
```

Y luego prueba de nuevo. ¡Debería funcionar.
Reply


Messages In This Thread
Compile failure Debian 12 - by bigriverguy - 03-15-2025, 06:03 AM
RE: Compile failure Debian 12 - by tantalus - 03-15-2025, 08:29 AM
RE: Compile failure Debian 12 - by Cloudiex - 03-18-2025, 08:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Compile error when .bas name is same as a directory (linux) Dav 3 779 10-18-2024, 03:32 PM
Last Post: Kernelpanic
Question compile speed/options? BlameTroi 5 1,302 06-05-2023, 06:08 AM
Last Post: mnrvovrfc
Lightbulb 3.5.0 can't compile on my iMac Fifi 3 1,168 01-11-2023, 10:46 PM
Last Post: DSMan195276
  <Solved> QB64PE 4.3.1 can't compile itself anymore. Fifi 2 821 01-09-2023, 06:01 AM
Last Post: Fifi
  BUG? Compile errors with filenames that contain $ in them. Dav 3 997 06-10-2022, 03:31 AM
Last Post: DSMan195276

Forum Jump:


Users browsing this thread: