nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#617 Problem with -lcurses after executing the \make\ command, #2360

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

After downloading the latest version of the code from runk\ on Ubuntu 10.04 and after executing \make\ I get the following at the end:

gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include/xercesc -I/home/anaas/programs/gridlab-d/core -lcurses -g -O0 -march=i686 -pthread -I/home/anaas/programs/gridlab-d/core -lcurses -g -O0 -march=i686 -MT module.o -MD -MP -MF .deps/module.Tpo -c -o module.o module.c
In file included from module.c:78:
console.h: In function /u2018getwidth/u2019:
console.h:179: error: storage size of /u2018ws/u2019 isn/u2019t known
console.h: In function /u2018getheight/u2019:
console.h:187: error: storage size of /u2018ws/u2019 isn/u2019t known
module.c: At top level:
module.c:185: warning: initialization from incompatible pointer type
module.c:212: warning: initialization from incompatible pointer type
module.c:212: warning: initialization from incompatible pointer type
module.c: In function /u2018add_external_function/u2019:
module.c:1080: warning: cast from pointer to integer of different size
make[3]: * [module.o] Error 1
make[3]: Leaving directory /home/anaas/programs/gridlab-d/core' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/home/anaas/programs/gridlab-d/core'
make[1]: *\ [all] Error 2
make[1]: Leaving directory `/home/anaas/programs/gridlab-d/core'
make:
* [all-recursive] Error 1

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: "natet":I'm not sure what changed to require ncurses, but if you install ncurses-devel, this issue is corrected.

,

"dchassin": * owner changed from natet to dchassin

Started work on handling systems that don't have curses with changeset:3683.

,

"dchassin": * status changed from accepted to closed

Ticket closed with changeset:3709

,

"dchassin": * priority changed from blocker to major

Reopening this for RH5, which isn't using curses library even though curses is available, just not by the same library name.

,

"dchassin": * owner changed from dchassin to natet

,

"natet": * status changed from assigned to closed

Replying to jcfuller:

Status with new autobuild tools?

I think we can close this one. We haven't had issues on RHEL5 for a while, and our RHEL5 builds using the new autotools have no issues.

,