#include <SDL/SDL.h>?????

  • MassacreLand
    13th Feb 2012 Member 0 Permalink
    This was originally for a different error hence the title.
    Original error fixed. ish.
    New errors below

  • Simon
    13th Feb 2012 Administrator 0 Permalink
    Is you're using Visual Studio, you need to remove files from the font folder from your project. If you are actually trying to compile the font editor, you should set SCALE to 1 or 2 in the pre processor definitions
  • MassacreLand
    13th Feb 2012 Member 0 Permalink
    @Simon (View Post)

    E:\Unknown\L\Powder\Mod\MassacreToy\Massacre Toy\includes\BSON.h1181error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'


    static TPT_INLINE void bson_swap_endian64( void *outp, const void *inp ) {
        const char *in = ( const char * )inp;
        char *out = ( char * )outp;


    That right above is the line of code. Well 3 lines lol
  • jenn4
    13th Feb 2012 Member 0 Permalink

    MassacreLand:

    @Simon (View Post)

    E:\Unknown\L\Powder\Mod\MassacreToy\Massacre Toy\includes\BSON.h1181error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'



    static TPT_INLINE void bson_swap_endian64( void *outp, const void *inp ) {
        const char *in = ( const char * )inp;
        char *out = ( char * )outp;


    That right above is the line of code. Well 3 lines lol
  • MassacreLand
    13th Feb 2012 Member 0 Permalink
    @jenn4 (View Post)

    Lol, I know. like I said. I am in a huge hurry and it is not to much code.