Changes between Initial Version and Version 1 of Ticket #371, comment 2
- Timestamp:
- Jan 10, 2015, 10:20:09 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #371, comment 2
initial v1 1 Sorry, I have changed the line as you said and make. But the compilation error remained. 1 I have changed the line as you said and build. 2 3 When I tried to install Delphes in MadGraph, the compilation error remained. And the Delphes/Makefile was automatically changed back to the original version( i.e. the line 4 5 {{{ 6 @$(CC) $(patsubst -std=%,,$(CXXFLAGS)) -c $< $(OutPutOpt)$@ 7 }}} 8 9 changed back to 10 11 12 {{{ 13 @gcc $(CXXFLAGS) -c $< $(OutPutOpt)$@ 14 }}} 15 16 I don't know why.