Sublime Forum

Strange C building problem

#1

I’m getting an odd error, when i go to build a C file 2 things happen. First, It’s taking a lot longer than usual to compile a basic C file (One that’s just empty). Second, when I compile the program the output box at the bottom has lots of new lines in it so i have to scroll to the top of the output to see if their are errors. How would i go about fixing this?

here is my build system.

{ “cmd” : “gcc”, “$file_name”, “-o”, “${file_base_name}”, “-lm”, “-Wall”], “selector” : “source.c”, “shell”:false, “working_dir” : “$file_path” }

Thanks

0 Likes