Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: jpeters on September 06, 2009, 01:41:20 PM

Title: fltk
Post by: jpeters on September 06, 2009, 01:41:20 PM
I know we use fltk libs. Is there a compiler? Trying to compile fltk-1.1.9 from source gets

Code: [Select]
  3 checking for X... no
  4 configure: error: Configure could not find required X11 libraries
  5 ./configure: line 10538: exit: aborting.: numeric argument required
  6 ./configure: line 10538: exit: aborting.: numeric argument required
Title: Re: fltk
Post by: roberts on September 06, 2009, 01:51:54 PM
I typically have Xorg dev extension loaded when compiling fltk items.
Title: Re: fltk
Post by: jpeters on September 06, 2009, 02:12:27 PM
I typically have Xorg dev extension loaded when compiling fltk items.

Thanks, that's what it needed


edit: next problem.  It seems to want a "man" script to put together documentation; I haven't found a way to disable.  

edit:  Built a copy (I had to compile it in puppy); indeed, looks like just about everything is already installed...but I have an idea now of all the files involved in the original package ( and docs might be handy when learning).