Issue Information
-
#008600
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (0)No (0)
I think makefiles.in call
MAP_C : channel.c
MAP_H : channel.h
bug
MAP_C : channel.c
MAP_H : channel.h
bug
Doesnt happen with me, but the screen stats that your MakwFile.in have date of the future, maybe you copied repo from your PC to Linux??
Any way to reproduce??
Any way to reproduce??
changed status to: Unable To Reproduce
yes, i copied repo from PC to Linux.
Edited by Thunderbolt, 31 March 2015 - 01:45 PM.
Then it's not a bug. Copying files from Windows to Linux will corrupt them.
You can run the following command to try and fix them (from the directory where you have your Hercules files):
The recommended way to run Hercules on linux is to checkout the repository on linux (or any other UNIX system) through a git client.
You can run the following command to try and fix them (from the directory where you have your Hercules files):
find . -type f -exec touch '{}' \;This will change the modification date of all files to the current timestamp. But there might still be issues with the line endings and/or executable bits, so your mileage may vary.
The recommended way to run Hercules on linux is to checkout the repository on linux (or any other UNIX system) through a git client.
changed status to: Working as Intended