The following packages have been uploaded to the Cygwin distribution:
- https://cygwin.com/packages/summary/ruby-pango-src.html
- ruby-pango
- ruby-pango-devel
- ruby-pango-doc
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq
Hello,
I am trying to build and test the PLplot libraries and examples
(see SourrceForge) on Cygwin with the cairo and pango libraries.
While the build succeeds if I exclude the ordinary Windows features
(the routine "cairo_win32_surface_create" is missing from the cairo
librari
Hello,
I am trying to build and test the PLplot libraries and examples
(http://plplot.sf.net) on Cygwin with the cairo and pango libraries.
While the build succeeds if I exclude the ordinary Windows features
(the routine "cairo_win32_surface_create" is missing from the cairo
librari
Hello,
I performed a fresh install of cygwin last week.
After the installation, the cygwin installer shows a problem with
pango.sh post install script.
I found that after a fresh install, the directory /etc/pango is not
created so, the post install script cannot write a file into /etc/pango
daryllee.com> writes:
> Upon completion of the installation, I got this "Postinstall script error":
>Package libpango1.0_0
>pango1.0.sh exit code 1
Create /etc/pango directory and reinstall libpango1.0_0 with the cygwin
setup.exe program and you will
I've regained my footing on this. The second or third time I tried launching
the shell, all went well. I boned up on using X11, added a few packages, and
now I can run X11 apps just fine, and everything else I need to do seems to be
okay. I still get the pango error every time
h exit code 1
>
>http://cygwin.com/ml/cygwin/2013-02/msg00196.html
>
>> That's because /etc/pango/ is missing, you can create an empty one if
>> you like.
>
>Like??? The postinstall script must create it, if it's going to use it. Not
>just explode into the face
Greetings, Achim Gratz!
> da...@daryllee.com writes:
>> Upon completion of the installation, I got this "Postinstall script error":
>> Package libpango1.0_0
>> pango1.0.sh exit code 1
http://cygwin.com/ml/cygwin/2013-02/msg00196.html
> That's
On Sat, Feb 23, 2013 at 02:26:42PM -0500, da...@daryllee.com wrote:
>Now I remember why I referred all my students to MinGW .
Do you instruct your students to lead with a negative before asking for
help too? You must be pretty inspirational.
cgf
--
Problem reports: http://cygwin.com/probl
da...@daryllee.com writes:
> Upon completion of the installation, I got this "Postinstall script error":
> Package libpango1.0_0
> pango1.0.sh exit code 1
That's because /etc/pango/ is missing, you can create an empty one if
you like.
> and my Cygwin shell fail
art of the setup.log.full says:
2013/02/23 11:24:17 running: C:\cygwin\bin\bash.exe --norc --noprofile
"/etc/postinstall/pango1.0.sh"
/etc/postinstall/pango1.0.sh: line 1: /etc/pango/pango.modules: No
such file or directory
2013/02/23 11:24:17 abnormal exit: exit code=1
As it
, they did not make it into packages for gnome 3.4.
Today released GNOME 3.4.1 already contains patches for Gtk3 and
GdkPixbuf, so the remaining candidate is the one for Pango, which
unfortunately did not seem to get new release for 3.4.1.
pango:
http://bugzilla-attachments.gnome.org
for gnome 3.4.
Would it be possible to add the patches when packaging gnome 3.4
versions of these packages?
pango:
http://bugzilla-attachments.gnome.org/attachment.cgi?id=211258
gdk-pixbuf:
http://bugzilla-attachments.gnome.org/attachment.cgi?id=211259
gtk-3:
http://bugzilla
On 11/28/2011 4:56 AM, Marc Girod wrote:
Hello,
After a recent upgrade, I have started to get the following message at startup:
(emacs:6600): Pango-WARNING **: No such file or directory
This has already been reported to the cygwin-xfree list:
http://cygwin.com/ml/cygwin-xfree/2011-11
Hi Dave.
If PREFIX is stored as an environment variable,
(configure) script writers and users could check
$PREFIX. (Inapplicable defaults or guesses are
avoided)
Thank you,
Siddhartha.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/
Siddhartha Shivshankar wrote:
> The standard prefix for cygwin seemed to be none.
> (/bin, /lib etc. contained pango files or folders)
> So for pango, I used ('./configure --prefix=', make,
> make install)
It's actually /usr, and /usr/bin and /usr/lib are mirro
Hi Dave. I didn't set a prefix when I configured pango.
In 'config.log' I found the line prefix='/usr/local'.
In 'configure', the following lines are present. It
seems that they set prefix to $ac_default_prefix.
ac_default_prefix=/usr/local
prefi
Siddhartha Shivshankar wrote:
> I got Pango 1.12.4 from the above page and used the normal sequence
> to build it. (configure, make, make install)
>
> But even after this, configure for Webkit cries that the cygwin
> version of pango is 1.8. How can I install pango(-devel) 1.12
http://trac.webkit.org/wiki/BuildingGtk
Hi. From the above page, I tried to get the packages mentioned
in "Dependencies". But the default pango version in cygwin is 1.8.
(>=1.12 is needed according to configure)
http://ftp.gnome.org/pub/GNOME/sources/pango/1.12/
I got Pango 1.
Pleas look at the configured built .pc files below.
Why does the pkg-confing file, pangowin32-uninstalled.pc, include
the line below?
Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpangowin32.la -lgdi32
$ ls *win32*.pc#list all pkg-config file related to win32
pangowin32
ould be PangoCairo. But this fails
later due to the -export-symbols-regex flag, as you found out.
By making your change, pango would fail to detect cairo-win32.
But this all really begs the question, why are you trying to build a
*Win32* GTK+ on Cygwin?
Yaakov
-BEGIN PGP SIGNATURE-
Ver
the -export-symbols-regex "^pango_.*" flag, hence
> _pango_* internal symbols aren't being exported. This isn't supposed to
> be used when building a Win32 Pango, as you'll see from the configure.in
> where this flag is declared; now you know why.
Even when built with
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to [EMAIL PROTECTED] on 8/29/2007 10:56 AM:
> Jari,
>
> Any chance of getting Cairo/Pango upto date in Cygwin? I would really like
> to see them built and operational. If you can not do it, is there a good
> place t
Jari,
Any chance of getting Cairo/Pango upto date in Cygwin? I would really like to
see them built and operational. If you can not do it, is there a good place
that can provide direction as to who owns updates to that package so that I
might attempt to inspire that person.
Thanks,
Larry
Pango - has been uploaded to cygwin.com
DESCRIPTION
===
Pango is a library for layout and rendering of text, with an emphasis on
internationalization. It forms the core of text and font handling for
GTK+-2.0. Canonical website: http://www.gtk.org/ & http://www.pango.org/
Pango cons
Roger Leigh wrote:
Could anyone involved with Cygwin glib maintenance possibly assist with
tracking down a Cygwin header bug?
While building Pango, one of the tests fails with lots of errors in
. The detail may be found here, along with a link to
a build of glib-2.6.1 (required dependency).
http
Could anyone involved with Cygwin glib maintenance possibly assist with
tracking down a Cygwin header bug?
While building Pango, one of the tests fails with lots of errors in
. The detail may be found here, along with a link to
a build of glib-2.6.1 (required dependency).
http
Pango has been updated
NEWS
Cygwin: Use GLib 2.4.5, latest gettext, libiconv & binutils releases.
General: This is a stable release providing new functionality as
compared to Pango-1.4, while maintaining source and binary
compatibility. Notable improvements in Pango s
ng -L switch and some other
bugs), but it compiles ok now, I'll see if I can get a package out of
this.
Err... atleast it compiled okay with mine setup (I used 2.5.1) but I
couldn't get pango 1.5.2 to compile, there were some errors in win32
backend.
It was broken in the version that was fir
t; It seems they have fixed the bug in the latest release, there are some
>> other issues (typo in configure.in, missing -L switch and some other
>> bugs), but it compiles ok now, I'll see if I can get a package out of
>> this.
> Err... atleast it compiled okay with mine setup (I used
can get a package out of
this.
Err... atleast it compiled okay with mine setup (I used 2.5.1) but I
couldn't get pango 1.5.2 to compile, there were some errors in win32
backend.
--
Jani Tiainen
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: ht
Hallo Jani,
>> Well, I really meant compiled under cygwin, but without X11...
> It should be possible to build it, unfortunately it compiles not as
> is.
> To try yoursewlf, you have to define --with-gdk-target=win32 instead
> of --with-gdk-target=x11.
Actually the option is --with-gdktarget=wi
Hallo Jani,
Am Samstag, 7. August 2004 um 20:16 schriebst du:
> Ken Dibble wrote:
>>
>> One starting point is
>> http://gladewin32.sourceforge.net/
>>
>> They say that they have GTK+ 2.44 runtime for windows both with and
>> separate from libglade.
>>
>> regards,
>> ken
>>
>> Jani tiainen wro
Ken Dibble wrote:
One starting point is
http://gladewin32.sourceforge.net/
They say that they have GTK+ 2.44 runtime for windows both with and
separate from libglade.
regards,
ken
Jani tiainen wrote:
Is there version that is not compiled against X11 libraries (so it
uses native Windows) availabl
One starting point is
http://gladewin32.sourceforge.net/
They say that they have GTK+ 2.44 runtime for windows both with and
separate from libglade.
regards,
ken
Jani tiainen wrote:
Is there version that is not compiled against X11 libraries (so it
uses native Windows) available or do I have to
Is there version that is not compiled against X11 libraries (so it uses
native Windows) available or do I have to compile GTK and such from source?
Is there pointers where I find info about compiling non-X11 versions of GTK?
--
Jani Tiainen
--
Unsubscribe info: http://cygwin.com/ml/#unsubscr
Pango has been updated
NEWS
Cygwin: Use GLib 2.4.5, latest gettext, libiconv & binutils releases.
General: Pango-1.4.1 contains numerous bug fixes as compared to
Pango-1.4.0, in particular for rendering of Indic languages. It
also contains OpenType support for the
Pango has been updated
NEWS
Cygwin: Use GLib 2.4.5, latest gettext, libiconv & binutils releases.
DESCRIPTION
===
Pango is a library for layout and rendering of text, with an emphasis on
internationalization. It forms the core of text and font handling for
GTK+-2.0. Canon
ATK - has been uploaded to cygwin.com
DESCRIPTION
===
Pango is a library for layout and rendering of text, with an emphasis on
internationalization. It forms the core of text and font handling for
GTK+-2.0. Canonical website: http://www.gtk.org/ & http://www.pango.org/
UPDATE
=
ly disabled for cygwin targets, even with
--enable-threads. since I couldn't get it working. Is POSIX threading
possible with cygwin, or broken?
Once Glib is installed, it's possible to build Pango. I've provided a
slightly-patched copy here:
http://www.whinlatter.uklinux.net/
40 matches
Mail list logo