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
when i will compile my C-code or C++-code it's come an error is popped up:
"'gcc' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process."
I have the "gpp-compiler"-package installed by "kriscross07".
my code:
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Can you help me, please?
Thank you
The text was updated successfully, but these errors were encountered:
I'm having the same issue onMacBook ...
Installed Xcode and Xcode command line tools (as request), but when I try to compile it give me these two errors
Weeks I'm trying to sort these out, but i can't find any solutions.
Hello,
when i will compile my C-code or C++-code it's come an error is popped up:
"'gcc' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process."
I have the "gpp-compiler"-package installed by "kriscross07".
my code:
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Can you help me, please?
Thank you
The text was updated successfully, but these errors were encountered: