For future questions I would like to ask you to use the Wings3D's forum (Programming session would fit well for this one) or the current main code repository at GitHub (Issues is the place to discuss this kind of subject).
This place uses to not be checked anymore for the main devs, I'm going to try help you although I don't have a Mac.
The information related to "./configure" is on the "Installing Erlang/OTP". So, it's applied only to build the Erlang from source. :-)
And because the log is showing the code started compile some sources correctly it seems the Erlang is OK and the Wings3D's sources also started fine. The issue is related to the "includelib" used in wingsbool.erl (which is is correct).
That means the root for the alternative include paths was not found by the compiler which in this case should be "/home/zona/src" (assuming Erlang is also under this directory, otherwise you can append the "wings-2.2.9" folder).
In the past I remember this was part of the readme.unix
Setup $ERL_LIBS
Create a directory to hold Erlang applications and set the
environment variable ERL_LIBS to its path.
Example:
export ERL_LIBS=/Users/bjorng/src
Please try this and let me know if the problem was fixed or not.
/Micheus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
norayr
Sorry for the delay to answer you.
I did something wrong - forgot to hit the Post button and my replay was (fortunately) still pending to send . :-/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, I believe the errors do not relate to aarch64 at all:
so i installed dependencies:
now make:
also, build doc recommends running ./configure like this:
but there seem to be no configure script.
Hi norayr
For future questions I would like to ask you to use the Wings3D's forum (Programming session would fit well for this one) or the current main code repository at GitHub (Issues is the place to discuss this kind of subject).
This place uses to not be checked anymore for the main devs, I'm going to try help you although I don't have a Mac.
The information related to "./configure" is on the "Installing Erlang/OTP". So, it's applied only to build the Erlang from source. :-)
And because the log is showing the code started compile some sources correctly it seems the Erlang is OK and the Wings3D's sources also started fine. The issue is related to the "includelib" used in wingsbool.erl (which is is correct).
That means the root for the alternative include paths was not found by the compiler which in this case should be "/home/zona/src" (assuming Erlang is also under this directory, otherwise you can append the "wings-2.2.9" folder).
In the past I remember this was part of the readme.unix
Please try this and let me know if the problem was fixed or not.
/Micheus
norayr
Sorry for the delay to answer you.
I did something wrong - forgot to hit the Post button and my replay was (fortunately) still pending to send . :-/
hello, thank you! i'll try in several hours.
right now i would only mention that the machine works under linux, that's aarch64 linux laptop.
https://github.com/dgud/wings/issues/429