the library would use the components as they required.
I'm not sure if I have sufficient time to get this done for 5.0,
though. I still need to get the plugin working before I can start
changing it.
Regards,
Roger
--
Roger Leigh
Printing on GNU/Linux? http://gimp-pri
Sven Neumann <[EMAIL PROTECTED]> writes:
> Hi,
>
> Roger Leigh <[EMAIL PROTECTED]> writes:
>
>> Sven Neumann <[EMAIL PROTECTED]> writes:
>>
>> > Note to the gimp-print developers: You should consider to stop using
>> > scanf() and simil
t.
What should be used instead (given that Standard C does not have
locale objects)?
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
___
a second per fork, so gcc is slow due
to forking the compiler, preprocessor, assembler, collect2 etc.
configure is even slower (it takes over half an hour to run the
gimp-print configure script, c.f. 20 secs on Linux) since it forks
over 5000 processes.
--
Roger Leigh
Printing on GN
odules and embedded mxml XML interpreter function
correctly, but there's no reason why they shouldn't.
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on public keyservers
_
8038dd991d46155ff5 usr/share/doc/gimp1.2-print/changelog.Debian.gz
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on public keyservers
___
Gim
t of getting used to. You have to find the cursor after every move,
which is annoying. Dropping the mouse cursor where you consider it
needed next is doubly annoying if the user wants to do something else
(perhaps unrelated to your program).
--
Roger Leigh
"Liberty and
support.
# Copyright 2000-2002 Roger Leigh
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is dis
ll
be in 4.2.2).
Regards,
Roger
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on pub
NU tools are the
actual part the user (and programmer) will interact with, be it bash,
grep, gcc or glibc.
Just my tuppence,
Roger
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
ake gimp-dist is an ugly horrible hack, which I would like to see
elimitated too!
Regards,
Roger
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
GPG Public
roger@whinlatter:~$ glib-config --version
1.2.10
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848 available on public keyservers
ms
On Mon, Jan 21, 2002 at 10:12:55PM +0100, Sven Neumann wrote:
> Hi,
>
> Roger Leigh <[EMAIL PROTECTED]> writes:
>
> > In the gimp-print source, there is a file `doc/README.maintaining' that
> > describes how to use the autotools to build from CVS. It covers
r autoconf 2.52 and automake 1.5.
See:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gimp-print/print/doc/README.maintaining?rev=1.8&content-type=text/vnd.viewcvs-markup
or the source.
Regards,
Roger
--
Roger Leigh
** Registration Number: 151826, http://counter.li.org
uot;$1"; then
- cmd="$install_cmd $1 $install_dir/$1"
+ cmd="$install_cmd $1 $DESTDIR$install_dir/$1"
test $quiet = "yes" || echo $cmd
test $donothing = "yes" || exec $cmd
else
--
R
n into the gimp tree, which *does not*
include libtool, gettext, automake or autoconf generated files or
anything else apart from the bare essentials. You have to
regenerate them yourself.
I can't really address the problem unless you provide us with some
more information though.
Roger
--
Roger
all. I can't see why.
all-local: $(INSTALL_DATA_LOCAL_DEPS) [build dependency]
install-data-local: $(INSTALL_DATA_LOCAL_DEPS) [install dependency]
A file ppd-stamp is created so that the ppd-stamp rule is only run
once, so I can't see why this occurs because ppd-stamp is not
deleted AFAICS
ver confirmed that my fixes worked (although I thought they
were OK).
--
Roger Leigh ** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
For GPG Public Key: finger [EMAIL PROTECTED] or see public keyserv
presence of the
debian directory is not a solution as it's part of GIMP CVS.
Regards,
Roger
--
Roger Leigh ** Registration Number: 151826, http://counter.li.org **
Need Epson Stylus Utilities? http://gimp-print.sourceforge.net/
For GPG Public Key: finger [EMAIL PROTECTED] or see public keyser
that library version problems can
be minimised with AM_PATH_GIMPPRINT. If you like, I can put in a simple
check that we are in the GIMP tree (e.g. test -f ../../gimptool.1.in),
and conditionally compile libgimpprint and statically link print. The
conditional compiling is important, for the pack
="\$(top_builddir)/src/main/libgimpprint.la"
GIMP_PRINT_H="gimp-print.h"
else
AM_PATH_GIMPPRINT
LIBGIMPPRINT_LIBS="${GIMPPRINT_LIBS}"
fi
Could this integrate nicely with the GIMP? The GIMP configure could itself
use AM_PATH_GIMPPRINT, or just run the gimp-print config
an 30 22:56:36 2001
--- ../gimp-orig/gimptool.1.in Fri Jan 26 22:01:29 2001
***
*** 193,201
.B CFLAGS
to get the preferred flags to pass to the C compiler for plug-in building.
.TP 8
- .B DESTDIR
- to add a prefix to the install/uninstall path.
- .TP 8
.B LDFLAGS
to get th
22 matches
Mail list logo