1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Make compilation having weird behavior |
From: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 10 Jun 2021 12:29:20 +0000 |
Greetings, all
I am having trouble with the compilation of an IOC im editing: it uses modules which generate path conflicts in the form of the error: Definition of MODULE conflicts with OTHER_MODULE support. In this application a RELEASE file defines
MODULE = /usr/local/path/to/module
but OTHER_MODULE at /usr/local/path/to/other/module defines
MODULE = /usr/local/yet/a/different/pathThe weird thing is, if i do the following steps: 1 - make clean and make uninstall 2 - go to configure/CONFIG_SITE and set CHECK_RELEASE = WARN 3 - Go back to /TOP and compile via make 4 - Wait for the IOC to compile (this time it wont generate any error) 5 - back to /TOP, make clean and make uninstall 6 - back to configure/CONFIG_SITE set CHECK_RELEASE = YES 7 - Back to /TOP, compile via make This last time, it will compile without generating any errors. Shouldn't it generate the same errors as before since CHECK_RELEASE is set to YES? Am i missing something? Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente. Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately. |