From: Robert L K. <rl...@al...> - 2000-05-03 23:13:37
|
From: Frederic Vivien <vi...@lc...> Date: 03 May 2000 12:18:02 -0400 Answering to rlk, I only had feed-back from him. As I have seen people discussing on my problem on this mailing-list, I came here to speed-up things, if possible. I have tried to play with the Makefile to have the gtk version working (what follows is from memory, as I do not write from the computer the experiments were made on). I removed what concerned the object files gimp_color_window.o and gimp_main_window.o, but the compilation of "print" failed during hte "link edition" (sorry, do not know the english expression), because of functions like "Image_init". The problem seems to come from the gimp libraries. The commands "nm libgimp.a | grep Image_init" and "nm libgimpui.a | grep Image_init" returned nothing. Am I doing something wrong here or is this the expression of another gimp version compatibility problem ? What is the name of the gtk version of the gimp-plugin ? Any advice will be appreciated... Image_init is from the plugin itself. I don't know why you'd have a problem with that -- can you send us the exact error message. Beyond that, I'll let the GUI folks answer that. Supposedly there's a fix for it in the repository. I'll probably cut 3.1.4 pretty soon after someone verifies that the fix works. -- Robert Krawitz <rl...@al...> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lp...@uu... Project lead for The Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |