Re: 1 of 220 Compiling execline with package convention on ubuntu 17.04, here is the complete log, I did omit a line

2017-08-23 Thread Laurent Bercot
src/libexecline/el_execsequence.c:21:3: error: implicit declaration of function ‘xpathexec_r’ [-Werror=implicit-function-declaration] xpathexec_r(argv2, envp, env_len(envp), fmt, j) ; Whoops, my bad. xpathexec_r was added in a later commit of skalibs. If you grab the latest skalibs git, exec

1 of 220 Compiling execline with package convention on ubuntu 17.04, here is the complete log, I did omit a line

2017-08-23 Thread Vincent
Hi, here is the complete log, I did omit a line. I am not familiar with Makefiles nor c, so this might be a stupid error: I did run these commands on ubuntu 17.04: ~/skalibs-2.5.1.1$ ./configure --enable-slashpackage=/usr/local/ && make && make install ~/skalibs-2.5.1.1$ mkdir /usr/local

Compiling execline with package convention on ubuntu 17.04

2017-08-23 Thread Vincent
Hi, I am not familiar with Makefiles nor c, so this might be a stupid error: I did run these commands on ubuntu 17.04: ~/skalibs-2.5.1.1$ ./configure --enable-slashpackage=/usr/local/ && make && make install #everything works fine, I had to manually create the directory /usr/local/packages/pr