Thread: Wiritng programs in Geany

  1. #1
    Registered User Mcdom34's Avatar
    Join Date
    Jun 2012
    Location
    North Royalton, Ohio, United States
    Posts
    22

    Wiritng programs in Geany

    I've just installed Geany and MinGW, but whenever I open a new file and attempt to compile a simple C program, I get "Process failed (The system cannot find the file specified). Is there anything else I have do configure in Geany for me to compile programs? I've attached a screenshot of my program.

    Wiritng programs in Geany-geany-error-jpg

  2. #2
    Registered User
    Join Date
    Jul 2012
    Posts
    51
    Look at the first line in your code.

  3. #3
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    Although the first line is wrong, I would expect to see output from gcc indicating this. Here's what gcc should say about this program code:

    Code:
    test.c:1:19: fatal error: stdin.h: No such file or directory
    With that being said, I think the problem might be Geany on Windows. According to their page

    Geany : Running On Windows

    One of the bugs on the Windows version is the build support "implemented but might be still buggy"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with 6 programs
    By mardusj in forum C Programming
    Replies: 5
    Last Post: 09-29-2011, 11:41 PM
  2. Replies: 1
    Last Post: 11-09-2009, 07:03 AM
  3. Need help with two programs please!
    By healyal in forum C Programming
    Replies: 4
    Last Post: 11-03-2007, 05:38 AM
  4. help with my programs please
    By fige18 in forum C Programming
    Replies: 25
    Last Post: 10-13-2004, 03:44 PM
  5. Programs opening programs
    By LinuxPLC in forum C Programming
    Replies: 1
    Last Post: 11-21-2002, 12:50 PM

Tags for this Thread