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
Share on other sites

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.