The code:<br>
#include <stdio.h><br>
#include <string.h><br>
<br>
int main()<br>
{<br>
    FILE *fp;<br>
    char ret[25];<br>
    int index;<br>
<br>
    fp = fopen("test.txt","w");<br>
    strcpy(ret,"test 1");<br>
<br>
    for(index = 1; index<=10; index++)<br>
     fprintf(fp,"%s # of row %d\n",ret, index);<br>
<br>
    fclose(fp);<br>
    return 0;<br>
}<br>
<br>
and the message says, that can not run process of child. Directory or file<br>
doesnt exist.<br>
<br>
2017-01-18 0:27 GMT+01:00 elextr <notifications@github.com>:<br>
<br>
> What language is the program you are trying to build and execute?<br>
><br>
> On 18 January 2017 at 02:07, mrstanlez <notifications@github.com> wrote:<br>
><br>
> > Yes,<br>
> > after install, click on button < Build >, compiler wrote:<br>
> > make: *** No targets specified and no makefile found. Stop.<br>
> ><br>
> > and Execute button: "./%e" wont work, with xfce4-terminal.<br>
> ><br>
> > This is my favorited editor. Please fix it.<br>
> ><br>
> > 2017-01-17 16:59 GMT+01:00 Frank Lanitz <notifications@github.com>:<br>
> ><br>
> > > Can you please add more details like filetype, error message, ....<br>
> > > Something more we could use to reproduce ;)<br>
> > ><br>
> > > —<br>
> > > You are receiving this because you authored the thread.<br>
> > > Reply to this email directly, view it on GitHub<br>
> > > <https://github.com/geany/geany/issues/1369#issuecomment-273211010>,<br>
> or<br>
> > mute<br>
> > > the thread<br>
> > > <https://github.com/notifications/unsubscribe-auth/AX_e-78iBu-iXulK-<br>
> > I6nRY3IXY5Nip5uks5rTOVvgaJpZM4Ll0cq><br>
> > > .<br>
> ><br>
> > ><br>
> ><br>
> > —<br>
> > You are receiving this because you are subscribed to this thread.<br>
> > Reply to this email directly, view it on GitHub<br>
> > <https://github.com/geany/geany/issues/1369#issuecomment-273213372>, or<br>
> mute<br>
> > the thread<br>
> > <https://github.com/notifications/unsubscribe-auth/<br>
> AAxgTSVc2suY8jijKcnXlszUItcV6lKwks5rTOctgaJpZM4Ll0cq><br>
> > .<br>
><br>
> ><br>
><br>
> —<br>
> You are receiving this because you authored the thread.<br>
> Reply to this email directly, view it on GitHub<br>
> <https://github.com/geany/geany/issues/1369#issuecomment-273334353>, or mute<br>
> the thread<br>
> <https://github.com/notifications/unsubscribe-auth/AX_e-1_nEn81avMiImcpPabT2XWH6eAvks5rTU5qgaJpZM4Ll0cq><br>
> .<br>
><br>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1369#issuecomment-273523874">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJyHqlPaWyYVJJvDBl959V1kcp922ks5rTj0FgaJpZM4Ll0cq">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_dJMp4OanmpidgH0UlKV_zqV46iks5rTj0FgaJpZM4Ll0cq.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1369#issuecomment-273523874"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@mrstanlez in #1369: The code:\n#include \u003cstdio.h\u003e\n#include \u003cstring.h\u003e\n\nint main()\n{\n    FILE *fp;\n    char ret[25];\n    int index;\n\n    fp = fopen(\"test.txt\",\"w\");\n    strcpy(ret,\"test 1\");\n\n    for(index = 1; index\u003c=10; index++)\n     fprintf(fp,\"%s # of row %d\\n\",ret, index);\n\n    fclose(fp);\n    return 0;\n}\n\nand the message says, that can not run process of child. Directory or file\ndoesnt exist.\n\n2017-01-18 0:27 GMT+01:00 elextr \u003cnotifications@github.com\u003e:\n\n\u003e What language is the program you are trying to build and execute?\n\u003e\n\u003e On 18 January 2017 at 02:07, mrstanlez \u003cnotifications@github.com\u003e wrote:\n\u003e\n\u003e \u003e Yes,\n\u003e \u003e after install, click on button \u003c Build \u003e, compiler wrote:\n\u003e \u003e make: *** No targets specified and no makefile found. Stop.\n\u003e \u003e\n\u003e \u003e and Execute button: \"./%e\" wont work, with xfce4-terminal.\n\u003e \u003e\n\u003e \u003e This is my favorited editor. Please fix it.\n\u003e \u003e\n\u003e \u003e 2017-01-17 16:59 GMT+01:00 Frank Lanitz \u003cnotifications@github.com\u003e:\n\u003e \u003e\n\u003e \u003e \u003e Can you please add more details like filetype, error message, ....\n\u003e \u003e \u003e Something more we could use to reproduce ;)\n\u003e \u003e \u003e\n\u003e \u003e \u003e —\n\u003e \u003e \u003e You are receiving this because you authored the thread.\n\u003e \u003e \u003e Reply to this email directly, view it on GitHub\n\u003e \u003e \u003e \u003chttps://github.com/geany/geany/issues/1369#issuecomment-273211010\u003e,\n\u003e or\n\u003e \u003e mute\n\u003e \u003e \u003e the thread\n\u003e \u003e \u003e \u003chttps://github.com/notifications/unsubscribe-auth/AX_e-78iBu-iXulK-\n\u003e \u003e I6nRY3IXY5Nip5uks5rTOVvgaJpZM4Ll0cq\u003e\n\u003e \u003e \u003e .\n\u003e \u003e\n\u003e \u003e \u003e\n\u003e \u003e\n\u003e \u003e —\n\u003e \u003e You are receiving this because you are subscribed to this thread.\n\u003e \u003e Reply to this email directly, view it on GitHub\n\u003e \u003e \u003chttps://github.com/geany/geany/issues/1369#issuecomment-273213372\u003e, or\n\u003e mute\n\u003e \u003e the thread\n\u003e \u003e \u003chttps://github.com/notifications/unsubscribe-auth/\n\u003e AAxgTSVc2suY8jijKcnXlszUItcV6lKwks5rTOctgaJpZM4Ll0cq\u003e\n\u003e \u003e .\n\u003e\n\u003e \u003e\n\u003e\n\u003e —\n\u003e You are receiving this because you authored the thread.\n\u003e Reply to this email directly, view it on GitHub\n\u003e \u003chttps://github.com/geany/geany/issues/1369#issuecomment-273334353\u003e, or mute\n\u003e the thread\n\u003e \u003chttps://github.com/notifications/unsubscribe-auth/AX_e-1_nEn81avMiImcpPabT2XWH6eAvks5rTU5qgaJpZM4Ll0cq\u003e\n\u003e .\n\u003e\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1369#issuecomment-273523874"}}}</script>