11-13-2012, 04:26 PM
Hey, I'm just getting started with Erlang and and am trying to get set up to build wings3D. I think my problem is the environment variables. Especially ERL_LIBS. I'm on windows7 box. Can someone share the exact syntax of how their ERL_LIBS env variable?
When I type make in the src dir I get:
makefile:17: ../vsn.mk: No such file or directory
make: *** No rule to make target `../vsn.mk'. Stop.
My guess is that the ERL_LIBS is set incorrectly. Can anyone advise?
the setup notes read:
...
ESDL_PATH needs to be set to the path of the directory where you installed ESDL.
ERL_LIBS needs to be set to the directory below ESDL and CL, i.e.
$ERL_LIBS\esdl-1.2\ebin and $ERL_LIBS\cl-1.1\ebin
or if you got the src from github:
$ERL_LIBS\esdl\ebin and $ERL_LIBS\cl\ebin
...
Michael
When I type make in the src dir I get:
makefile:17: ../vsn.mk: No such file or directory
make: *** No rule to make target `../vsn.mk'. Stop.
My guess is that the ERL_LIBS is set incorrectly. Can anyone advise?
the setup notes read:
...
ESDL_PATH needs to be set to the path of the directory where you installed ESDL.
ERL_LIBS needs to be set to the directory below ESDL and CL, i.e.
$ERL_LIBS\esdl-1.2\ebin and $ERL_LIBS\cl-1.1\ebin
or if you got the src from github:
$ERL_LIBS\esdl\ebin and $ERL_LIBS\cl\ebin
...
Michael