View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010850CMakeModulespublic2010-06-17 21:292011-05-02 14:46
ReporterDavid Manura 
Assigned ToBill Hoffman 
PrioritynormalSeverityblockReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in VersionCMake 2.8.4 
Summary0010850: cygwin 1.7 build fails: FindCurses.cmake error
Descriptioncmake 2.8.1 fails building under the latest Cygwin 1.7. I tried building from both configure and cmake 2.6. The problem has to do with FindCurses.h. In Cygwin 1.7, /lib/libcurses.a and /lib/libcurses.dll.a exist, so FIND_LIBRARY(CURSES_CURSES_LIBRARY NAMES curses ) is successful, but /usr/include/curses.h does not exist. /usr/include/ncurses/curses.h and other ncurses files exist though.

...
-- Check size of gid_t
-- Check size of gid_t - done
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of uid_t
-- Check size of uid_t - done
CMake Error: The following variables are used in this project, but they are set
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake file
s:
CURSES_CURSES_H_PATH
   used as include directory in directory /z/build/cmake-2.8.1/Source/CursesDial
og/form
   used as include directory in directory /z/build/cmake-2.8.1/Source

-- Configuring incomplete, errors occurred!

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0021086)
Bill Hoffman (manager)
2010-06-17 23:23

Try bootstrapping the new 2.8.2 RC 2. Should be fixed now.
(0022016)
David Manura (reporter)
2010-08-30 23:32

cmake-2.8.2 compiled here.

Now if only Cygwin came with a CMake 2.8 package.... (Currently it packages 2.6.)
(0022027)
Bill Hoffman (manager)
2010-08-31 15:30

That is my fault... I will see if I can create a new release for cygwin.
(0022295)
David Cole (manager)
2010-09-21 12:08

Is this fixed now, or is it still "blocking" for you?
(0024882)
David Cole (manager)
2011-01-18 12:17

I'm calling this one resolved after several months of no response from the reporter to my last "is this still an issue for you" question...

If it is actually still an issue, please re-open and attach further notes about what the remaining problem is.

Thanks.
(0026365)
David Cole (manager)
2011-05-02 14:46

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2010-06-17 21:29 David Manura New Issue
2010-06-17 23:23 Bill Hoffman Note Added: 0021086
2010-06-17 23:23 Bill Hoffman Status new => assigned
2010-06-17 23:23 Bill Hoffman Assigned To => Bill Hoffman
2010-08-29 01:49 Kovarththanan Rajaratnam Category CMake => Modules
2010-08-30 23:32 David Manura Note Added: 0022016
2010-08-31 15:30 Bill Hoffman Note Added: 0022027
2010-09-21 12:08 David Cole Note Added: 0022295
2011-01-18 12:17 David Cole Note Added: 0024882
2011-01-18 12:17 David Cole Status assigned => resolved
2011-01-18 12:17 David Cole Fixed in Version => CMake 2.8.4
2011-01-18 12:17 David Cole Resolution open => fixed
2011-05-02 14:46 David Cole Note Added: 0026365
2011-05-02 14:46 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team