GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » Cmake end with an error message.
Re: Cmake end with an error message. [message #5528 is a reply to message #5527] Thu, 29 November 2007 13:17 Go to previous messageGo to previous message
Florian Uhlig is currently offline  Florian Uhlig
Messages: 424
Registered: May 2007
first-grade participant
From: *gsi.de
Hi Andrey

Obviously it happens inside the WriteConfigFile.cmake module, namely when UNIQUE macro is called. If I correctly understood this macro should exclude the repeating entries from the search path, isn't it? Probably something wrong with the pattern in the regular expression inside foreach loop.

Also its look like that there is a typo in the line number 75 in the WriteConfigFile.cmake, namely:
SET (PATH ${ROOTSYS}/bin ${PATH})
I think it should be
SET (PATH ${ROOTSYS}/bin:${PATH})

I think it really happens in the UNIQUE macro, i think the reason is the

/home/kph/sokolov/gea nt4/bin/Linux-g++

in your $PATH. This is not correctly interpreted with the regular
expression. The SET command is correct.

Can you please try to exclude the directory from your PATH before runing cmake and please report if it is running.

Ciao

Florian
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: simulation does not work with G4 for ROOT files with geometry
Next Topic: Bug in Drc
Goto Forum:
  


Current Time: Sat Apr 20 05:20:16 CEST 2024

Total time taken to generate the page: 0.01155 seconds