nanogui: Thread: Failing to compile MicroWindows 0.89pre7 and 0.88


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Failing to compile MicroWindows 0.89pre7 and 0.88
From: Ian Elliot ####@####.####
Date: 20 Oct 2001 04:20:21 -0000
Message-Id: <Pine.LNX.4.21.0110192223170.13491-100000@hfs.dhs.org>

Reader--

	I'm interested in MicroWindows but so far have had no success
compiling 0.89pre7 or .88. Both versions have the same troubles with both
the default config file and a modified config file: a numerous amount of
linking errors in scr_bios.o, nsaver.o, and kbd_ttyscan.o. I am using gcc
2.95.3 on Slackware 8.0. Any ideas as to what could be hindering me?

--Thank you,
--Ian Elliot



Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: Raymond Wong ####@####.####
Date: 20 Oct 2001 04:23:47 -0000
Message-Id: <3BD0FC9C.D3520C91@biatechnology.com>

I don't have error in 0.89pre7.
Pls check any symlink in your include directory, this may make compilation
error.

Raymond

Ian Elliot wrote:

> Reader--
>
>         I'm interested in MicroWindows but so far have had no success
> compiling 0.89pre7 or .88. Both versions have the same troubles with both
> the default config file and a modified config file: a numerous amount of
> linking errors in scr_bios.o, nsaver.o, and kbd_ttyscan.o. I am using gcc
> 2.95.3 on Slackware 8.0. Any ideas as to what could be hindering me?
>
> --Thank you,
> --Ian Elliot
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####

Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: "Greg Haerr" ####@####.####
Date: 20 Oct 2001 04:25:52 -0000
Message-Id: <05c101c1591b$e7077820$3aba46a6@xmission.com>

: I'm interested in MicroWindows but so far have had no success
: compiling 0.89pre7 or .88. Both versions have the same troubles with both
: the default config file and a modified config file: a numerous amount of
: linking errors in scr_bios.o, nsaver.o, and kbd_ttyscan.o. I am using gcc
: 2.95.3 on Slackware 8.0. Any ideas as to what could be hindering me?

Send the link errmsgs over, that will give clues as to the answer.

Regards,

Greg

Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: Ian Elliot ####@####.####
Date: 20 Oct 2001 04:49:12 -0000
Message-Id: <Pine.LNX.4.21.0110192347110.13983-100000@hfs.dhs.org>

Reader--

	Sorry for the delay in response. The machine I'm compiling on
isn't particularly fast.

Here's the gory details:

Everything goes fine until...

/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_open':
scr_bios.o(.text+0x54): undefined reference to `int10'
scr_bios.o(.text+0xa9): undefined reference to `ega_init'
scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_close':
scr_bios.o(.text+0xce): undefined reference to `int10'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_mapmemgc':
scr_bios.o(.text+0x166): undefined reference to `memplan4'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
reference to `ega_drawpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
reference to `ega_readpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
reference to `ega_drawhorzline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
reference to `ega_drawvertline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
reference to `pcrom_fonts'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
reference to `ega_blit'
/root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
`switch_vt':
kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
collect2: ld returned 1 exit status
make[1]: *** [/root/nanx/microwin/src/bin/nano-X] Error 1
Updating dependencies in /root/nanx/microwin/src/nwidget ...
Compiling nclass.c ...
Compiling nwidget.c ...
Compiling nbutton.c ...
Compiling ntoggle.c ...
Compiling nradio.c ...
Compiling nslider.c ...
Compiling ntextfield.c ...
Compiling nrender.c ...
Compiling nlistview.c ...
Creating library /root/nanx/microwin/src/lib/libnwidget.a ...
Updating dependencies in /root/nanx/microwin/src/demos/mwin ...
Compiling mdemo.c ...
Compiling mterm.c ...
Compiling malpha.c ...
Compiling mtest.c ...
Compiling mine.c ...
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_open':
scr_bios.o(.text+0x54): undefined reference to `int10'
scr_bios.o(.text+0xa9): undefined reference to `ega_init'
scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_close':
scr_bios.o(.text+0xce): undefined reference to `int10'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_mapmemgc':
scr_bios.o(.text+0x166): undefined reference to `memplan4'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
reference to `ega_drawpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
reference to `ega_readpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
reference to `ega_drawhorzline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
reference to `ega_drawvertline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
reference to `pcrom_fonts'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
reference to `ega_blit'
/root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
`switch_vt':
kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
collect2: ld returned 1 exit status
make[2]: *** [/root/nanx/microwin/src/bin/mdemo] Error 1
Updating dependencies in /root/nanx/microwin/src/demos/nanowm ...
Compiling nanowm.c ...
Compiling events.c ...
   .
   .
   .
   .
