Page 6 of 6

Re: Game Editor Source Code

PostPosted: Sat Aug 22, 2009 1:29 am
by makslane
Are you using the the 3.301 version of the RakNet? (I haven't tested in other version)

Re: Game Editor Source Code

PostPosted: Sat Aug 22, 2009 3:30 pm
by eilios
No, the 3.301 version of RakNet is not available on their site.

Re: Game Editor Source Code

PostPosted: Sat Aug 22, 2009 10:13 pm
by makslane
You are welcome to make the changes in the code to make it compatibles with the last RakNet version :-)

Re: Game Editor Source Code

PostPosted: Fri Nov 18, 2011 4:27 pm
by jaychant
Hello there, haven't looked much at Game Editor in years! Well, I think it's fantastic that it's now open source! Makes me much more interested in using it!

So how's the dual license model been working so far, out of curiosity?

Re: Game Editor Source Code

PostPosted: Mon Sep 10, 2012 12:20 pm
by Lacotemale
Out of pure curiousity I started exploring the source today!

However I came across this error:

../module/stdClib/src/stdio.c: In function ‘eic_fopen’:
../module/stdClib/src/stdio.c:1085:12: error: ‘FILE_INFO’ has no member named ‘buffer’
../module/stdClib/src/stdio.c: In function ‘eic_fclose’:
../module/stdClib/src/stdio.c:1156:13: error: ‘FILE_INFO’ has no member named ‘buffer’



Note: im on 64bit Ubuntu 12.04.

Any help would be appreciated! :)

Re: Game Editor Source Code

PostPosted: Mon Sep 10, 2012 12:34 pm
by Lacotemale
Ok the first one relates to this: (line 1085 of stdClib/src/stdio.c):

Code: Select all
book2[i].buffer = NULL;


Next one is this: (line 1156 of stdClib/src/stdio.c):

Code: Select all
if(book2[i].buffer) free(book2[i].buffer);

Re: Game Editor Source Code

PostPosted: Mon Nov 19, 2012 11:19 am
by jaychant
Did you ever figure out a fix for that, Lacotemale? I have the same error trying to compile Game Editor under Trisquel GNU/Linux 5.5, which is based on Ubuntu 11.10.

Re: Game Editor Source Code

PostPosted: Sat Jan 19, 2013 5:16 pm
by Lacotemale
Nope, I gave up on compiling it. :D