ustajan / grasshopper

GNU General Public License v3.0
5 stars 4 forks source link

GNUmake does not work on WSLdue to lack of -lXi library #20

Closed aamartz closed 6 days ago

aamartz commented 6 months ago

Upon using make when building in /grasshopper on WSL, there is the error output of:

/usr/bin/ld: cannot find -lXi: No such file or directory collect2: error: ld returned 1 exit status

This can be solved by installing the libXi-devel (or equivalent) library:

sudo apt-get install libxi-dev

ustajan commented 6 days ago

Apologies for the late response, and thank you for the feedback.

The issue you describe, nevertheless, is not grasshopper specific , but is rather related to the OS in question.