Jump to content
  • 0
Sign in to follow this  
Mumbles

Compiling Error

Question

Not really sure what's going on in there, but I got this error while compiling in Linux.

 

make[1]: Leaving directory `/root/Desktop/Hercules/src/char'make[1]: Entering directory `/root/Desktop/Hercules/src/map'	    MKDIR   obj_sql	    CC	  map.c	    CC	  chrif.c	    CC	  clif.c	    CC	  pc.c	    CC	  status.c	    CC	  npc.c	    CC	  npc_chat.c	    CC	  chat.c	    CC	  path.c	    CC	  itemdb.c	    CC	  mob.c	    CC	  script.c	    CC	  storage.c	    CC	  skill.cskill.c:1: error: stray â357â in programskill.c:1: error: stray â273â in programskill.c:1: error: stray â277â in programmake[1]: *** [obj_sql/skill.o] Error 1make[1]: Leaving directory `/root/Desktop/Hercules/src/map'make: *** [map_sql] Error 2

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I'm not too sure how to do it on linux, but I would transfer the skill.c file to my windows through winscp. And then open with notepad++. 

 

Then encoding>>encode in ANSI

 

then save the file, and transfer back.

 

until then probably wait until the devs fix the problem

Share this post


Link to post
Share on other sites
  • 0

wooo a char encoding issue due to no reason i'm aware of, i'll ask our staff whos experienced at this kind of issue to take a look

Share this post


Link to post
Share on other sites
  • 0

usually thats' do to the encoding of the file. I believe it has to be ANSI

 

How would I go about fixing it? .-.

If it's useful information to anyone, I'm running CentOS5 lol.

 

Edit: Also, this is basically whatever I cloned from Github.

Share this post


Link to post
Share on other sites
  • 0

I'm not too sure how to do it on linux, but I would transfer the skill.c file to my windows through winscp. And then open with notepad++. 

 

Then encoding>>encode in ANSI

 

then save the file, and transfer back.

 

until then probably wait until the devs fix the problem

 

Thanks Judas; I was able to compile successfully after doing that.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.