Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake missing config.h.in #3

Open
you06 opened this issue Oct 15, 2019 · 1 comment
Open

cmake missing config.h.in #3

you06 opened this issue Oct 15, 2019 · 1 comment

Comments

@you06
Copy link

you06 commented Oct 15, 2019

» cmake . 
-- Searching for sqlite3.h
-- Searching for sqlite3.h - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
-- Searching for libsqlite3
-- Searching for libsqlite3 - /usr/lib/libsqlite3.dylib
-- SQLite3 version: 3.24.0
CMake Error: File /Users/mtong/workspace/cpp/sqlsmith/cmake/config.h.in does not exist.
CMake Error at CMakeLists.txt:41 (configure_file):
  configure_file Problem configuring file


-- Configuring incomplete, errors occurred!
See also "/Users/mtong/workspace/cpp/sqlsmith/CMakeFiles/CMakeOutput.log".

config.h.in was required from cmake, however it's also in git ignore file. Is this file ignored?

@pguaglia
Copy link

I have the same problem:

➜  build git:(master) cmake ..
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
PQXX NOT FOUND
-- Searching for sqlite3.h
-- Searching for sqlite3.h - /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
-- Searching for libsqlite3
-- Searching for libsqlite3 - /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libsqlite3.tbd
-- Found SQLite3: /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libsqlite3.tbd
-- SQLite3 version: 3.28.0
CMake Error: File /Users/pguaglia/git/sqlsmith/cmake/config.h.in does not exist.
CMake Error at CMakeLists.txt:41 (configure_file):
  configure_file Problem configuring file


-- Configuring incomplete, errors occurred!
See also "/Users/pguaglia/git/sqlsmith/build/CMakeFiles/CMakeOutput.log".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants