* anyone else seeing a "ncurses-native" build error?
@ 2015-02-11 17:27 Robert P. J. Day
2015-02-12 0:49 ` akuster808
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2015-02-11 17:27 UTC (permalink / raw)
To: Yocto discussion list
building for a MIPS target on a fully-updated 64-bit fedora rawhide
system:
| gcc -DHAVE_CONFIG_H -I../ncurses
-I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses
-isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
-D_GNU_SOURCE -DNDEBUG -I. -I../include
-I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include
-I/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
-isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
-D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c
/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_initscr.c
-o ../obj_s/lib_initscr.o
| In file included from
/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/curses.priv.h:283:0,
| from ../ncurses/lib_gen.c:19:
| _744.c:835:15: error: expected ')' before 'int'
| ../include/curses.h:1594:56: note: in definition of macro 'mouse_trafo'
| #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
| ^
| Makefile:1682: recipe for target '../obj_s/lib_gen.o' failed
| make[1]: *** [../obj_s/lib_gen.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| make[1]: Leaving directory
'/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/ncurses'
| Makefile:134: recipe for target 'libs' failed
| make: *** [libs] Error 2
totally new to me, about to dig in ...
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: anyone else seeing a "ncurses-native" build error?
2015-02-11 17:27 anyone else seeing a "ncurses-native" build error? Robert P. J. Day
@ 2015-02-12 0:49 ` akuster808
2015-02-12 6:46 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2015-02-12 0:49 UTC (permalink / raw)
To: Robert P. J. Day, Yocto discussion list
I haven't.
- Armin
On 02/11/2015 09:27 AM, Robert P. J. Day wrote:
>
> building for a MIPS target on a fully-updated 64-bit fedora rawhide
> system:
>
> | gcc -DHAVE_CONFIG_H -I../ncurses
> -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses
> -isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> -D_GNU_SOURCE -DNDEBUG -I. -I../include
> -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include
> -I/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> -isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c
> /home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_initscr.c
> -o ../obj_s/lib_initscr.o
> | In file included from
> /home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/curses.priv.h:283:0,
> | from ../ncurses/lib_gen.c:19:
> | _744.c:835:15: error: expected ')' before 'int'
> | ../include/curses.h:1594:56: note: in definition of macro 'mouse_trafo'
> | #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
> | ^
> | Makefile:1682: recipe for target '../obj_s/lib_gen.o' failed
> | make[1]: *** [../obj_s/lib_gen.o] Error 1
> | make[1]: *** Waiting for unfinished jobs....
> | make[1]: Leaving directory
> '/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/ncurses'
> | Makefile:134: recipe for target 'libs' failed
> | make: *** [libs] Error 2
>
> totally new to me, about to dig in ...
>
> rday
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: anyone else seeing a "ncurses-native" build error?
2015-02-12 0:49 ` akuster808
@ 2015-02-12 6:46 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2015-02-12 6:46 UTC (permalink / raw)
To: akuster808; +Cc: Yocto discussion list
On Wed, 11 Feb 2015, akuster808 wrote:
> I haven't.
>
> - Armin
please don't top post.
> On 02/11/2015 09:27 AM, Robert P. J. Day wrote:
> >
> > building for a MIPS target on a fully-updated 64-bit fedora rawhide
> > system:
> >
> > | gcc -DHAVE_CONFIG_H -I../ncurses
> > -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses
> > -isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> > -D_GNU_SOURCE -DNDEBUG -I. -I../include
> > -I/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/../include
> > -I/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> > -isystem/home/rpjday/oe/builds/vtss/minimal/tmp/sysroots/x86_64-linux/usr/include
> > -D_GNU_SOURCE -O2 -pipe --param max-inline-insns-single=1200 -fPIC -c
> > /home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/base/lib_initscr.c
> > -o ../obj_s/lib_initscr.o
> > | In file included from
> > /home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/ncurses-5.9/ncurses/curses.priv.h:283:0,
> > | from ../ncurses/lib_gen.c:19:
> > | _744.c:835:15: error: expected ')' before 'int'
> > | ../include/curses.h:1594:56: note: in definition of macro 'mouse_trafo'
> > | #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
> > | ^
> > | Makefile:1682: recipe for target '../obj_s/lib_gen.o' failed
> > | make[1]: *** [../obj_s/lib_gen.o] Error 1
> > | make[1]: *** Waiting for unfinished jobs....
> > | make[1]: Leaving directory
> > '/home/rpjday/oe/builds/vtss/minimal/tmp/work/x86_64-linux/ncurses-native/5.9-r15.1/build/narrowc/ncurses'
> > | Makefile:134: recipe for target 'libs' failed
> > | make: *** [libs] Error 2
> >
> > totally new to me, about to dig in ...
i just tried a totally generic qemux86/core-image-minimal build on
this fedora rawhide system, and got exactly the same build error.
first time i've ever seen this, this build used to work fine.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-12 6:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 17:27 anyone else seeing a "ncurses-native" build error? Robert P. J. Day
2015-02-12 0:49 ` akuster808
2015-02-12 6:46 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.