Search:

Type: Posts; User: ddolddolee82

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,074

    Yeah, it turns out I didn't need it after all. ...

    Yeah, it turns out I didn't need it after all.
    I removed it and no errors.
    Thanks :D
  2. Replies
    10
    Views
    2,074

    linux, how can I fix it then?

    linux, how can I fix it then?
  3. Replies
    10
    Views
    2,074

    Changing Null to 0 got rid of all casting erros. ...

    Changing Null to 0 got rid of all casting erros. ;)
    But, I still have

    gcc -c ftpclient.c
    ftpclient.c:46:21: sys/conf.h: No such file or directory
    make: *** [ftpclient.o] Error 1

    help~ ...
  4. Replies
    10
    Views
    2,074

    Do you have any idea about ftpclient.c:10:21:...

    Do you have any idea about
    ftpclient.c:10:21: sys/conf.h: No such file or directory
    message?
    cuz I do have it in my codes I don't understand why it says there is no such file.
    I am going to try...
  5. Replies
    10
    Views
    2,074

    help with error message

    I am implementing simple ftpclient and ftpserver.
    When I compile, I get the following error message, please help me to fix this.

    gcc -c ftpclient.c
    ftpclient.c:10:21: sys/conf.h: No such file...
  6. Replies
    1
    Views
    3,756

    Need help with ftp client programming

    Anyone familiar with socket programming?
    please help~!!!
    I am trying to implement very simple ftp client from this source file but when I compile it and run it I get the followings.
    ...
Results 1 to 6 of 6