Re: Can't compile Dillo 3.0.3
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! Is there anything new on this topic? On Sat, May 25, 2013, August Karlstrom wrote: > On 2013-05-23 22:02, Sebastian Geerken wrote: > >Did you call "autogen.sh" again before "configure"? > > Yes, I followed the instructions at http://www.dillo.org/source.html. > > >To get more > >informations: what is the output of "configure"? Or, better, send the > >your "config.log". > > OK, I have attached config.log. The config.log looks OK, the value of LIBX11_LIBS is set. Is it also set in Makefile, Makefile.in, src/Makefile, src/Makefile.in? In all files, there should be the line LIBX11_LIBS = @LIBX11_LIBS@ (Makefile.in) LIBX11_LIBS = -lX11 (Makefile) Futhermore, part of "dillo_LDADD" should be "@LIBX11_LIBS@" in src/Makefile.in, and "-lX11" in src/Makefile. Please check this. What version of automake do you use? According to config.log, your autoconf version is 2.69. OTOH, I must admit that my autoconf/automake knowledge is limited, so perhaps someone else may help here. Sebastian