Jump to content

Recommended Posts

Hello guys, I got this src from here https://metin2dev.org/board/index.php?/topic/389-not-really-a-rlsvm-with-freebsd-92-src-compileable/&page=1

tried to compile the mainline_released src, changed nothing! But it still doesn't work.. For Real, can please somebody tell me how to compile this file successfully? I mean, I've changed nothing and it still fails.

some screens..

 

45.png

33.png

Link to comment
https://metin2.dev/topic/7650-released-src/
Share on other sites

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

After "gmake clean" do "gmake dep".

 

Regards,

Juppsy

Hello Juppsy,

thank you for your response. It starts to compile the file now. But I get bunch of warnings and an error at the end trying to compile the file "xmas_event.cpp"

Hope you can help me out.

Kind Regards

 

1212.png

Link to comment
https://metin2.dev/topic/7650-released-src/#findComment-47979
Share on other sites

creat a symlink to the extren folder from novaline , it does not exist in the mainline released folder

hello Night. I created a symlink in the Folder /usr/src/mainline_released/mainline_sg/Srcs - and named it Extern. The Path to the Extern Folder is

/usr/src/novaline/Srcs/Extern ... I get the same error, nothing changed... perhaps you could look at it via Teamviewer?

Link to comment
https://metin2.dev/topic/7650-released-src/#findComment-48009
Share on other sites

Try

#include <stdio.h>
 
void WriteVersion()
{
#ifndef __WIN32__
	FILE* fp = fopen("VERSION.txt", "w");
 
	if (fp)
	{
		fprintf(fp, "Verze jádra : 40250\n");
		fclose(fp);
	}
#endif
}

 

The error changed, but it still doesn't work.. any other ideas?

54.png

++ Edit:  could you please post your Makefile here? Thanks.

Edited by .Arno
Link to comment
https://metin2.dev/topic/7650-released-src/#findComment-48021
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.