Am 25.03.2020 um 23:01 schrieb Sven Schreiber:
Am 25.03.2020 um 21:42 schrieb Allin Cottrell:
> On Wed, 25 Mar 2020, Sven Schreiber wrote:
>
>> I re-downloaded setup.sh as per the wget command in the guide and ran:
>> bash setup.sh.
>
> Clearly this did not fully work. You're missing (at least part) of the
> content of the the gretl-x86_64-deps package from the pacman repository
> at sourceforge. That package includes the R and mpi headers that your
> build is missing. See section 3.5 of "Building gretl on MS Windows".
I'm pretty sure that the deps package was installed again since it asked
me whether it was OK to remove the openblas and curl packages because of
that. I will re-visit that part tomorrow.
OK, there was a dependency issue so indeed the deps package wasn't
installed. I had to remove three other packages manually to clear the
way for openblas and curl to be removed. Maybe it would be better to
error out in such cases instead of continuing in the shell script.
Then the build process (with R, MPI, doc and addons) looked good
initially, but towards the end I got a file not found error from
pdflatex. It seemed to look for /opt/gretl/<something> when that path
didn't exist yet (prior to installation).
Could it be that one has to first make a more minimal build&install and
then do a second pass with more build options, when the install prefix
dir already exists?
thanks
sven