Error configuring with cmake on USRP-E100

I just got this trying to build gnuradio/next with cmake on an e100:

– Performing Test HAVE_SINF
– Performing Test HAVE_SINF - Success
– Performing Test HAVE_COSF
– Performing Test HAVE_COSF - Success
– Performing Test HAVE_MMAP
– Performing Test HAVE_MMAP - Success
CMake Warning at gnuradio-core/src/lib/filter/CMakeLists.txt:169 (if):
given arguments:

"CMAKE_SYSTEM_PROCESSOR_x86" "AND" "EQUAL" "64"

Unknown arguments specified
Call Stack (most recent call first):
cmake/Modules/GrMiscUtils.cmake:77 (include)
gnuradio-core/src/lib/CMakeLists.txt:30 (GR_INCLUDE_SUBDIRECTORY)

CMake Error at gnuradio-core/src/lib/filter/CMakeLists.txt:183 (elseif):
given arguments:

"CMAKE_SYSTEM_PROCESSOR_x86" "AND" "EQUAL" "32"

Unknown arguments specified
Call Stack (most recent call first):
cmake/Modules/GrMiscUtils.cmake:77 (include)
gnuradio-core/src/lib/CMakeLists.txt:30 (GR_INCLUDE_SUBDIRECTORY)

– Configuring incomplete, errors occurred!
root@usrp-e1xx:~/gnuradio/build#

Philip

On 10/20/2011 10:51 AM, Philip B. wrote:

I think i see why, can you diff this try?

_josh

On 10/20/2011 02:00 PM, Josh B. wrote:

– Performing Test HAVE_MMAP - Success

– Configuring incomplete, errors occurred!
root@usrp-e1xx:~/gnuradio/build#

I think i see why, can you diff this try?
diff --git a/gnuradio-core/src/lib/filter/CMakeLists.txt b/gnuradio-core/src/lib - Pastebin.com

That works better. On to some Qt detection issue.

Philip