Issue information

Issue ID
#8600
Status
Working as Intended
Severity
None
Started
Thunderbolt
Mar 31, 2015 7:00
Last Post
Haru
Mar 31, 2015 19:10
Confirmation
N/A

Thunderbolt - Mar 31, 2015 7:00

i use command ./configure

make clean
make sql

on linux server



Make files infinity loop

[url=http://www.uppic.org/share-D46E_551A4612.html][img]http://www.uppic.org/image-D46E_551A4612.jpg[/img][/url]

Thunderbolt - Mar 31, 2015 10:03

I think makefiles.in call

MAP_C : channel.c
MAP_H : channel.h

bug

Dastgir - Mar 31, 2015 11:18

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??

Thunderbolt - Mar 31, 2015 13:11

yes, i [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]copied repo from PC to Linux.[/size][/font][/color]

This post has been edited by Thunderbolt on Mar 31, 2015 13:45

Haru - Mar 31, 2015 19:10

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):[code=auto:0] find . -type f -exec touch '{}' \; [/code]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.