Skip to Content.
Sympa Menu

sm-users - Re: [SM-Users] procps compilation errors

sm-users AT lists.ibiblio.org

Subject: Sourcemage Users List

List archive

Chronological Thread  
  • From: "Eric Sandall" <eric AT sandall.us>
  • To: <sm-users AT lists.ibiblio.org>
  • Subject: Re: [SM-Users] procps compilation errors
  • Date: Sat, 4 Jan 2003 19:42:30 -0800 (PST)

No, though this is easily fixible in two ways:

1 (the easy, fast way)]: Remove
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/curses.h and, probably,
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/ncurses.h

Now you may recompile without problems (if you get other errors like this,
remove their respective files from the above directory).

Doing it this way will "break" gcc, so that 'cast --fix' will report gcc
as broken and will want to recompile it.

2 (the long, better way)]: Recast gcc with 'cast -r -c gcc' and when you
are prompted to install fixincludes and answer "n", then you will not have
any of these problematic files (though it _may_ break other programs, none
have been reported as yet, so it seems safe to do so).

This is the "correct" way to fix this problem as 'cast --fix' will not
report gcc as broken. :)

Hope this helps! ;)

-One of Four
a.k.a. sandalle

--
PGP Key 0x5C8D199A5A317214
http://search.keyserver.net:11371/pks/lookup?op=get&search=0x5A317214

Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://www.sandall.us/~sandalle/ | SysAdmin @ Inst. Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/






Archive powered by MHonArc 2.6.24.

Top of Page