yasirtug / ni-translate

A translator for Linux, running at the background which wakes up with the translation of the last selected text on command.
GNU General Public License v3.0
85 stars 9 forks source link

Build project problem #8

Closed benio-star closed 4 years ago

benio-star commented 4 years ago

Hi. After running make I received:

/usr/bin/ld: cannot open output file ni-translate: Is a directory collect2: error: ld returned 1 exit status make: *** [Makefile:164: ni-translate] Error 1

image

yasirtug commented 4 years ago

Hi, Reason of this error is that you run make in the root of ni-translate directory. If you just want to use the program, you can simply run every command in the source directory. It should produce no error.