Steve Przybylski | 1 Aug 2005 04:14
Picon
Favicon

2.11.90 build failure - Epiphany (OS X)

Building under Darwin 8.2.0 (OS X 10.4), gcc4.0...Epiphany 1.7.3 appears to 
be the latest victim of OSX's incomplete libc.  Build fails in ephy-debug.c, 
when it's unable to inlcude execinfo.h, which doesn't exist on OS X.  From 
what I've been able to find, it appears that backtrace() isn't implemented 
anywhere else in Darwin, so this may be a big issue.  I know that the best 
answer is "port glibc to Darwin"...but does anyone have any other thoughts?

-steve :)

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Paul Drain | 1 Aug 2005 09:50

Using pilot-link 0.12.x (was: Re: 2.11.5 fails witn *** No targets. Stop)

On Sun, 2005-07-31 at 23:10 +0300, Nikos Charonitakis wrote:
> what to do to succesfully build garnome 2.11.90 on a Fedora Core 4 installation:

To make this process easier in the future, i've turned Bob's original
patch tree into a single patch for people to apply to GARNOME 2.11.x
(and quite probably, 2.12.x too).

First off, grab the patch from:

ftp://cipherfunk.org/pub/patches/garnome/unsupported_patches/2.12.x/pilot-link-0.12-fixes.patch

Then, to an unpatched GARNOME 2.11.x tree (patch is clean against the
latest snapshot) -- simply apply it with 'patch -p1' and rebuild:

* desktop/evolution
* office/gnome-pilot
* office/gnome-pilot-conduits

...and the build system should (in theory) do the rest :)

Regards,

Paul

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

(Continue reading)

Paul Drain | 1 Aug 2005 10:00

Re: gar.conf.mk: small correction for ACLOCAL_FLAGS

On Fri, 2005-07-29 at 19:33 -0400, Joseph E. Sacco, PhD wrote:
> The syntax for including a directory in the search list for .m4 files
> is:
> 
>         -I DIR
> 
> not
> 
>         -IDIR

Oops, long standing typo catch.

Paul

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Jim S | 1 Aug 2005 13:51
Picon
Favicon

Re: Issues with iso-codes software

I had to install Pyrex and worked fine

--- "Joseph E. Sacco, PhD" <joseph_sacco <at> comcast.net>
wrote:

