Soap and editor.c errors

  • tommig
    12th Jun 2011 Member 0 Permalink
    Hi again
    this is the latest source, clean and un-edited, I'm getting errors and warnings from soap and editor.c
    http://pastebin.com/KS5TkRnC
    what do I need to do?
    thanks
    tommig
  • Klotzstein
    12th Jun 2011 Member 0 Permalink
    do you got teamview?
  • tommig
    12th Jun 2011 Member 0 Permalink
    sorry! That doesn't make to much sense to me
    I'm using Visual Studio on Windows7
  • cctvdude99
    12th Jun 2011 Member 0 Permalink
    @tommig
    Are you compiling the latest source (I think soap.c errors were fixed)? Also, I think editor.c isn't necessary as it's a font file or something... I can't remember.

    /me waits for someone more experienced to come...
  • Pilihp64
    12th Jun 2011 Developer 0 Permalink
    remove editor.c and packer.c from the project, those are for the font editor that visual studio adds automatically.
    As for soap.c , you can just update your source as it has the fix. (moving "float ax,ay" a few lines)
  • tommig
    12th Jun 2011 Member 0 Permalink
    I downloaded the source last night, right after Simon updated it.
  • Pilihp64
    12th Jun 2011 Developer 0 Permalink
    was updated an hour ago, thats why i said update. (or you could just check github)
  • tommig
    12th Jun 2011 Member 0 Permalink
    ok, thanks I'll update it then

    Edit:
    that only leaves "1>src\main.c(37): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory" left to solve