Tiny Core Base > CorePlus

My last (I promise) tantrum: is it possible to run gcc on a Pentium 166?

<< < (5/7) > >>

t18:

--- Quote from: CNK on May 30, 2025, 12:58:58 AM ---
--- Quote from: t18 on May 29, 2025, 02:14:16 PM ---So, Xterm looks for ncurses and I've got it installed on a separate dir.

It looks for curses.h in /usr/include (not /usr/local/include) so I've linked it from the ncurses dir.

--- End quote ---

There are no ncurses extensions for TC15 (if I assume that's where you're compiling Xterm now), so I assume you mean you linked to "/usr/local/include/ncursesw" from ncursesw-dev.tcz.

--- End quote ---


Not really, I just downloaded and compiled the latest ncurses-6.5 source and installed the binary in a separate dir.

That's because there are a lot of programs that requires it.

It has a include/ncursesw subdir though, containing curses.h.

I linked it to /usr/include to avoid the above error, but the compilation process seems to ignore the CPPFLAGS=-I/<path-to-ncurses_6.5/include/ncursesw>.


I had also changed the termcap.h code to <ncursesw/curses.h> but no way.

Juanito:
I’ll have a look, which source code tarball are you using?

t18:

--- Quote from: Juanito on May 30, 2025, 04:48:52 AM ---I’ll have a look, which source code tarball are you using?

--- End quote ---

https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz

Thank you so much  :)

Juanito:
Not ncurses, xterm

t18:
Sorry, my insomnia hit me again :)

https://github.com/joejulian/xterm.git

Many thanks :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version