> Stef,
> 
> I checked the build log in ./desktop.  
> 
> I see:
> 
>         /usr/bin/msgfmt --verbose --check zu.po -o
> zu.mo
>         48 translated messages, 106 fuzzy
> translations, 314 untranslated messages.
>         ../iso2pot.py --is-version 0.46pre1
> --comments iso_639_2T_code \
>                         --fields name iso_639.xml
> iso_639.pot
>         ./iso639tab.py iso_639.xml > iso_639.tab.new
>         LC_ALL=C sort < iso_639.tab.new >
> iso_639.tab
>         rm -f iso_639.tab.new
>         make[4]: Leaving directory
>
`/mnt/ydl-4.0.1/usr/local/src/GNOME/2.11/garnome-hackers-2.11/src/bootstrap/iso-codes/work/main.d/iso-codes-0.46/iso_639'
> 
> The script, iso2pot.py is located at the top level
> of 
> 
(Continue reading)

Jim S | 1 Aug 2005 14:11
Picon
Favicon

Re: Issues with iso-codes software

Sorry pyxml was the package
http://pyxml.sourceforge.net/

--- Jim S <bangor1001 <at> yahoo.com> wrote:

> I had to install Pyrex and worked fine
> 
> --- "Joseph E. Sacco, PhD"
> <joseph_sacco <at> comcast.net>
> wrote:
> 
> > Stef,
> > 
> > I checked the build log in ./desktop.  
> > 
> > I see:
> > 
> >         /usr/bin/msgfmt --verbose --check zu.po -o
> > zu.mo
> >         48 translated messages, 106 fuzzy
> > translations, 314 untranslated messages.
> >         ../iso2pot.py --is-version 0.46pre1
> > --comments iso_639_2T_code \
> >                         --fields name iso_639.xml
> > iso_639.pot
> >         ./iso639tab.py iso_639.xml >
> iso_639.tab.new
> >         LC_ALL=C sort < iso_639.tab.new >
> > iso_639.tab
> >         rm -f iso_639.tab.new
(Continue reading)

Joseph E. Sacco, PhD | 1 Aug 2005 16:40
Picon

gnomebaker-0.4

Since coaster does not [yet] build under the 2.11.x API, here is an
alternative:

GnomeBaker is a GTK2/Gnome based CD burner application. 

        http://gnomebaker.sourceforge.net

[taken from the website]
As of 0.4 GnomeBaker can:
* Create data cds
* Blank rewritable disks
* Copy data cds
* Copy audio cds
* Burn existing cd iso images
* Can burn via scsi and atapi on linux kernels 2.4 and 2.6. Basically if
cdrecord works then GnomeBaker will work.
* Drag and drop to create data cds (including DnD to and from nautilus)
* Create audio cds from existing wavs, mp3, flac and oggs
* Integrate with gconf for storage of application settings
* Burn DVDs.
* Supports multisession burning
* Blank/Format DVDs
* Burn Cue/Bin files
* Burn data cds on the fly

In the future it will also do the following and hopefully much more:

* Create video cds from existing video and stills
* Create mixed mode cds

(Continue reading)

Stef van der Made | 1 Aug 2005 16:54
Picon

Re: Issues with iso-codes software


Hi Jim,

That solved that issue. I'll go and compile the rest of gnome to see 
what more fun is out there to fix ;-)

Cheers,

Stef

Jim S wrote:
> Sorry pyxml was the package
> http://pyxml.sourceforge.net/
>
>
> --- Jim S <bangor1001 <at> yahoo.com> wrote:
>
>   
>> I had to install Pyrex and worked fine
>>
>> --- "Joseph E. Sacco, PhD"
>> <joseph_sacco <at> comcast.net>
>> wrote:
>>
>>     
>>> Stef,
>>>
>>> I checked the build log in ./desktop.  
>>>
>>> I see:
(Continue reading)

Paul Drain | 1 Aug 2005 17:23

Re: gnomebaker-0.4

On Mon, 2005-08-01 at 10:40 -0400, Joseph E. Sacco, PhD wrote:
> Since coaster does not [yet] build under the 2.11.x API, here is an
> alternative:
> 
> GnomeBaker is a GTK2/Gnome based CD burner application. 

Which, FWIW will be in the next snapshot/release, because there's now
three people that requested it, it looks cool and it actually completes
a test burn in both ISO and CD-RW mode using gtk+ 2.7.x

Paul

--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

Stef van der Made | 2 Aug 2005 20:16
Picon

Python and libxml2


Dear Gentleman,

I'm now having the following issue with the xml2po program:

if ! test -d de/; then mkdir de/; fi
if test -f "C/clock.xml"; then d="../"; else d=".././"; fi; \
(cd de/ && \
  `which xml2po` -e -p \
    ${d}de/de.po \
    ${d}C/clock.xml > clock.xml.tmp && \
    cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
Traceback (most recent call last):
  File "/usr/test/garnome3/bin/xml2po", line 34, in ?
    import libxml2
ImportError: No module named libxml2

It seems that I'm missing python libxml2 stuff. I just don't know where 
to get this or how to compile this into python. I've been seraching the 
web but can't find anything usefull :-( as of yet.

Cheers,

Stef
--

-- 
garnome-list mailing list
garnome-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/garnome-list

(Continue reading)

Joseph E. Sacco, Ph.D. | 2 Aug 2005 20:27
Picon

Re: Python and libxml2

http://mail.gnome.org/archives/garnome-list/2005-July/msg00199.html

-Joseph

=======================================================================
On Tue, 2005-08-02 at 14:16, Stef van der Made wrote:
> Dear Gentleman,
> 
> I'm now having the following issue with the xml2po program:
> 
> if ! test -d de/; then mkdir de/; fi
> if test -f "C/clock.xml"; then d="../"; else d=".././"; fi; \
> (cd de/ && \
>   `which xml2po` -e -p \
>     ${d}de/de.po \
>     ${d}C/clock.xml > clock.xml.tmp && \
>     cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
> Traceback (most recent call last):
>   File "/usr/test/garnome3/bin/xml2po", line 34, in ?
>     import libxml2
> ImportError: No module named libxml2
> 
> It seems that I'm missing python libxml2 stuff. I just don't know where 
> to get this or how to compile this into python. I've been seraching the 
> web but can't find anything usefull :-( as of yet.
> 
> Cheers,
> 
> Stef
--

-- 
(Continue reading)


Gmane