Author Topic: Postler help  (Read 1406 times)

Offline Sproggy

  • Hero Member
  • *****
  • Posts: 1484
Postler help
« on: April 03, 2011, 10:02:23 AM »
Hi all ...

i am hooping someone can just tell me i am not going nuts lol

I have downloaded Postler from the XFCE site ... to try packaging for PCLOS and i am testing the manual configure and i am getting the following dependency issue

Code: [Select]
[kori@localhost postler-0.1.1]$ ./waf configure
Checking for program gcc or cc           : /usr/bin/gcc
Checking for program cpp                 : /usr/bin/cpp
Checking for program ar                  : /usr/bin/ar
Checking for program ranlib              : /usr/bin/ranlib
Checking for gcc                         : ok 
Checking for program valac               : /usr/bin/valac
Checking for gobject-2.0                 : yes
Checking for gthread-2.0                 : yes
Checking for program version valac >= 0.1.6 : ok 0.10.4
Checking for program msgfmt                 : /usr/bin/msgfmt
Checking for program intltool-merge         : /usr/bin/intltool-merge
Checking for header locale.h                : yes
Checking for gio-2.0 >= 2.26.0              : yes
Checking for unique-1.0 >= 0.9              : yes
Checking for gtk+-2.0 >= 2.18.0             : yes
Checking for webkit-1.0 >= 1.1.18           : Package zlib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zlib.pc'
to the PKG_CONFIG_PATH environment variable
Package 'zlib', required by 'GnuTLS', not found
/home/kori/Desktop/postler-0.1.1/wscript:97: error: the configuration failed (see '/home/kori/Desktop/postler-0.1.1/_build_/config.log')
[kori@localhost postler-0.1.1]$

i have installed everyting related to Webkit ... and i have searched for zlib.pc and to no avail can i find it ... will i need to repackage Webkit and zlib??

any help with this will be good as this will mean that XFCE will have it's own default email client at last

Kori

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Postler help
« Reply #1 on: April 03, 2011, 10:47:11 AM »
Kori, you are not going nuts  ;)

......  although I have no idea how reliable that statement is  ;D

The latest updates are complete on this PC?

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Postler help
« Reply #2 on: April 03, 2011, 10:56:06 AM »
Only a guess... is it installed zlib1-devel on your system ?

AS

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Postler help
« Reply #3 on: April 03, 2011, 11:06:26 AM »
Source?
Specfile?
« Last Edit: April 03, 2011, 11:10:37 AM by Leiche »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12519
Re: Postler help
« Reply #4 on: April 03, 2011, 11:11:34 AM »
Save this file as zlib.pc and copy it to the folder /usr/lib/pkgconfig/

Code: [Select]
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
sharedlibdir=/usr/lib

Name: zlib
Description: zlib compression library
Version: 1.2.3

Requires:
Libs: -L${libdir} -L${sharedlibdir} -lz
Cflags: -I${includedir}


Thanks to everyone who donates. You keep the servers running.