Problem with net/x11vnc update.

2008-12-15 Thread Beech Rintoul
I'm trying to update the x11vnc port to the latest and I'm getting the 
following configure error:

checking jpeglib.h usability... yes 
 
checking jpeglib.h presence... yes  
 
checking for jpeglib.h... yes   
 
checking for jpeg_CreateCompress in -ljpeg... no  Note
configure: WARNING: 
 
==  
 
*** The libjpeg compression library was not found. ***  
 
This may lead to reduced performance, especially over slow links.
If libjpeg is in a non-standard location use --with-jpeg=DIR to
indicate the header file is in DIR/include/jpeglib.h and the library
in DIR/lib/libjpeg.a.  A copy of libjpeg may be obtained from:
ftp://ftp.uu.net/graphics/jpeg/
==
I'm running -CURRENT as of Sunday and I tried adding the path in configure, 
but it makes no difference. I also tried googling but the only references I 
found were either Mac or FreeBSD 4.x. The previous version didn't have this 
check, so I don't know if this is a new or ongoing problem.

Anyone have any thoughts on this?

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem with net/x11vnc update.

2008-12-15 Thread Beech Rintoul
On Monday 15 December 2008 15:25:34 Chuck Swiger wrote:
 On Dec 15, 2008, at 4:15 PM, Beech Rintoul wrote:
  I'm trying to update the x11vnc port to the latest and I'm getting the
  following configure error:
 
  checking jpeglib.h usability... yes
  checking jpeglib.h presence... yes
  checking for jpeglib.h... yes
  checking for jpeg_CreateCompress in -ljpeg... no 
  Note

 I see that symbol here:

 % nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
  T jpeg_CreateCompress

 % pkg_info | grep jpeg
 jpeg-6b_7   IJG's jpeg compression utilities

 Are you sure you have the latest version of the port, and that you
 have these files:

 /usr/local/lib/libjpeg.a
 /usr/local/lib/libjpeg.la
 /usr/local/lib/libjpeg.so
 /usr/local/lib/libjpeg.so.9

 ...?  :-)

 Regards,

Yes, I have the latest and all libs. My box shows:

stargate# nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
0340 T jpeg_CreateCompress

So this appears to be a problem in configure.

Beech

-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem with net/x11vnc update.

2008-12-15 Thread Chuck Swiger

On Dec 15, 2008, at 4:15 PM, Beech Rintoul wrote:

I'm trying to update the x11vnc port to the latest and I'm getting the
following configure error:

checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateCompress in -ljpeg... no   
Note



I see that symbol here:

% nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
 T jpeg_CreateCompress

% pkg_info | grep jpeg
jpeg-6b_7   IJG's jpeg compression utilities

Are you sure you have the latest version of the port, and that you  
have these files:


/usr/local/lib/libjpeg.a
/usr/local/lib/libjpeg.la
/usr/local/lib/libjpeg.so
/usr/local/lib/libjpeg.so.9

...?  :-)

Regards,
--
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem with net/x11vnc update.

2008-12-15 Thread Beech Rintoul
On Monday 15 December 2008 15:35:22 Garrett Cooper wrote:
 On Mon, Dec 15, 2008 at 4:33 PM, Beech Rintoul be...@alaskaparadise.com 
wrote:
  On Monday 15 December 2008 15:25:34 Chuck Swiger wrote:
  On Dec 15, 2008, at 4:15 PM, Beech Rintoul wrote:
   I'm trying to update the x11vnc port to the latest and I'm getting the
   following configure error:
  
   checking jpeglib.h usability... yes
   checking jpeglib.h presence... yes
   checking for jpeglib.h... yes
   checking for jpeg_CreateCompress in -ljpeg... no 
   Note
 
  I see that symbol here:
 
  % nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
   T jpeg_CreateCompress
 
  % pkg_info | grep jpeg
  jpeg-6b_7   IJG's jpeg compression utilities
 
  Are you sure you have the latest version of the port, and that you
  have these files:
 
  /usr/local/lib/libjpeg.a
  /usr/local/lib/libjpeg.la
  /usr/local/lib/libjpeg.so
  /usr/local/lib/libjpeg.so.9
 
  ...?  :-)
 
  Regards,
 
  Yes, I have the latest and all libs. My box shows:
 
  stargate# nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
  0340 T jpeg_CreateCompress
 
  So this appears to be a problem in configure.
 
  Beech

 Bug filing time with the x11vnc folks :).
 -Garrett

Yep, just did. I thought I'd ask the list first in case someone has seen this 
before.

Thanks guys,

Beech
-- 
---
Beech Rintoul - FreeBSD Developer - be...@freebsd.org
/\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.0R/announce.html
---




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org