Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue on Arch Linux #52

Open
FabioLolix opened this issue Oct 22, 2024 · 1 comment
Open

Build issue on Arch Linux #52

FabioLolix opened this issue Oct 22, 2024 · 1 comment

Comments

@FabioLolix
Copy link

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().
@Paculino
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants