Search found 11 matches

by owen_a
Fri Apr 15, 2011 9:45 pm
Forum: Project Announcements
Topic: Minetest-c55
Replies: 39
Views: 37960

I've managed to compile it well under windows. With commenting out the "Jthread.lib" line in servermain.cpp and modifying a few variables it compiles. But I only get minecraft.exe in the bin folder. Shouldn't you get a server, if you want to run a dedicated server? How do you do that?
by owen_a
Thu Apr 14, 2011 7:36 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

Ok. I'm sorry for the double posting, but I just wanted to say, I've fixed the Link errors, and I've found out what the problems were. first, the errors which were conflicting about main.cpp have been modified so the names are different. Secondly, the jthread.lib line has been commented out in serve...
by owen_a
Thu Apr 14, 2011 6:15 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

Ah. Forget that last post. I've managed to compile the game successfully. After just looking at the "servermain.obj" it occured to me that servermain.cpp is the problem. I removed the file from the project, and it compiles flawlessly. Now, since we now know that servermain.cpp is already d...
by owen_a
Thu Apr 14, 2011 12:39 am
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

So could the header files be causing this problem?
by owen_a
Wed Apr 13, 2011 10:15 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

I already ave. I gave him the latest buildlog, and explained like i did in this thread. I know Celeron-55 has an account here. Should I PM him? or wait for the email I sent him? (Google Mail wise)
by owen_a
Wed Apr 13, 2011 3:10 am
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

Ok. I've finished adding in all the missing Header and Source Files. Now when I added the missing source files which weren't inside of the solution to begin with, I now have 11 errors and 8 warnings. Build Log is here: http://94.170.202.56/BuildLog.htm I don't know if you know this, but in order to ...
by owen_a
Tue Apr 12, 2011 6:58 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

I've included alot of header file (.h) to the project which where inside the project folder and wernt in the project solution. I still get the same ammount of errors and the same external errors. Time to see if there are any .cpp files which might fix the problem.
by owen_a
Tue Apr 12, 2011 6:09 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

Does this game compile fine for you? (i'm checking for any missing .cpp files now)
by owen_a
Tue Apr 12, 2011 4:06 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

I don't understand :?:
by owen_a
Tue Apr 12, 2011 2:02 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

I gave you the BuildLog though. It should be at the bottom which tells you the externals.

EDIT:you beat me to it Sylence :D
by owen_a
Tue Apr 12, 2011 9:34 am
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3485

Minetest-C55 :: fatal error LNK1120: 15 unresolved externals

Hello all. I didn't know where to post my thread, since it was about Minetest. But I hope it is ok here since this can be a general programming error as well. OK, basically I have downloaded Minetest from: http://celeron.55.lt/~celeron55/minetest/packages/win32/minetest-0.2.20110410_0-win32.zip Webs...