Hi All,
On 04/10/2012 11:38 AM, CGS wrote:
[...] One way to solve this is to create a directory "js" in "/usr/include" and to link the headers files there (or to copy them there). Otherwise, a developer should [...]
an easier work around would be (untested): # cd /usr/include # ln -s . js