Compiling getselection.c ...
Compiling setselection.c ...
nsaver.o: In function `saver5_exposure':
nsaver.o(.text+0x7f5): undefined reference to `sin'
nsaver.o(.text+0x82c): undefined reference to `cos'
nsaver.o: In function `saver5_animate':
nsaver.o(.text+0x91d): undefined reference to `sin'
nsaver.o(.text+0x94b): undefined reference to `cos'
nsaver.o(.text+0x9f0): undefined reference to `sin'
nsaver.o(.text+0xa43): undefined reference to `sin'
nsaver.o(.text+0xa71): undefined reference to `cos'
nsaver.o(.text+0xb14): undefined reference to `sin'
nsaver.o(.text+0xb42): undefined reference to `cos'
nsaver.o: In function `saver6_makefork':
nsaver.o(.text+0x10dc): undefined reference to `sin'
nsaver.o(.text+0x1118): undefined reference to `cos'
nsaver.o: In function `saver5_drawstar':
nsaver.o(.text+0x2a0b): undefined reference to `sin'
nsaver.o(.text+0x2a44): undefined reference to `cos'
collect2: ld returned 1 exit status
make[2]: *** [/root/nanx/microwin/src/bin/nsaver] Error 1
Updating dependencies in /root/nanx/microwin/src/demos/nwidget ...
Compiling ntest.c ...
Updating dependencies in /root/nanx/microwin/src/demos/nxkbd ...
Compiling nxkbd.c ...
Compiling srvconn.c ...
Compiling keynorm.c ...
Compiling keyctrl.c ...
Compiling keyshft.c ...
Compiling keynum.c ...
Updating dependencies in /root/nanx/microwin/src/demos/nxscribble ...
Compiling nxscribble.c ...
Compiling scribwidget.c ...
Compiling hre_api.c ...
hre_api.c: In function `safe_malloc':
hre_api.c:96: warning: implicit declaration of function `error'
hre_api.c: In function `recognizer_unload':
hre_api.c:212: warning: implicit declaration of function
`__recognizer_internal_finalize'
Compiling li_recognizer.c ...
Compiling bitvector.c ...
Compiling matrix.c ...
matrix.c: In function `NewVector':
matrix.c:54: warning: implicit declaration of function `exit_error'
Compiling util.c ...
Updating dependencies in /root/nanx/microwin/src/demos/vnc/libvncauth ...
Compiling d3des.c ...
Compiling vncauth.c ...
Creating library /root/nanx/microwin/src/lib/libvncauth.a ...
Updating dependencies in /root/nanx/microwin/src/demos/vnc/vncviewer ...
Compiling args.c ...
Compiling rfbproto.c ...
Compiling sockets.c ...
Compiling vncviewer.c ...
Compiling nanox.c ...
Compiling rfbproto.c ...
Compiling sockets.c ...
Compiling vncviewer.c ...
Compiling nanox.c ...
ian@Singlethought1:/home/ian/nanx/microwin/src$


--Ian Elliot

Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: Raymond Wong ####@####.####
Date: 20 Oct 2001 04:51:21 -0000
Message-Id: <3BD10311.5006A9BF@biatechnology.com>

coz missing math lib in link, add -lm in ld flags

Raymond

Ian Elliot wrote:

> Reader--
>
>         Sorry for the delay in response. The machine I'm compiling on
> isn't particularly fast.
>
> Here's the gory details:
>
> Everything goes fine until...
>
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_open':
> scr_bios.o(.text+0x54): undefined reference to `int10'
> scr_bios.o(.text+0xa9): undefined reference to `ega_init'
> scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_close':
> scr_bios.o(.text+0xce): undefined reference to `int10'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_mapmemgc':
> scr_bios.o(.text+0x166): undefined reference to `memplan4'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
> reference to `ega_drawpixel'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
> reference to `ega_readpixel'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
> reference to `ega_drawhorzline'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
> reference to `ega_drawvertline'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
> reference to `pcrom_fonts'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
> reference to `ega_blit'
> /root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
> `switch_vt':
> kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
> kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
> collect2: ld returned 1 exit status
> make[1]: *** [/root/nanx/microwin/src/bin/nano-X] Error 1
> Updating dependencies in /root/nanx/microwin/src/nwidget ...
> Compiling nclass.c ...
> Compiling nwidget.c ...
> Compiling nbutton.c ...
> Compiling ntoggle.c ...
> Compiling nradio.c ...
> Compiling nslider.c ...
> Compiling ntextfield.c ...
> Compiling nrender.c ...
> Compiling nlistview.c ...
> Creating library /root/nanx/microwin/src/lib/libnwidget.a ...
> Updating dependencies in /root/nanx/microwin/src/demos/mwin ...
> Compiling mdemo.c ...
> Compiling mterm.c ...
> Compiling malpha.c ...
> Compiling mtest.c ...
> Compiling mine.c ...
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_open':
> scr_bios.o(.text+0x54): undefined reference to `int10'
> scr_bios.o(.text+0xa9): undefined reference to `ega_init'
> scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_close':
> scr_bios.o(.text+0xce): undefined reference to `int10'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
> `VGA_mapmemgc':
> scr_bios.o(.text+0x166): undefined reference to `memplan4'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
> reference to `ega_drawpixel'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
> reference to `ega_readpixel'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
> reference to `ega_drawhorzline'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
> reference to `ega_drawvertline'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
> reference to `pcrom_fonts'
> /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
> reference to `ega_blit'
> /root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
> `switch_vt':
> kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
> kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
> collect2: ld returned 1 exit status
> make[2]: *** [/root/nanx/microwin/src/bin/mdemo] Error 1
> Updating dependencies in /root/nanx/microwin/src/demos/nanowm ...
> Compiling nanowm.c ...
> Compiling events.c ...
>    .
>    .
>    .
>    .
> Compiling getselection.c ...
> Compiling setselection.c ...
> nsaver.o: In function `saver5_exposure':
> nsaver.o(.text+0x7f5): undefined reference to `sin'
> nsaver.o(.text+0x82c): undefined reference to `cos'
> nsaver.o: In function `saver5_animate':
> nsaver.o(.text+0x91d): undefined reference to `sin'
> nsaver.o(.text+0x94b): undefined reference to `cos'
> nsaver.o(.text+0x9f0): undefined reference to `sin'
> nsaver.o(.text+0xa43): undefined reference to `sin'
> nsaver.o(.text+0xa71): undefined reference to `cos'
> nsaver.o(.text+0xb14): undefined reference to `sin'
> nsaver.o(.text+0xb42): undefined reference to `cos'
> nsaver.o: In function `saver6_makefork':
> nsaver.o(.text+0x10dc): undefined reference to `sin'
> nsaver.o(.text+0x1118): undefined reference to `cos'
> nsaver.o: In function `saver5_drawstar':
> nsaver.o(.text+0x2a0b): undefined reference to `sin'
> nsaver.o(.text+0x2a44): undefined reference to `cos'
> collect2: ld returned 1 exit status
> make[2]: *** [/root/nanx/microwin/src/bin/nsaver] Error 1
> Updating dependencies in /root/nanx/microwin/src/demos/nwidget ...
> Compiling ntest.c ...
> Updating dependencies in /root/nanx/microwin/src/demos/nxkbd ...
> Compiling nxkbd.c ...
> Compiling srvconn.c ...
> Compiling keynorm.c ...
> Compiling keyctrl.c ...
> Compiling keyshft.c ...
> Compiling keynum.c ...
> Updating dependencies in /root/nanx/microwin/src/demos/nxscribble ...
> Compiling nxscribble.c ...
> Compiling scribwidget.c ...
> Compiling hre_api.c ...
> hre_api.c: In function `safe_malloc':
> hre_api.c:96: warning: implicit declaration of function `error'
> hre_api.c: In function `recognizer_unload':
> hre_api.c:212: warning: implicit declaration of function
> `__recognizer_internal_finalize'
> Compiling li_recognizer.c ...
> Compiling bitvector.c ...
> Compiling matrix.c ...
> matrix.c: In function `NewVector':
> matrix.c:54: warning: implicit declaration of function `exit_error'
> Compiling util.c ...
> Updating dependencies in /root/nanx/microwin/src/demos/vnc/libvncauth ...
> Compiling d3des.c ...
> Compiling vncauth.c ...
> Creating library /root/nanx/microwin/src/lib/libvncauth.a ...
> Updating dependencies in /root/nanx/microwin/src/demos/vnc/vncviewer ...
> Compiling args.c ...
> Compiling rfbproto.c ...
> Compiling sockets.c ...
> Compiling vncviewer.c ...
> Compiling nanox.c ...
> Compiling rfbproto.c ...
> Compiling sockets.c ...
> Compiling vncviewer.c ...
> Compiling nanox.c ...
> ian@Singlethought1:/home/ian/nanx/microwin/src$
>
> --Ian Elliot
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####

Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: Ian Elliot ####@####.####
Date: 20 Oct 2001 05:07:06 -0000
Message-Id: <Pine.LNX.4.21.0110192359440.14177-100000@hfs.dhs.org>

Reader--

	Yes, that takes care of some of the errors cosine functions. Thank
you. Unfortunately the upper portion of linker errors hasn't been resolved
by that.

Here's the errors left:

/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_open':
scr_bios.o(.text+0x54): undefined reference to `int10'
scr_bios.o(.text+0xa9): undefined reference to `ega_init'
scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_close':
scr_bios.o(.text+0xce): undefined reference to `int10'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_mapmemgc':
scr_bios.o(.text+0x166): undefined reference to `memplan4'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
reference to `ega_drawpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
reference to `ega_readpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
reference to `ega_drawhorzline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
reference to `ega_drawvertline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
reference to `pcrom_fonts'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
reference to `ega_blit'
/root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
`switch_vt':
kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
collect2: ld returned 1 exit status
make[1]: *** [/root/nanx/microwin/src/bin/nano-X] Error 1
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_open':
scr_bios.o(.text+0x54): undefined reference to `int10'
scr_bios.o(.text+0xa9): undefined reference to `ega_init'
scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_close':
scr_bios.o(.text+0xce): undefined reference to `int10'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
`VGA_mapmemgc':
scr_bios.o(.text+0x166): undefined reference to `memplan4'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x40): undefined
reference to `ega_drawpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x44): undefined
reference to `ega_readpixel'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x48): undefined
reference to `ega_drawhorzline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x4c): undefined
reference to `ega_drawvertline'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x54): undefined
reference to `pcrom_fonts'
/root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o)(.data+0x58): undefined
reference to `ega_blit'
/root/nanx/microwin/src/lib/libmwdrivers.a(kbd_ttyscan.o): In function
`switch_vt':
kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
collect2: ld returned 1 exit status
make[2]: *** [/root/nanx/microwin/src/bin/mdemo] Error 1

