On Mon, 2 Dec 2002, Blackimp wrote:
On Sunday 01 December 2002 19:28, Carlos E. R. wrote:
The 02.12.01 at 19:51, Blackimp wrote:
Hi. I downloaded source code of xawtv 3.80. I have suse 8.0, kde 3.0.3 If i 'make' such source code it says i need *-devel rpm's but it doesn't say which ones. Beside on the site i found another file tv-fonts-1.0 i don't know where to locate it. Can anyone help me?
In general, just try to run its "configure" program, and read carefully the output: it should tell you what it doesn't find, and you should be able to figure out which suse's package corresponds to that.
First of all thanx for your advise. Follows configure response: still i don'y know which -devel rpm packages i have to install. Beside I know i need jpeg-devel but I haven't got it on my suse 8.0 dvd and i don't know any site providing packages for suse.
checking for initscr in -lcurses... no Oops: (n)curses library not found. You need this one, please install. Note: to compile stuff just the library packages are not enougth, you need also the *-devel packages.
It actually does say what it needs. It needs ncurses-devel, which is the name of a SuSE package. Also, the configure script can usually take parameters where you tell it to enable or disable specific funtionality. These parameters are written like --with-stuff --without-stuff --enable-stuff --disable-stuff. If you read the configure script, it usually has all the parameters listed, or you can try running configure --help Regards Ole