Re: gimp-lqr-plugin make error
Hi I'm no gcc guru, but this looks like a gcc bug. You might file a bug at Apple https://bugreport.apple.com/ yves Le 07-11-10 à 09:48, Rémi Thébault a écrit :
I'm on leopard with an intel macbook
Le 10 nov. 07 à 15:07, Yves de Champlain a écrit :
Le 07-11-10 à 07:44, Rémi Thébault a écrit :
Hi All
Trying to install the gimp, I had this issue :
---> Building gimp-lqr-plugin with target all Error: Target org.macports.build returned: shell command " cd "/ opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gra phics_gimp-lqr-plugin/work/gimp-lqr-plugin-0.3.0" && make all " returned error 2 Command output: Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -I/opt/local/ include/gimp-2.0 -I/op ........... (a lot of lines) ...........deps/lqr_raster.Tpo" -c -o lqr_raster.o lqr_raster.c; \ then mv -f ".deps/lqr_raster.Tpo" ".deps/lqr_raster.Po"; else rm -f ".deps/lqr_raster.Tpo"; exit 1; fi /var/tmp//cc52LiVr.s:167:non-relocatable subtraction expression, "_norm_bias" minus "L00000000002$pb" /var/tmp//cc52LiVr.s:167:symbol: "_norm_bias" can't be undefined in a subtraction expression /var/tmp//cc52LiVr.s:161:non-relocatable subtraction expression, "_sumabs" minus "L00000000002$pb" ............. /var/tmp//cc52LiVr.s:135:non-relocatable subtraction expression, "_zero" minus "L00000000002$pb" /var/tmp//cc52LiVr.s:135:symbol: "_zero" can't be undefined in a subtraction expression make[2]: *** [lqr_raster.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Hi
I just removed this plugin from gimp's dependencies, so the next port sync should fix the problem.
However, I would like to know more about your setup
10.? intel / ppc ?
yves
Wait.. you guys have GIMP building? The 2.4.1 version? Tell me more.. I'm dyin' over here! :| On 11/11/07, Yves de Champlain <yves@macports.org> wrote:
Hi
I'm no gcc guru, but this looks like a gcc bug.
You might file a bug at Apple
yves
Le 07-11-10 à 09:48, Rémi Thébault a écrit :
I'm on leopard with an intel macbook
Le 10 nov. 07 à 15:07, Yves de Champlain a écrit :
Le 07-11-10 à 07:44, Rémi Thébault a écrit :
Hi All
Trying to install the gimp, I had this issue :
---> Building gimp-lqr-plugin with target all Error: Target org.macports.build returned: shell command " cd "/ opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gra phics_gimp-lqr-plugin/work/gimp-lqr-plugin-0.3.0" && make all " returned error 2 Command output: Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DXTHREADS -I/opt/local/ include/gimp-2.0 -I/op ........... (a lot of lines) ...........deps/lqr_raster.Tpo" -c -o lqr_raster.o lqr_raster.c; \ then mv -f ".deps/lqr_raster.Tpo" ".deps/lqr_raster.Po"; else rm -f ".deps/lqr_raster.Tpo"; exit 1; fi /var/tmp//cc52LiVr.s:167:non-relocatable subtraction expression, "_norm_bias" minus "L00000000002$pb" /var/tmp//cc52LiVr.s:167:symbol: "_norm_bias" can't be undefined in a subtraction expression /var/tmp//cc52LiVr.s:161:non-relocatable subtraction expression, "_sumabs" minus "L00000000002$pb" ............. /var/tmp//cc52LiVr.s:135:non-relocatable subtraction expression, "_zero" minus "L00000000002$pb" /var/tmp//cc52LiVr.s:135:symbol: "_zero" can't be undefined in a subtraction expression make[2]: *** [lqr_raster.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Hi
I just removed this plugin from gimp's dependencies, so the next port sync should fix the problem.
However, I would like to know more about your setup
10.? intel / ppc ?
yves
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
-- David Orriss Jr. My blog: http://www.codethought.com/blog My PalmOS apps: http://www.palmgear.com/index.cfm?fuseaction=software.developer&userID=82264...
Le 07-11-12 à 13:44, David Orriss Jr a écrit :
Wait.. you guys have GIMP building? The 2.4.1 version?
Tell me more.. I'm dyin' over here! :|
There are many ways to install the gimp. 1- "port install gimp" is the full fledge batteries included meta port with extras 2- "port install gimp2" is the gimp with no extra but with most options enabled (no dbus) 3- "port install gimp2 +without_gnome" makes a lot less dependencies, but no html viewer or svg support 4- "port install gimp2 +no_python" removes python scripts and filters 5- "port install gimp2 +without_gnome +no_python" is both Once you have gimp2 installed, all the stuff provided in the gimp meta port can be installed one by one as needed. I'm on 10.4 PPC and have the full gimp 2.4.1 with GAP installed with no fuss. I am aware that some issues are emerging either from Xcode 3.0 or Xcode 2.5 / intel yves
On Nov 12, 2007 11:05 AM, Yves de Champlain <yves@macports.org> wrote:
Le 07-11-12 à 13:44, David Orriss Jr a écrit :
Wait.. you guys have GIMP building? The 2.4.1 version?
Tell me more.. I'm dyin' over here! :|
There are many ways to install the gimp.
1- "port install gimp" is the full fledge batteries included meta port with extras 2- "port install gimp2" is the gimp with no extra but with most options enabled (no dbus) 3- "port install gimp2 +without_gnome" makes a lot less dependencies, but no html viewer or svg support 4- "port install gimp2 +no_python" removes python scripts and filters 5- "port install gimp2 +without_gnome +no_python" is both
Once you have gimp2 installed, all the stuff provided in the gimp meta port can be installed one by one as needed.
I'm on 10.4 PPC and have the full gimp 2.4.1 with GAP installed with no fuss. I am aware that some issues are emerging either from Xcode 3.0 or Xcode 2.5 / intel
My problems all stem from building in Leopard. What's the most straightforward way to get GIMP to build under Leopard..? -- David Orriss Jr. My blog: http://www.codethought.com/blog My PalmOS apps: http://www.palmgear.com/index.cfm?fuseaction=software.developer&userID=82264...
participants (2)
-
David Orriss Jr
-
Yves de Champlain