--Ian Elliot



Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: "jaster chen" ####@####.####
Date: 20 Oct 2001 10:22:08 -0000
Message-Id: <F143WCu8Fp1akKIS4Q4000005da@hotmail.com>

> > kbd_ttyscan.o(.text+0x60f): undefined reference to `ioctl_getpalette'
> > kbd_ttyscan.o(.text+0x6cd): undefined reference to `ioctl_setpalette'
> > collect2: ld returned 1 exit status
> > make[2]: *** [/root/nanx/microwin/src/bin/mdemo] Error 1
> >
> > --Ian Elliot

Select "TTY" as keyboard driver can deliminate these two errors.

You can either edit "config" or simply use "make xconfig"

* jaster *



_________________________________________________________________
您可以在 MSN Hotmail 站点 http://www.hotmail.com/cn 免费收发电子邮件

Subject: Re: [nanogui] Failing to compile MicroWindows 0.89pre7 and 0.88
From: "Greg Haerr" ####@####.####
Date: 22 Oct 2001 16:51:46 -0000
Message-Id: <070901c15b13$5dce6c40$3aba46a6@xmission.com>

: Everything goes fine until...
: 
: /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
: `VGA_open':
: scr_bios.o(.text+0x54): undefined reference to `int10'
: scr_bios.o(.text+0xa9): undefined reference to `ega_init'
: scr_bios.o(.text+0xb2): undefined reference to `pcrom_init'
: /root/nanx/microwin/src/lib/libmwdrivers.a(scr_bios.o): In function
: `VGA_close':

It looks like you're compiling for a direct HW access to 
the VGA card.  If you're not running MSDOS or DJGPP, 
this is a configuration error.  For Linux, direct VGA access is accomplished
through FBVGA=Y.

Regards,

Greg

[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.