I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK).
After updating the blackberry momentic IDE to handle the new api 10.3.1, All presents project even the new ones, return the eroor below :
-> "Description Resource Path Location Type Program "make" not found in PATH CMAP_LIB C/C++ Problem"
How can I fix this ? I hope you can help me with this.
You need to find out where
make
is in the filesystem and put the path in thePATH
environment variable, something like:say you find
make
in/usr/bin
, then add that directory toPATH
: