LNK errors

  • abczyx123987
    6th Sep 2011 Member 0 Permalink
    @PizzaPlatypus (View Post)
    You got the exact same set of errors? (can I see a pastebin of them? and also, as a "sanity check", could I also see your misc.c? I just wanna see how you removed the inlines.)

    By the way, I just managed to successfully compile the latest TPT source without any trouble. (okay, there were a few problems with variables being declared where they weren't supposed to, and forgetting to exclude font/unpacker.c from project and such, but I got that all sorted out...)

    @pilojo (View Post)
    Hey, even the Code::Blocks tutorial is slightly out-of-date...(but I'll agree that it's less of a hassle).
  • PizzaPlatypus
    6th Sep 2011 Member 0 Permalink
    I think I've done it badly on misc.c sorry. here it is:
    http://pastebin.com/b3Dqdb5f
  • abczyx123987
    6th Sep 2011 Member 0 Permalink
    What were the errors you were getting? (surely they can't be the exact same set of errors; the inlines are all gone...)
  • pilojo
    6th Sep 2011 Member 0 Permalink
    @abczyx123987 (View Post)
    Slightly, but still better.
  • jenn4
    6th Sep 2011 Member 0 Permalink
    pilojo can you compile with code blocks
  • PizzaPlatypus
    6th Sep 2011 Member 0 Permalink
  • pilojo
    6th Sep 2011 Member 0 Permalink
    @jenn4 (View Post)
    Haven't tried recently but I have before. Will get winblows soon to compile for it though.
  • abczyx123987
    6th Sep 2011 Member 0 Permalink
    Seems you didn't actually delete font/unpacker.c (or at least unpacker.obj if you can find it)...
    ...as for the rest of the errors...

    ...?????

    Did you link in the pthread library correctly?
    And the...regex library?
  • jenn4
    6th Sep 2011 Member 0 Permalink
    @PizzaPlatypus
    I think your unpacker.obj declare too much thinks
  • PizzaPlatypus
    6th Sep 2011 Member 0 Permalink
    @abczyx123987 (View Post)
    I couldn't compile with unpacker deleted.
    Where is regex.h meant to be and where is pthread.h meant to be.