Zhoutall / stasis

Automatically exported from code.google.com/p/stasis
Other
0 stars 0 forks source link

Creating Xcode Project for Stasis #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Here are some glitches in transforming it into an XCode project.
There are some non-optional failures, with no obvious fixes. 

========

masood-mortazavis-macbook-pro:Stasis masood$ cmake -G XCode
CMake Error: Could not create named generator XCode
masood-mortazavis-macbook-pro:Stasis masood$ cmake -G Xcode
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler using: Xcode
-- Check for working C compiler using: Xcode -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler using: Xcode
-- Check for working CXX compiler using: Xcode -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found FLEX: /usr/bin/flex (found version "2.5.35")
-- Found BISON: /usr/bin/bison (found version "2.3")
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- doxygen not found; documentation will not be built
-- libconfuse not found; sample application 'libdfa' will not be built
-- fuse not found; sample application 'stasis_fuse' will not be built
-- Looking for sync_file_range
-- Looking for sync_file_range - not found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for tdestroy
-- Looking for tdestroy - not found
-- dbug not found. proceeding with normal build
-- Looking for powl
-- Looking for powl - found
-- Performing Test HAVE_O_DIRECT
-- Performing Test HAVE_O_DIRECT - Failed
-- Performing Test HAVE_ALLOCA_H
-- Performing Test HAVE_ALLOCA_H - Success
-- Performing Test HAVE_GETLINE
-- Performing Test HAVE_GETLINE - Failed
-- Performing Test HAVE_GCC_ATOMICS
-- Performing Test HAVE_GCC_ATOMICS - Success
-- Performing Test HAVE_PTHREAD_STACK_MIN
-- Performing Test HAVE_PTHREAD_STACK_MIN - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/masood/Development/Stasis

Original issue reported on code.google.com by MasoodMo...@gmail.com on 2 Jun 2011 at 7:29

GoogleCodeExporter commented 9 years ago
None of the failures (except getline) should prevent anything from getting 
built.  Cmake says that it succeeded, so it should just compile.  What happens 
if you try to build it?

Original comment by sears.ru...@gmail.com on 2 Jun 2011 at 3:31

GoogleCodeExporter commented 9 years ago
I get a number of Xcode build errors. I don't have the machine with me now. I 
will try to get a list and paste it here later tonight.

Original comment by MasoodMo...@gmail.com on 2 Jun 2011 at 6:28