Hi Hong,

That looks like some kind of log file and might be useful later. The
information I was hoping for was what is printed in the console when you
run cmake.
For example, this is the beginning of what I see when I run cmake in a
newly created build directory:
~/RDKit_git/build/foo > cmake ../
-- The C compiler identification is AppleClang 7.0.0.7000176
-- The CXX compiler identification is AppleClang 7.0.0.7000176
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /u
  <snip>

Sorry I wasn't clear about that.

Best,
-greg



On Thu, Nov 26, 2015 at 2:24 PM, Hong Wang <[email protected]> wrote:

> Hi Greg,
> Attached is the cmake output file. Many thanks.
> Best,
> Hong
>
>
> On Thu, Nov 26, 2015 at 12:21 AM, Greg Landrum <[email protected]>
> wrote:
>
>> Hi Hong,
>>
>> I appreciate that you are trying to make the bug report compact and
>> minimal, but in this case more information is really required for us to be
>> able to diagnose the problem.
>> Please remove everything in your build directory, run cmake again, and
>> then attach the complete output from cmake to a reply (to the list, not
>> just to me please).
>>
>> Best,
>> -greg
>>
>>
>>
>> On Wed, Nov 25, 2015 at 2:44 PM, Hong Wang <[email protected]> wrote:
>>
>>> Hi Greg,
>>> I ran "cmake ..", then I got those errors.
>>> Thanks,
>>> Hong
>>>
>>>
>>> On Tue, Nov 24, 2015 at 11:40 PM, Greg Landrum <[email protected]>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> Please let us know what commands you executed to run cmake and build
>>>> the code
>>>>
>>>> Best,
>>>> -greg
>>>>
>>>>
>>>> On Wed, Nov 25, 2015 at 4:21 AM, <[email protected]> wrote:
>>>>
>>>>> I am trying to install RDKit on RedHat 7.1 linux, but I got the
>>>>> following errors:
>>>>>
>>>>> "CMake Error at CMakeLists.txt:12 (install):
>>>>>      install FILES given no DESTINATION!
>>>>>
>>>>> CMake Error at CMakeLists.txt: 15 (add_pytest):
>>>>>   Unknown CMake command "add_pytest"
>>>>>
>>>>> I was building under the directory
>>>>> "/usr/local/src/RDKit_2015_03_1/rdkit/build/".
>>>>>
>>>>> My environment variables are set as follows:
>>>>> PATH=$PATH:$HOME/bin
>>>>> export PATH
>>>>> export PATH="$PATH:/usr/local/pgsql/bin"
>>>>> export RDBASE="/usr/local/src/RDKit_2015_03_1"
>>>>> export
>>>>> LD_LIBRARY_PATH="$RDBASE/lib:/usr/local/pgsql/lib:$LD_LIBRARY_PATH"
>>>>> export
>>>>> PYTHONPATH="$PYTHONPATH:/usr/lib/python2.7/site-packages/:$RDBASE"
>>>>> export PGDATA="/usr/local/pgsql/data"
>>>>>
>>>>> Then I checked the file CMakeLists.txt under the directory
>>>>> /usr/local/src/RDKit_2015_03_1/rdkit/, on line#12, it is
>>>>> install(FILES ${CMAKE_CURRENT_BINARY_DIR}/RDPaths.py
>>>>>      DESTINATION ${RDKit_PythonDir}
>>>>>
>>>>> So I added the following into the file CMakeLists.txt:
>>>>> set (RDKit_PythonDir  "${CMAKE_SOURCE_DIR}/rdkit")
>>>>>
>>>>> But I still got the following error:
>>>>> CMake Error at CMakeLists.txt: 16 (add_pytest):
>>>>>   Unknown CMake command "add_pytest"
>>>>>
>>>>> I would appreciate it very much if anyone could help me on this.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Go from Idea to Many App Stores Faster with Intel(R) XDK
>>>>> Give your users amazing mobile app experiences with Intel(R) XDK.
>>>>> Use one codebase in this all-in-one HTML5 development environment.
>>>>> Design, debug & build mobile apps & 2D/3D high-impact games for
>>>>> multiple OSs.
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
>>>>> _______________________________________________
>>>>> Rdkit-discuss mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>>>>>
>>>>
>>>>
>>>
>>
>
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to