dillo-plus icon indicating copy to clipboard operation
dillo-plus copied to clipboard

Build issue on Arch Linux

Open FabioLolix opened this issue 1 year ago • 1 comments

Hi, I tried building the program on Arch Linux for curiosity but there is one error, this is from the latest commit

g++ -I. -I.. -I/usr/local/include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -w -DD_DNS_THREADED -D_REENTRANT -DHAVE_CONFIG -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -Wl,--no-as-needed -DD_DNS_THREADED -D_REENTRANT -DHAVE_CONFIG -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -Wl,--no-as-needed -fno-rtti -fno-exceptions -DDILLO_SYSCONF='"/usr/local/etc/dillo-plus/"' -DDOC_PATH='"/usr/local/share/doc/dillo-plus"' -DBINNAME='"dillo-plus"' -I/usr/X11R6/include/freetype2 -pipe -I/usr/X11R6/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -fvisibility-inlines-hidden -I/usr/local/include/libpng16 -c xembed.cc
make[1]: *** No rule to make target 'IO/libDiof.a', needed by 'dillo-plus'.  Stop.
make[1]: *** Waiting for unfinished jobs....
ar -rv libDiof.a mime.o about.o http.o dpi.o IO.o iowatch.o proto.o tls.o
ar: creating libDiof.a
a - mime.o
a - about.o
a - http.o
a - dpi.o
a - IO.o
a - iowatch.o
a - proto.o
a - tls.o
ranlib libDiof.a
make[2]: Leaving directory '/home/fabio/Dev/Github/PKGBUILD-WIP/cauldron/dillo-plus-git/src/dillo-plus/src/IO'
make[1]: Leaving directory '/home/fabio/Dev/Github/PKGBUILD-WIP/cauldron/dillo-plus-git/src/dillo-plus/src'
make: *** [Makefile:13: all] Error 2
==> ERROR: A failure occurred in build().

FabioLolix avatar Oct 22 '24 21:10 FabioLolix

I haven't had any luck using the -d argument for make (no errors or warnings show), but also have been having trouble building lately. I suspect that you will get more helpful information using this argument, such as a missing library, @FabioLolix. The first few times I built I had those issues, leading to the readme edit, which unfortunately only helps with Debian-based systems.

Paculino avatar Nov 19 '24 05:11 Paculino