The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15535 
====================================================================== 
Reported By:                herc4mac
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15535
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-04-26 00:00 CEST
Last Modified:              2015-04-26 00:00 CEST
====================================================================== 
Summary:                    running make in a directory named test fails for
open object rexx
Description: 
see summary

fails only on OS X

running make 
received ...
fatal error: 'config.h' file not found
# include "config.h"

reproducible when building open object rexx



Steps to Reproduce: 
created 
/opt

/opt/ooRexx.svn 

created /opt/test 
cd /opt/test

cmake ../ooRexx.svn

make

received the message

fatal error: 'config.h' file not found
# include "config.h"


Additional Information: 
found first on make 3.2.1

cmake adds a flag with -F/opt instead of -I/opt/test
-F is the flag for Frameworks IIRC

does not happen for Hercules ( the IBM s370/s390/zARCH ) emulator

it could be a problem with CMakelists.txt,
I would like anyway some suggestion on how to debug the problem
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-04-26 00:00 herc4mac       New Issue                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to