[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] the system of nonlinear equations
From: |
Jeremy Theler |
Subject: |
Re: [Help-gsl] the system of nonlinear equations |
Date: |
Mon, 10 Jul 2017 06:18:09 -0300 |
Well, this is getting off-topic so this will be my last reply to the
list. You are trying to compile a file that is part of collection of
source files. The tool wasora is supposed to be compiled with automake
& friends.
The error you get indicates that the compiler is not able to find a
certain header that is needed to generate the object file. Please try
the instructions on the README (i.e. using the get.sh script) first. If
you have further instructions, please subscribe to the wasora list at
http://www.seamplex.com/lists.html and ask further questions there.
Regards
--
jeremy theler
www.seamplex.com
On Sat, 2017-07-08 at 17:59 +0300, Sergey Shcherbina wrote:
> Dear Jeremy
>
> What happened after my attempt to compile attached file
> TestWasorax002a.c
>
> In file included from TestWasorax002a.c:26:0:
> wasora.h:30:31: fatal error: thirdparty/uthash.h: No such file or
> directory
> #include "thirdparty/uthash.h"
> ^
> compilation terminated.
> gcc: error: ./TestWasorax002a.o: No such file or directory
>
> I took your example with C code from here
>
> https://bitbucket.org/seamplex/wasora/src/master/src/multiroot.c
>
> Regards,
> Sergey.
>