Menu

#1 Problem in installing unstable version

v15
open
nobody
None
2021-09-07
2021-09-07
Aep93
No

I want to install latest unstable version of code aster. I download the source files from Sourceforge and I run the following commands:

$HOME/dev/codeaster/devtools/bin/install_env  $HOME/dev/codeaster/src --internet

However I get the following error:

In file included from ../../../bibc/include/aster.h:28:0,
                 from ../../../bibc/hdf/hdfcld.c:19:
../../../bibc/hdf/hdfcld.c:32:35: error: unknown type name hid_t; did you mean id_t?
 ASTERINTEGER DEFP(HDFCLD, hdfcld, hid_t *idd)
                                   ^
../../../bibc/include/definition.h:521:52: note: in definition of macro DEFP
 #define DEFP(UN,LN,a)               STDCALL(UN,LN)(a)
                                                    ^

Waf: Leaving directory `/home/user/dev/codeaster/src/build/std/release'
Build failed
 -> task in 'asterbibc' failed with exit status 1 (run with -v to display more information)

Can you please hel me solve this problem? Is this error related to my .hgrc file?

Discussion


Log in to post a comment.