Latest code (v 57.0)

  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    I'm back and trying to compile the latest code I've had three errors the common too many initializers, undeclared indentifiers and this:
    1>src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
    1> md5.c
    1> main.c
    1>src\main.c(37): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
    I'm compiling in Visual studio and debugging.
    When I try to release it can't open any of the .h files.
  • me4502
    4th Sep 2011 Member 0 Permalink
    @PizzaPlatypus (View Post)
    it now requires a few extra libraries... namely pthread
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    @me4502 (View Post)
    Where do I get them
  • jenn4
    4th Sep 2011 Member 0 Permalink
    powdertoy.co.uk/Discussions/Thread/View.html?Thread=3608

    try this thread. I dont know will it help, but.

    And if you have free time. Could you update win setup page on wiki. It dont now work.
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    Thanks it's got rid of the regex error but I still need to get pthread where can I get it.
    Also It didn't get rid of the other errors but that might be because I don't have pthread and it might not matter when I've finished anyway so where can I get pthread?
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    That got rid of the pthread error here are the other errors copied:
    http://pastebin.com/K0NCHCZY
  • me4502
    4th Sep 2011 Member 0 Permalink
    @PizzaPlatypus (View Post)
    you arent doing the includes direcory properly

    use code::blocks, its easier
  • PizzaPlatypus
    4th Sep 2011 Member 0 Permalink
    @me4502 (View Post)
    I've tried I don't find it easier, what have I done wrong with the includes? I've done what the wiki says for it so what's wrong.
  • jenn4
    4th Sep 2011 Member 0 Permalink
    wiki is somehow wrong. Actually whole win32 setup sucks.