Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Hello all,
I want to install latest unstable version of code aster. I download the source files from Sourceforge and I run the following commands:
source $HOME/dev/codeaster/devtools/etc/env_unstable.sh
$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)
I should also mention that I have installed all prerequisites. And I was able to install the stable version. However, I get this error when I want to install the unstable version from sourcefourge.
Any ideas/comments are appreciated.
Offline
Hello aep93,
I have got almost the same issue but instead of having "from ../../../bibc/hdf/hdfcld.c:19:" I've got from "../../../bibc/hdf/hdfcld.c:20:"
Did you manage to solve this ?
Thank you in advance,
Yvan
Offline
Hello YLN,
NO. I was not able to solve the problem yet and I appreciate it if you or anyone who is able to solve the problem, mention here what we need to do.
Offline