11-13-2012, 04:46 PM
The error being raised is for the vsn.mk which is an auto generated file. But for it to be generated you should run make from the wings root dir... so one level up from the src folder. The vsn.mk is meant to work with git version (git_describe) tags to produce a unique wings version number.
Once you've compiled wings, you can compile individual folders.
ERL_LIBS is meant to point out the path to your wings sources, and can include your wings dependencies.
Hope this help.
Once you've compiled wings, you can compile individual folders.
ERL_LIBS is meant to point out the path to your wings sources, and can include your wings dependencies.
Hope this help.