Compiling latest 43 source from github?

  • jakester12345
    24th Oct 2010 Member 0 Permalink
    Hey everyone I downloaded the latest source from github and set it up in visual studio the same way I set up my 42 project and it says that it can't find update.h or defines.h or md5.h or misc.h or air.h and there are heaps of other errors with something to do with winsock.h. My question is is there a different config I have to setup for the latest 43 source from github??
  • Xenocide
    24th Oct 2010 Former Staff 0 Permalink
    *guess*
    Put <source>/includes into the dialogue where you set SDL.lib
  • jakester12345
    24th Oct 2010 Member 0 Permalink
    okay
  • boxmein
    24th Oct 2010 Former Staff 0 Permalink
    @Jakester Replace the <source> with the actual path to the folder
  • BLISax
    24th Oct 2010 Member 0 Permalink
    i get weird errors
    fatal error C1083: Cannot open include file: 'SDL/SDL.h': No such file or directory
    fatal error C1083: Cannot open include file: 'bzlib.h': No such file or directory
    ???
  • Xenocide
    24th Oct 2010 Former Staff 0 Permalink
    exactly what it says, it can't find it.
    Check your include paths and check the files exist.
  • BLISax
    24th Oct 2010 Member 0 Permalink
    found that problem but mow i get a new error
    1>LINK : fatal error LNK1104: cannot open file '<source>SDL.lib'
  • pilojo
    24th Oct 2010 Member 0 Permalink
    BLISax
    seriously???? <source> = C:\users\Pilon\downloads\tpt source\libraries\sdl.lib. That's my case. Yours will replace from "Pilon" forward.
  • Xenocide
    24th Oct 2010 Former Staff 0 Permalink
    pilojo:
    Yours will replace from "Pilon" forward.

    Unless he's on XP then C:\ forward :P

    BLISax
    Read the wiki...
  • pilojo
    24th Oct 2010 Member 0 Permalink
    antb
    Still, Its just an example. He's putting <Source>sdl.lib. Not his full location.