RSS/Atom feed Twitter
Site is read-only, email is disabled

kaladascope plug-in

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

kaladascope plug-in sam ende 27 Jun 20:12
  kaladascope plug-in michael chang 27 Jun 20:56
  kaladascope plug-in Carol Spears 27 Jun 22:32
   kaladascope plug-in sam ende 27 Jun 23:18
    kaladascope plug-in sam ende 27 Jun 23:33
    kaladascope plug-in Carol Spears 28 Jun 00:10
sam ende
2005-06-27 20:12:31 UTC (almost 19 years ago)

kaladascope plug-in

hallo,

i downloaded the kalaidascope plug-in but don't know how to get gimp to 'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url which describes how to do this or could somone please explain the steps i need to do ? thank you very much in advance.

sammi

michael chang
2005-06-27 20:56:08 UTC (almost 19 years ago)

kaladascope plug-in

Well, assuming you're doing a per-user installation, wouldn't it go in your ~/.gimp-2.2/plug-ins
directory? I don't feel like checking what the system-wide directory is, but it's probably /etc/gimp-2.2/plug-ins or something.

~Mike

On 6/27/05, sam ende wrote:

hallo,

i downloaded the kalaidascope plug-in but don't know how to get gimp to 'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url which describes how to do this or could somone please explain the steps i need to do ? thank you very much in advance.

sammi _______________________________________________ Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Carol Spears
2005-06-27 22:32:48 UTC (almost 19 years ago)

kaladascope plug-in

On Mon, Jun 27, 2005 at 07:12:31PM +0100, sam ende wrote:

hallo,

i downloaded the kalaidascope plug-in but don't know how to get gimp to 'see' it. i am running gimp 2.2.6 on debian sarge, is there a page/url which describes how to do this or could somone please explain the steps i need to do ? thank you very much in advance.

try gimptool. you might need to get libgimp-dev to have the gimptool. type "gimptool --help" in a console to get the syntax of the gimptool command you need to install plug-ins.

is the file you downloaded one that ends in a .c?

carol

sam ende
2005-06-27 23:18:20 UTC (almost 19 years ago)

kaladascope plug-in

On Monday 27 June 2005 21:32, Carol Spears wrote:

hi,

try gimptool. you might need to get libgimp-dev to have the gimptool. type "gimptool --help" in a console to get the syntax of the gimptool command you need to install plug-ins.

thank you, that was useful,

is the file you downloaded one that ends in a .c?

yes, it returns this error:

sam@sende:~/downloads$ gimptool --install kaleidoscop.e.c /usr/bin/install -c -d /home/sam/.gimp-2.2/plug-ins i386-linux-gcc -Wall -g -O2 -I/usr/include/gimp-2.0 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o /home/sam/.gimp-2.2/plug-ins/kaleidoscop.e kaleidoscop.e.c -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 kaleidoscop.e.c:159: warning: initialization from incompatible pointer type
kaleidoscop.e.c: In function `query': kaleidoscop.e.c:203: error: `PARAM_INT32' undeclared (first use in this function)

and then a list of other errors. any idea what the problem could be ?

sammi

sam ende
2005-06-27 23:33:37 UTC (almost 19 years ago)

kaladascope plug-in

On Monday 27 June 2005 22:18, sam ende wrote:

On Monday 27 June 2005 21:32, Carol Spears wrote:

apologies, i mailed this wrong.

sammi

Carol Spears
2005-06-28 00:10:01 UTC (almost 19 years ago)

kaladascope plug-in

On Mon, Jun 27, 2005 at 10:18:20PM +0100, sam ende wrote:

On Monday 27 June 2005 21:32, Carol Spears wrote:

hi,

try gimptool. you might need to get libgimp-dev to have the gimptool. type "gimptool --help" in a console to get the syntax of the gimptool command you need to install plug-ins.

thank you, that was useful,

is the file you downloaded one that ends in a .c?

yes, it returns this error:

sam@sende:~/downloads$ gimptool --install kaleidoscop.e.c /usr/bin/install -c -d /home/sam/.gimp-2.2/plug-ins i386-linux-gcc -Wall -g -O2 -I/usr/include/gimp-2.0 -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o /home/sam/.gimp-2.2/plug-ins/kaleidoscop.e kaleidoscop.e.c -L/usr/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimp-2.0 -lgimpcolor-2.0 -lgimpmath-2.0 -lgimpbase-2.0-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 kaleidoscop.e.c:159: warning: initialization from incompatible pointer type
kaleidoscop.e.c: In function `query': kaleidoscop.e.c:203: error: `PARAM_INT32' undeclared (first use in this function)

and then a list of other errors. any idea what the problem could be ?

my guess is that the plug-in is in need of updating. even more detailed guessing is that the plug-in is written for an older version of glib.

it might be an interesting task for a beginer c-coder to update this plug-in.

sorry about all the guessing in this email, it is not my usual approach to answering the gimp-user mail.

carol