Help in compiling!

rans

New member
Messages
358
Points
0
Location
Somewhere down the road
Emulator
Hi,

I am trying to recompile my server but it seems to be looping in "make" command.

i want to "make plugins" and i noticed that it takes too long and the message are just looping round and round. please help

 
I can't really detect where is the error cause it keeps on moving a lot of writings in terminal

anyway here it is.
11tszew.png


this only show when i type
make clean
and even in make plugins

 
You had bad time on files. Probably you copy from windows host.

May be fix your pc time? Not sure how better fix time in files. may be use touch tool.

 
You had bad time on files. Probably you copy from windows host.

May be fix your pc time? Not sure how better fix time in files. may be use touch tool.
my files are from other centos and had it transfer yesterday and updated too from git.

Do i need to fix the time of the vps?

 
not sure where. But it say files modification time in big future.

This mean or clock on vps in long past, or files have date time in long future

First check vps clock

 
I have check it and its correct i even change it to my time zone (+8gmt) and after it i tried running again the command but still no luck.

Solve!
It was my clock setting in my pc was not set when i was editing using winscp. i configure it again and edit the file and it runs now ! hahaha thank you
default_smile.png


 
If you not have local changes, probably simper will be remove all and clone again.

Or atleast remove src dir, and then run: git reset --hard HEAD

If you have modifications in sources probably better use some scripts.

 
Back
Top