discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] cmake errors on first attempt with master branch


From: Josh Blum
Subject: Re: [Discuss-gnuradio] cmake errors on first attempt with master branch
Date: Mon, 12 Dec 2011 14:18:50 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0


On 12/12/2011 09:59 AM, Justin Ford wrote:
> 
> 
> 
> ----------------------------------------
>> Date: Mon, 12 Dec 2011 08:44:48 -0800
>> From: address@hidden
>> To: address@hidden
>> Subject: Re: [Discuss-gnuradio] cmake errors on first attempt with master 
>> branch
>>
>>
>> Cant tell. You gotta attach the whole verbose. -josh
>>
> 
> I piped the output to file and saw this at the console:
> 
> $ cmake -DPYTHON_EXECUTABLE=/usr/bin/python26 
> -DBOOST_INCLUDEDIR=/usr/include/boost141 
> -DBOOST_LIBRARYDIR=/usr/lib64/boost141 
> -DSWIG_EXECUTABLE=/usr/share/swig/2.0.4/bin/swig ../ > cmake_output.txt
> CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:653 (file):
>   file FILE(SYSTEM_PATH ENV result) must be called with only three arguments.
> Call Stack (most recent call first):
>   cmake/Modules/GrBoost.cmake:62 (find_package)
>   gruel/CMakeLists.txt:23 (include)
> 
> The output file and what I hope are the verbose you're looking for are 
> attached.  If I've misunderstood your request I'll be happy to send other 
> cmake output.
> 

Well that looks like the problem. So, I didnt see that code in my
findboost.cmake. Which means either you have a findboost with a bug,
and/or this is a code path that does not get exercised much but is now
because you are manually setting the library/include dir to something
custom. I attached the findboost.cmake from my system in case that helps.

-Josh



Attachment: FindBoost.cmake
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]