problem finding libraries packages to compile xawtv libraries needed are: jpeg AND *-devel

Asked by drwatson

Hi
I am trying to install a program called xawtv.
i do the ./configure command and it says i need to get some jpeg library and *-devel package
dont know what these are or how to get them
any help appreciated! thanks
im in ubuntu 8.10

heres the terminal message:

user@user-desktop:~$ cd Desktop/
user@user-desktop:~/Desktop$ cd xawtv-3.95/
user@user-desktop:~/Desktop/xawtv-3.95$ ls- all
bash: ls-: command not found
user@user-desktop:~/Desktop/xawtv-3.95$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gccmakedep... gccmakedep
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking dev/ic/bt8xx.h usability... no
checking dev/ic/bt8xx.h presence... no
checking for dev/ic/bt8xx.h... no
checking machine/ioctl_bt848.h usability... no
checking machine/ioctl_bt848.h presence... no
checking for machine/ioctl_bt848.h... no
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for strcasestr... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for ELF... yes
checking for pthread_create in -lpthread... yes
checking for main in -lossaudio... no
checking for initscr in -lncurses... yes
checking for X... no
checking for jpeg_start_compress in -ljpeg... no
Oops: jpeg 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.

THANKS!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xawtv Edit question
Assignee:
No assignee Edit question
Solved by:
drwatson
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Have you alredy tried to install the xawtv using the Ubuntu repositories...?

To install xawtv in Ubuntu

Please first enable the universe repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Community Maintained open source software (universe)"
Close and confirm the repository reload.

Then open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo aptitude update
sudo aptitude install xawtv

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
drwatson (thathat) said :
#2

thanks for the reply

i tried installing it from the repos but only after trying to compile it
having installed it from repos wen i cliked on it the program wudnt start

but now the problem is over because the point was in order to record video from a port that i thought was video in
turns out its video out- ah well :P

thanks again :D

Revision history for this message
drwatson (thathat) said :
#3

by the by
what are:

JPEG libary

and the *-devel packages

??