You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run cursor in linux with appImage on Arch linux.
I have a C project that I build using "make" command.
When I build my project outside of Cursor, I have no issues:
~/Doc/hid-tmff2: make ✔
make -C deps/hid-tminit KDIR="/lib/modules/6.6.65-1-MANJARO/build"
make[1]: Entering directory '/home/caz/Documents/hid-tmff2/deps/hid-tminit'
make -C /lib/modules/6.6.65-1-MANJARO/build M=/home/caz/Documents/hid-tmff2/deps/hid-tminit modules
make[2]: Entering directory '/usr/lib/modules/6.6.65-1-MANJARO/build'
When I try to "make" from a new terminal from cursor, I have the following issue:
/home/caz/Documents/hid-tmff2/./cursor-0.44.9-build-2412268nc6pfzgo-x86_64.AppImage -C deps/hid-tminit KDIR="/lib/modules/6.6.65-1-MANJARO/build"
/bin/sh: line 1: /home/caz/Documents/hid-tmff2/./cursor-0.44.9-build-2412268nc6pfzgo-x86_64.AppImage: No such file or directory
cursor-0.44.9-build-2412268nc6pfzgo-x86_64.AppImage: *** [Makefile:20: deps/hid-tminit] Error 127
I run cursor in linux with appImage on Arch linux.
I have a C project that I build using "make" command.
When I build my project outside of Cursor, I have no issues:
The path content in my terminal is
When I try to "make" from a new terminal from cursor, I have the following issue:
The path content in cursor opened terminal is:
When I ask cursor to build the app using make and accept the command, it works.
What is going wrong?
What should I do to get my command to work?
I tried both the AppImage in classic more or "--no-sandbox" but with no luck
The text was updated successfully, but these errors were encountered: