[Github-comments] [geany/geany] Execute button wont work properly (#1369)

mrstanlez notifications at xxxxx
Wed Jan 18 16:25:41 UTC 2017


The code:
#include <stdio.h>
#include <string.h>

int main()
{
    FILE *fp;
    char ret[25];
    int index;

    fp = fopen("test.txt","w");
    strcpy(ret,"test 1");

    for(index = 1; index<=10; index++)
     fprintf(fp,"%s # of row %d\n",ret, index);

    fclose(fp);
    return 0;
}

and the message says, that can not run process of child. Directory or file
doesnt exist.

2017-01-18 0:27 GMT+01:00 elextr <notifications at github.com>:

> What language is the program you are trying to build and execute?
>
> On 18 January 2017 at 02:07, mrstanlez <notifications at github.com> wrote:
>
> > Yes,
> > after install, click on button < Build >, compiler wrote:
> > make: *** No targets specified and no makefile found. Stop.
> >
> > and Execute button: "./%e" wont work, with xfce4-terminal.
> >
> > This is my favorited editor. Please fix it.
> >
> > 2017-01-17 16:59 GMT+01:00 Frank Lanitz <notifications at github.com>:
> >
> > > Can you please add more details like filetype, error message, ....
> > > Something more we could use to reproduce ;)
> > >
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub
> > > <https://github.com/geany/geany/issues/1369#issuecomment-273211010>,
> or
> > mute
> > > the thread
> > > <https://github.com/notifications/unsubscribe-auth/AX_e-78iBu-iXulK-
> > I6nRY3IXY5Nip5uks5rTOVvgaJpZM4Ll0cq>
> > > .
> >
> > >
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/geany/geany/issues/1369#issuecomment-273213372>, or
> mute
> > the thread
> > <https://github.com/notifications/unsubscribe-auth/
> AAxgTSVc2suY8jijKcnXlszUItcV6lKwks5rTOctgaJpZM4Ll0cq>
> > .
>
> >
>
>> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/geany/geany/issues/1369#issuecomment-273334353>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AX_e-1_nEn81avMiImcpPabT2XWH6eAvks5rTU5qgaJpZM4Ll0cq>
> .
>


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1369#issuecomment-273523874
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170118/caa361b3/attachment.html>


More information about the Github-comments mailing list