As an aside, I have built successfully on Ubuntu 10.10 and 12.04.

-- Rob

On 24 October 2012 16:49, Rob Godfrey <rob.j.godf...@gmail.com> wrote:
> [rob@seelachs ~]$ cmake -version
> cmake version 2.6-patch 4
>
>
> On 24 October 2012 16:39, Ken Giusti <kgiu...@redhat.com> wrote:
>>
>>
>> cmake version 2.6-patch 4
>>
>> -K
>>
>> ----- Original Message -----
>>> I think this may be related to the cmake version. Can you guys run
>>> cmake
>>> -version and tell me what it reports?
>>>
>>> On Wed, Oct 24, 2012 at 10:17 AM, Rob Godfrey
>>> <rob.j.godf...@gmail.com>wrote:
>>>
>>> > I get the same error on CentOS 6.3:
>>> >
>>> > [rob@seelachs build]$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
>>> > -- The C compiler identification is GNU
>>> > -- Check for working C compiler: /usr/bin/gcc
>>> > -- Check for working C compiler: /usr/bin/gcc -- works
>>> > -- Detecting C compiler ABI info
>>> > -- Detecting C compiler ABI info - done
>>> > -- Found OpenSSL: /usr/lib/libssl.so
>>> > -- Found PythonLibs: /usr/lib/python2.6/config/libpython2.6.so
>>> > -- Found PythonInterp: /usr/bin/python2.6
>>> > CMake Error at bindings/python/CMakeLists.txt:29 (install):
>>> >   install DIRECTORY given unknown argument "OPTIONAL".
>>> >
>>> >
>>> > -- Could NOT find Doxygen  (missing:  DOXYGEN_EXECUTABLE)
>>> > -- Configuring incomplete, errors occurred!
>>> > [rob@seelachs build]$ more /etc/redhat-release
>>> > CentOS release 6.3 (Final)
>>> >
>>> >
>>> > On 24 October 2012 16:05, Ken Giusti <kgiu...@redhat.com> wrote:
>>> > > cmake fails on clean Centos5 machine:
>>> > >
>>> > > [kgiusti@centos5 build]$ cmake
>>> > -DCMAKE_INSTALL_PREFIX=/home/kgiusti/proton/insta
>>> > > ll ..
>>> > > -- The C compiler identification is GNU
>>> > > -- Check for working C compiler: /usr/bin/gcc
>>> > > -- Check for working C compiler: /usr/bin/gcc -- works
>>> > > -- Detecting C compiler ABI info
>>> > > -- Detecting C compiler ABI info - done
>>> > > -- Found OpenSSL: /usr/lib64/libssl.so
>>> > > -- Found PythonLibs: /usr/lib64/python2.4/config/libpython2.4.a
>>> > > -- Found PythonInterp: /usr/bin/python2.4
>>> > > -- Found Doxygen: /usr/bin/doxygen
>>> > > CMake Error at docs/api/CMakeLists.txt:28 (install):
>>> > >   install DIRECTORY given unknown argument "OPTIONAL".
>>> > >
>>> > >
>>> > > -- Configuring incomplete, errors occurred!
>>> > > [kgiusti@centos5 build]$
>>> > >
>>> > >
>>> > > -K
>>> > >
>>> > > ----- Original Message -----
>>> > >> I've uploaded another release candidate here:
>>> > >>
>>> > >>   http://people.apache.org/~rhs/qpid-proton-0.1rc2/
>>> > >>
>>> > >> The following fixes were made:
>>> > >>
>>> > >>   1. the install step should now work without the documentation
>>> > >>   2. the README has a note about root privileges
>>> > >>   3. the tarball names/directory match
>>> > >>   4. added some missing type mappings to the python binding
>>> > >>   5. added the maven magic to update the pom version
>>> > >>   6. I believe rob fixed PROTON-85 for the java code
>>> > >>
>>> > >> --Rafael
>>> > >>
>>> >
>>>

Reply via email to