[ 
https://issues.apache.org/jira/browse/AVRO-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845539#action_12845539
 ] 

Matt Massie commented on AVRO-449:
----------------------------------

This what I find with cmake 2.4.

{code}
$ cmake ..
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Configuring done
-- Generating done
-- Build files have been written to: /workspace/avro/lang/c/cbuild
m...@localhost:/workspace/avro/lang/c/cbuild (cmake *)$ make
Scanning dependencies of target avro-shared
[  2%] Building C object src/CMakeFiles/avro-shared.dir/datafile.o
gcc: no input files
/bin/sh: -W: command not found
make[2]: *** [src/CMakeFiles/avro-shared.dir/datafile.o] Error 127
make[1]: *** [src/CMakeFiles/avro-shared.dir/all] Error 2
make: *** [all] Error 2
{code}

> CMake-based build system for Avro/C
> -----------------------------------
>
>                 Key: AVRO-449
>                 URL: https://issues.apache.org/jira/browse/AVRO-449
>             Project: Avro
>          Issue Type: New Feature
>          Components: c
>    Affects Versions: 1.3.0
>            Reporter: Bruce Mitchener
>            Assignee: Bruce Mitchener
>         Attachments: avro_cmake.diff
>
>
> I am working on a CMake-based build system for Avro/C.  This has these 
> advantages over the current autoconf build system:
>  * Easier to get features like universal binaries correct.
>  * Works on Windows to make it easier to work on a Windows port of Avro/C.
>  * Lets us generate project files for Visual Studio and XCode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to