WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: gtk3 broken with Xorg 7.6  (Read 17313 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: gtk3 broken with Xorg 7.6
« Reply #30 on: May 17, 2012, 07:16:45 AM »
Actually, if you would send it in complete with the development files, after removing the large *.a static archives.  This only adds 1 MB to the already 22MB gtk2.scm extension, so I have added the -dev parts to make it simple to build against.  If we are going to turn a 6 or 7 MB extension into a 21MB one by including locales, may as well make it 22MB complete with the development files.

Offline AmatCoder

  • Full Member
  • ***
  • Posts: 179
    • AmatCoder Projects
Re: gtk3 broken with Xorg 7.6
« Reply #31 on: May 17, 2012, 09:50:38 AM »
Done. Updated to 3.4.3 with development and locale files. Now it's about 20MB.

Is there any possibility of accepting tcz version?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: gtk3 broken with Xorg 7.6
« Reply #32 on: May 17, 2012, 10:02:19 AM »
Thanks.

Sure, a tcz version would be fine to me, as I really was not planning to be the one to do it, though vinnie was working on one until we ran into the issues.


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: gtk3 broken with Xorg 7.6
« Reply #33 on: May 20, 2012, 09:26:54 AM »
Also, the build scripts and patches used would be good to have as well.  Thanks.

Offline AmatCoder

  • Full Member
  • ***
  • Posts: 179
    • AmatCoder Projects
Re: gtk3 broken with Xorg 7.6
« Reply #34 on: May 21, 2012, 04:46:00 AM »
Neither build script nor patches was used to build gtk3 for scm extension.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: gtk3 broken with Xorg 7.6
« Reply #35 on: May 25, 2012, 12:40:44 AM »
Did a working gtk3.tcz and gtk3-dev.tcz ever come out of this?  :)

Offline AmatCoder

  • Full Member
  • ***
  • Posts: 179
    • AmatCoder Projects
Re: gtk3 broken with Xorg 7.6
« Reply #36 on: May 25, 2012, 01:55:14 PM »
A working gtk3.tcz (and -dev, -locale, -doc) extension is ready, but it needs pango and gdk-pixbuf2 update...

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: gtk3 broken with Xorg 7.6
« Reply #37 on: May 25, 2012, 03:07:54 PM »
Please feel free to update pango and gdk-pixbuf2, but if not I will aim to get to it shortly.

Offline AmatCoder

  • Full Member
  • ***
  • Posts: 179
    • AmatCoder Projects
Re: gtk3 broken with Xorg 7.6
« Reply #38 on: May 25, 2012, 10:58:49 PM »
Ok, I will do it in the next few days...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: gtk3 broken with Xorg 7.6
« Reply #39 on: June 23, 2012, 07:39:25 AM »
I wonder if this has anything to do with the libxcb problem:
Code: [Select]
$ grep -l 'libxcb' /usr/local/lib/*la
/usr/local/lib/libcairo-gobject.la
/usr/local/lib/libcairo-script-interpreter.la
/usr/local/lib/libcairo.la

libxcb is not listed as a dep of cairo and libcairo does not depend on it.
« Last Edit: June 23, 2012, 08:00:24 AM by Juanito »