[cmake-developers] [CMake 0015535]: running make in a directory named test fails for open object rexx
Mantis Bug Tracker
mantis at public.kitware.com
Sat Apr 25 18:00:29 EDT 2015
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
======================================================================
More information about the cmake-developers
mailing list