rkd77 / elinks

Fork of elinks
Other
349 stars 38 forks source link

Trying to compile last master -> error elinks/src/document/renderer.c:265: undefined reference to `render_source_document_cxx' #122

Closed ZaxonXP closed 3 years ago

ZaxonXP commented 3 years ago

got the latest master using git clone command. Ran ./autogen.sh and ./configure --with-perl then make and I got this:

make[2]: Leaving directory '/home/user/zzz/elinks/src/viewer'
    [LINK]   src/elinks
/usr/bin/ld: lib.o: in function `render_encoded_document':
/home/user/zzz/elinks/src/document/renderer.c:265: undefined reference to `render_source_document_cxx'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:41: elinks] Error 1
make[1]: Leaving directory '/home/user/zzz/elinks/src'
make: *** [Makefile.lib:268: all-recursive] Error 1

What do I miss?

Regards, Piotr

rkd77 commented 3 years ago

"Niedorobione" jest. In #120 there is described method how to modify configure.ac . It is the fastest way to compile with perl.

ZaxonXP commented 3 years ago

I tried also last stable source code from the release and with it I was able to compile successfully. So for me there is no more issue.