Create CINT Error in GENIE MC installation#5
Open
zaidiphysics wants to merge 1 commit into
Open
Conversation
Please help me out
***** Building GENIE from source tree at: /home/farhana/soft/Genie
***** The source tree corresponds to GENIE version 2.12.4
** Creating GENIE lib and bin directories...
cd /home/farhana/soft/Genie && \
[ -d bin ] || mkdir bin && chmod 755 bin && \
[ -d lib ] || mkdir lib && chmod 755 lib;
** Taking a snapshot of the build environment...
perl /home/farhana/soft/Genie/src/scripts/setup/genie-build-env-snapshot
** Adding automatically generated code...
perl /home/farhana/soft/Genie/src/scripts/setup/genie-write-gbuild
perl /home/farhana/soft/Genie/src/scripts/setup/genie-write-gversion
** Building base-framework...
cd /home/farhana/soft/Genie/src && \
cd Algorithm && make && cd .. && \
cd Messenger && make && cd .. && \
cd Registry && make && \
cd /home/farhana/soft/Genie
make[1]: Entering directory '/home/farhana/soft/Genie/src/Algorithm'
rm -f _ROOT_DICT_Algorithm.*
[package: Algorithm] Generating ROOT dictionary ...
rootcint -f _ROOT_DICT_Algorithm.cc -c -I/usr/include/libxml2 -I/usr/include -I/usr/include/root -I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/ AlgId.h AlgConfigPool.h AlgFactory.h Algorithm.h LinkDef.h
#error "You need a ISO C conforming compiler to use the glibc headers"
Error: Missing one of '
\/' expected at or after line 97.
Error: Unexpected end of file (G__fgetstream():2) /usr/include/sys/cdefs.h:436:
Error: Symbol extern"C"{#define __need_size_t#define __need_NULL#include<stddef is not defined in current scope /usr/include/stdio.h:44:
Error: Failed to evaluate extern"C"{#define __need_size_t#define __need_NULL#include<stddef.h>#include<bits/types
Error: Failed to evaluate extern"C"{#define __need_size_t#define __need_NULL#include<stddef.h>#include<bits/types.h>#define __need_FILE#define __need___FILE#endif#if!defined __FILE_defined&&defined __need_FILE struct _IO_FILE
Error: Symbol __BEGIN_NAMESPACE_STD typedef struct _IO_FILE FILE is not defined in current scope /usr/include/stdio.h:48:
Error: Missing one of '{' expected at or after line 90.
Error: Unexpected end of file (G__fignorestream():3) /usr/include/stdio.h:947:
Error: Missing one of '{' expected at or after line 517.
Error: Unexpected end of file (G__fignorestream():3) /usr/include/string.h:646:
Error: Symbol div_t is not defined in current scope /usr/include/stdlib.h:101:
Error: Symbol lldiv_t is not defined in current scope /usr/include/stdlib.h:121:
Error: Missing one of '{' expected at or after line 466.
Error: Unexpected end of file (G__fignorestream():3) /usr/include/stdlib.h:970:
Error: Missing whitespace at or after line 490.
Error: Unexpected end of file (G__fgetspace():2) /usr/include/math.h:493:
Report: Unrecognized string '__END_DECLS' ignored /usr/include/math.h:494:
Error: Missing one of '{' expected at or after line 69.
Error: Unexpected end of file (G__fignorestream():3) /usr/include/assert.h:120:
Warning: Error occurred during reading source files
Warning: Error occurred during dictionary source generation
!!!Removing _ROOT_DICT_Algorithm.cc _ROOT_DICT_Algorithm.h !!!
Error: rootcint: error loading headers...
/home/farhana/soft/Genie/src/make/Make.std-package-targets:48: recipe for target '_ROOT_DICT_Algorithm.cc' failed
make[1]: *** [_ROOT_DICT_Algorithm.cc] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Algorithm'
Makefile:64: recipe for target 'base-framework' failed
make: *** [base-framework] Error 2
Owner
|
@zaidiphysics , can u check this PR again, may be raised by mistake to this branch |
Author
|
Dear S. Kumar,
Good morning. Actually I am new to github and do not
understand how to post my question there. I have removed my post from there
but please help me out for my problem regarding GENIE installation, if you
have an idea.
I got the following problem while making GENIE monte carlo:
[farhana@localhost Genie]$ make
***** Building GENIE from source tree at: /home/farhana/soft/Genie
***** The source tree corresponds to GENIE version 2.10.0
** Creating GENIE lib and bin directories...
cd /home/farhana/soft/Genie; \
[ -d bin ] || mkdir bin; chmod 755 bin;\
[ -d lib ] || mkdir lib; chmod 755 lib;
** Taking a snapshot of the build environment...
perl /home/farhana/soft/Genie/src/scripts/setup/genie-build-env-snapshot
** Adding automatically generated code...
perl /home/farhana/soft/Genie/src/scripts/setup/genie-write-gbuild
perl /home/farhana/soft/Genie/src/scripts/setup/genie-write-gversion
svn: E155007: '/home/farhana/soft/Genie' is not a working copy
** Building base-framework...
cd /home/farhana/soft/Genie/src;\
cd Algorithm; make; cd ..; \
cd Messenger; make; cd ..; \
cd Registry; make; \
cd /home/farhana/soft/Genie
make[1]: Entering directory '/home/farhana/soft/Genie/src/Algorithm'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
AlgId.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
AlgConfigPool.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
AlgFactory.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
Algorithm.cxx
rm -f _ROOT_DICT_Algorithm.*
[package: Algorithm] Generating ROOT dictionary ...
rootcint -f _ROOT_DICT_Algorithm.cc -c -I/usr/include/root
-I/usr/include/libxml2 -I/usr/include -I/home/farhana/soft/lhapdf/include/
-I/home/farhana/soft/Genie/src/ AlgId.h AlgConfigPool.h AlgFactory.h
Algorithm.h LinkDef.h
#error "You need a ISO C conforming compiler to use the glibc headers"
Error: Missing one of '
\/' expected at or after line 97.
Error: Unexpected end of file (G__fgetstream():2)
/usr/include/sys/cdefs.h:436:
Error: Symbol extern"C"{#define __need_size_t#define
__need_NULL#include<stddef is not defined in current scope
/usr/include/stdio.h:44:
Error: Failed to evaluate extern"C"{#define __need_size_t#define
__need_NULL#include<stddef.h>#include<bits/types
Error: Failed to evaluate extern"C"{#define __need_size_t#define
__need_NULL#include<stddef.h>#include<bits/types.h>#define
__need_FILE#define __need___FILE#endif#if!defined __FILE_defined&&defined
__need_FILE struct _IO_FILE
Error: Symbol __BEGIN_NAMESPACE_STD typedef struct _IO_FILE FILE is not
defined in current scope /usr/include/stdio.h:48:
Error: Missing one of '{' expected at or after line 90.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/stdio.h:947:
Error: Missing one of '{' expected at or after line 517.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/string.h:646:
Error: Symbol div_t is not defined in current scope
/usr/include/stdlib.h:101:
Error: Symbol lldiv_t is not defined in current scope
/usr/include/stdlib.h:121:
Error: Missing one of '{' expected at or after line 466.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/stdlib.h:970:
Error: Missing whitespace at or after line 490.
Error: Unexpected end of file (G__fgetspace():2) /usr/include/math.h:493:
Report: Unrecognized string '__END_DECLS' ignored /usr/include/math.h:494:
Error: Missing one of '{' expected at or after line 69.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/assert.h:120:
Warning: Error occurred during reading source files
Warning: Error occurred during dictionary source generation
!!!Removing _ROOT_DICT_Algorithm.cc _ROOT_DICT_Algorithm.h !!!
Error: rootcint: error loading headers...
/home/farhana/soft/Genie/src/make/Make.std-package-targets:36: recipe for
target '_ROOT_DICT_Algorithm.cc' failed
make[1]: *** [_ROOT_DICT_Algorithm.cc] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Algorithm'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Messenger'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
Messenger.cxx
In file included from Messenger.cxx:45:0:
/home/farhana/soft/Genie/src/Utils/PrintUtils.h:24:22: fatal error:
TVector3.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'Messenger.o' failed
make[1]: *** [Messenger.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Messenger'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Registry'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
RegistryItemTypeDef.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
RegistryItem.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
Registry.cxx
rm -f _ROOT_DICT_Registry.*
[package: Registry] Generating ROOT dictionary ...
rootcint -f _ROOT_DICT_Registry.cc -c -I/usr/include/root
-I/usr/include/libxml2 -I/usr/include -I/home/farhana/soft/lhapdf/include/
-I/home/farhana/soft/Genie/src/ RegistryItemTypeDef.h RegistryItem.h
Registry.h LinkDef.h
#error "You need a ISO C conforming compiler to use the glibc headers"
Error: Missing one of '
\/' expected at or after line 97.
Error: Unexpected end of file (G__fgetstream():2)
/usr/include/sys/cdefs.h:436:
Error: Symbol extern"C"{#define __need_size_t#define
__need_NULL#include<stddef is not defined in current scope
/usr/include/stdio.h:44:
Error: Failed to evaluate extern"C"{#define __need_size_t#define
__need_NULL#include<stddef.h>#include<bits/types
Error: Failed to evaluate extern"C"{#define __need_size_t#define
__need_NULL#include<stddef.h>#include<bits/types.h>#define
__need_FILE#define __need___FILE#endif#if!defined __FILE_defined&&defined
__need_FILE struct _IO_FILE
Error: Symbol __BEGIN_NAMESPACE_STD typedef struct _IO_FILE FILE is not
defined in current scope /usr/include/stdio.h:48:
Error: Missing one of '{' expected at or after line 90.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/stdio.h:947:
Error: Missing one of '{' expected at or after line 517.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/string.h:646:
Error: Symbol div_t is not defined in current scope
/usr/include/stdlib.h:101:
Error: Symbol lldiv_t is not defined in current scope
/usr/include/stdlib.h:121:
Error: Missing one of '{' expected at or after line 466.
Error: Unexpected end of file (G__fignorestream():3)
/usr/include/stdlib.h:970:
Error: Missing whitespace at or after line 490.
Error: Unexpected end of file (G__fgetspace():2) /usr/include/math.h:493:
Report: Unrecognized string '__END_DECLS' ignored /usr/include/math.h:494:
Warning: Error occurred during reading source files
Warning: Error occurred during dictionary source generation
!!!Removing _ROOT_DICT_Registry.cc _ROOT_DICT_Registry.h !!!
Error: rootcint: error loading headers...
/home/farhana/soft/Genie/src/make/Make.std-package-targets:36: recipe for
target '_ROOT_DICT_Registry.cc' failed
make[1]: *** [_ROOT_DICT_Registry.cc] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Registry'
** Building utility libraries...
cd /home/farhana/soft/Genie/src;\
cd Numerical; make; cd ..; \
cd CrossSections; make; cd ..; \
cd PDG; make; cd ..; \
cd Utils; make; \
cd /home/farhana/soft/Genie
make[1]: Entering directory '/home/farhana/soft/Genie/src/Numerical'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
BLI2D.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
RandomGen.cxx
RandomGen.cxx:22:22: fatal error: TPythia6.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'RandomGen.o' failed
make[1]: *** [RandomGen.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Numerical'
make[1]: Entering directory '/home/farhana/soft/Genie/src/CrossSections'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
IMDXSec.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from /home/farhana/soft/Genie/src/Base/XSecAlgorithmI.h:24,
from
/home/farhana/soft/Genie/src/Base/XSecIntegratorI.h:23,
from
/home/farhana/soft/Genie/src/CrossSections/IMDXSec.h:22,
from IMDXSec.cxx:27:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'IMDXSec.o' failed
make[1]: *** [IMDXSec.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/CrossSections'
make[1]: Entering directory '/home/farhana/soft/Genie/src/PDG'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
PDGLibrary.cxx
In file included from PDGLibrary.cxx:24:0:
/home/farhana/soft/Genie/src/PDG/PDGLibrary.h:22:26: fatal error:
TDatabasePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'PDGLibrary.o' failed
make[1]: *** [PDGLibrary.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/PDG'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Utils'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
RunOpt.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
Cache.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
CacheBranchFx.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
GUIUtils.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
XmlParserUtils.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
T2KEvGenMetaData.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
GSLUtils.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NaturalIsotopes.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
StringUtils.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
CacheBranchNtp.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
XSecSplineList.cxx
XSecSplineList.cxx:51:28: fatal error: TLorentzVector.h: No such file or
directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'XSecSplineList.o' failed
make[1]: *** [XSecSplineList.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Utils'
** Building evgen-framework...
cd /home/farhana/soft/Genie/src;\
cd BaryonResonance; make; cd ..; \
cd Base; make; cd ..; \
cd EVGCore; make; cd ..; \
cd EVGDrivers; make; cd ..; \
cd Interaction; make; cd ..; \
cd GHEP; make; cd ..; \
cd Ntuple; make;
make[1]: Entering directory '/home/farhana/soft/Genie/src/BaryonResonance'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
BaryonResList.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
BaryonResUtils.cxx
In file included from BaryonResUtils.cxx:39:0:
/home/farhana/soft/Genie/src/PDG/PDGLibrary.h:22:26: fatal error:
TDatabasePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'BaryonResUtils.o' failed
make[1]: *** [BaryonResUtils.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/BaryonResonance'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Base'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
DISStructureFunc.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from
/home/farhana/soft/Genie/src/Base/DISStructureFuncModelI.h:25,
from
/home/farhana/soft/Genie/src/Base/DISStructureFunc.h:30,
from DISStructureFunc.cxx:19:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'DISStructureFunc.o' failed
make[1]: *** [DISStructureFunc.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Base'
make[1]: Entering directory '/home/farhana/soft/Genie/src/EVGCore'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
RunningThreadInfo.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
InteractionGeneratorMap.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from
/home/farhana/soft/Genie/src/EVGCore/InteractionGeneratorMap.h:29,
from InteractionGeneratorMap.cxx:23:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'InteractionGeneratorMap.o' failed
make[1]: *** [InteractionGeneratorMap.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/EVGCore'
make[1]: Entering directory '/home/farhana/soft/Genie/src/EVGDrivers'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
GEVGDriver.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from /home/farhana/soft/Genie/src/Base/XSecAlgorithmI.h:24,
from GEVGDriver.cxx:55:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'GEVGDriver.o' failed
make[1]: *** [GEVGDriver.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/EVGDrivers'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Interaction'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
Interaction.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from Interaction.cxx:65:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'Interaction.o' failed
make[1]: *** [Interaction.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Interaction'
make[1]: Entering directory '/home/farhana/soft/Genie/src/GHEP'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
GHepVirtualList.cxx
GHepVirtualList.cxx:20:28: fatal error: TLorentzVector.h: No such file or
directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'GHepVirtualList.o' failed
make[1]: *** [GHepVirtualList.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/GHEP'
make[1]: Entering directory '/home/farhana/soft/Genie/src/Ntuple'
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NtpMCJobEnv.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NtpMCRecordI.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NtpMCJobConfig.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NtpMCDTime.cxx
g++ -c -Wall -fPIC -O2 -Wno-strict-aliasing -ffriend-injection
-I/usr/include/root -I/usr/include/libxml2 -I/usr/include
-I/home/farhana/soft/lhapdf/include/ -I/home/farhana/soft/Genie/src/
NtpWriter.cxx
In file included from
/home/farhana/soft/Genie/src/Interaction/Interaction.h:31:0,
from /home/farhana/soft/Genie/src/GHEP/GHepRecord.h:30,
from /home/farhana/soft/Genie/src/EVGCore/EventRecord.h:27,
from NtpWriter.cxx:33:
/home/farhana/soft/Genie/src/Interaction/InitialState.h:25:26: fatal error:
TParticlePDG.h: No such file or directory
compilation terminated.
/home/farhana/soft/Genie/src/make/Make.include:452: recipe for target
'NtpWriter.o' failed
make[1]: *** [NtpWriter.o] Error 1
make[1]: Leaving directory '/home/farhana/soft/Genie/src/Ntuple'
Makefile:115: recipe for target 'evgen-framework' failed
make: *** [evgen-framework] Error 2
Regards,
Farhana Zaidi
Department of Physics
Aligarh Muslim University
Aligarh, 202002, India
…On Thu, Apr 12, 2018 at 2:10 PM, sushanthakumar ***@***.***> wrote:
@zaidiphysics <https://github.com/zaidiphysics> , can u check this PR
again, may be raised by mistake to this branch
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMItHRBXmwB7miSXdpA6h0OLx1Olvd7hks5tnxL-gaJpZM4TP2m0>
.
|
Owner
|
This project is about provisioning networking for kubernetes pods. It helps you to dynamically select among various network plugins installed in your eco system for the pods u create. Pls check whether this is the usecase u are having and let me know. Happy to help, thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.