bugGnash - The GNU Flash player - Bugs: bug #17399, Change in pango.m4 for PPC(?)...

 
 

bug #17399: Change in pango.m4 for PPC(?) messed up a lot of things on my x86...

Submitted by:  None
Submitted on:  Thu 10 Aug 2006 05:41:22 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Release: NoneStatus: Fixed
Privacy: PublicAssigned to: Rob Savoye <rsavoye>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

(Jump to the original submission Jump to the original submission)

Thu 10 Aug 2006 05:52:20 PM UTC, comment #6:

Thanks for figuring out the problem, I was having trouble duplicating it.

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Thu 10 Aug 2006 05:51:01 PM UTC, comment #5:

Recompiled after reset confcache and it worked... This 'bug' can be marked as closed/resolved.

Anonymous
Thu 10 Aug 2006 05:47:37 PM UTC, comment #4:

So for some reason it's stripping away the leading -I. :-/

Anonymous
Thu 10 Aug 2006 05:46:24 PM UTC, comment #3:

mago@leary ~/boomerang $ pkg-config --cflags pango
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

Anonymous
Thu 10 Aug 2006 05:45:13 PM UTC, comment #2:

-I/usr/lib/gtk-2.0/include /usr/X11R6/include/pango-1.0 -I/usr/include/glib-2.0

seems like a missing -I (id est: -I/usr/X11R6/include/pango-1.0).

Anonymous
Thu 10 Aug 2006 05:43:58 PM UTC, comment #1:

What does "pkg-config --cflags pango" say ? All I did was add support for using pkg-config, and then added an additional library that was needed on the PPC. You can run configure with "sh -x", and look in the output, but do you have pkg-config installed ?

Rob Savoye <rsavoye>
Project AdministratorIn charge of this item.
Thu 10 Aug 2006 05:41:22 PM UTC, original submission:

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../server/swf -I../server/asobj -I../libbase -I.. -I/usr/include/SDL -I/usr/include/SDL -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include /usr/X11R6/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/X11R6/include/atk-1.0 -I/usr/include/libxml2 -DQT_THREAD_SUPPORT -D_REENTRANT -march=athlon-xp -pipe -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT action_buffer.lo -MD -MP -MF .deps/action_buffer.Tpo -c action_buffer.cpp -fPIC -DPIC -o .libs/action_buffer.o
In file included from /usr/include/gtk-2.0/gdk/gdkcolor.h:31,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:23,
from /usr/include/gtk-2.0/gdk/gdk.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:31,
from action.cpp:85:
/usr/include/gtk-2.0/gdk/gdktypes.h:33:25: error: pango/pango.h: No such file or directory
In file included from /usr/include/gtk-2.0/gdk/gdk.h:30,
from /usr/include/gtk-2.0/gtk/gtk.h:31,
from action.cpp:85:
/usr/include/gtk-2.0/gdk/gdkcairo.h:25:30: error: pango/pangocairo.h: No such file or directory
In file included from /usr/include/gtk-2.0/gdk/gdk.h:38,
from /usr/include/gtk-2.0/gtk/gtk.h:31,
from action.cpp:85:
/usr/include/gtk-2.0/gdk/gdkfont.h:33:30: error: pango/pango-font.h: No such file or directory
In file included from /usr/include/gtk-2.0/gtk/gtkprintoperation.h:31,
from /usr/include/gtk-2.0/gtk/gtk.h:135,
from action.cpp:85:
/usr/include/gtk-2.0/gtk/gtkprintcontext.h:25:32: error: pango/pango-layout.h: No such file or directory
/usr/include/gtk-2.0/gdk/gdkdrawable.h:119: error: 'PangoFont' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:122: error: 'PangoGlyphString' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:186: error: 'PangoMatrix' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:187: error: 'PangoFont' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:190: error: 'PangoGlyphString' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:353: error: 'PangoFont' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:356: error: 'PangoGlyphString' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:361: error: 'PangoLayoutLine' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:366: error: 'PangoLayout' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:372: error: 'PangoLayoutLine' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:379: error: 'PangoLayout' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:385: error: 'PangoMatrix' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:386: error: 'PangoFont' has not been declared
/usr/include/gtk-2.0/gdk/gdkdrawable.h:389: error: 'PangoGlyphString' has not been declared
/usr/include/gtk-2.0/gdk/gdkfont.h:69: error: 'PangoFontDescription' has not been declared
/usr/include/gtk-2.0/gdk/gdkfont.h:76: error: 'PangoFontDescription' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkfont.h:76: error: 'font_desc' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkkeys.h:103: error: 'PangoDirection' does not name a type
/usr/include/gtk-2.0/gdk/gdkpango.h:67: error: 'PangoRenderer' does not name a type
/usr/include/gtk-2.0/gdk/gdkpango.h:82: error: 'PangoRendererClass' does not name a type
/usr/include/gtk-2.0/gdk/gdkpango.h:87: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:88: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:95: error: 'PangoRenderPart' has not been declared
/usr/include/gtk-2.0/gdk/gdkpango.h:98: error: 'PangoRenderPart' has not been declared
/usr/include/gtk-2.0/gdk/gdkpango.h:103: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:105: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:108: error: variable or field 'gdk_pango_context_set_colormap' declared void
/usr/include/gtk-2.0/gdk/gdkpango.h:108: error: 'PangoContext' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:108: error: 'context' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:109: error: expected primary-expression before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:109: error: 'colormap' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:109: error: initializer expression list treated as compound expression
/usr/include/gtk-2.0/gdk/gdkpango.h:119: error: 'PangoLayoutLine' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:119: error: 'line' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:120: error: expected primary-expression before 'x_origin'
/usr/include/gtk-2.0/gdk/gdkpango.h:121: error: expected primary-expression before 'y_origin'
/usr/include/gtk-2.0/gdk/gdkpango.h:122: error: expected primary-expression before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:122: error: 'index_ranges' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:123: error: expected primary-expression before 'n_ranges'
/usr/include/gtk-2.0/gdk/gdkpango.h:123: error: initializer expression list treated as compound expression
/usr/include/gtk-2.0/gdk/gdkpango.h:124: error: 'PangoLayout' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:124: error: 'layout' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:125: error: expected primary-expression before 'x_origin'
/usr/include/gtk-2.0/gdk/gdkpango.h:126: error: expected primary-expression before 'y_origin'
/usr/include/gtk-2.0/gdk/gdkpango.h:127: error: expected primary-expression before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:127: error: 'index_ranges' was not declared in this scope
/usr/include/gtk-2.0/gdk/gdkpango.h:128: error: expected primary-expression before 'n_ranges'
/usr/include/gtk-2.0/gdk/gdkpango.h:128: error: initializer expression list treated as compound expression
/usr/include/gtk-2.0/gdk/gdkpango.h:139: error: 'PangoAttribute' does not name a type
/usr/include/gtk-2.0/gdk/gdkpango.h:145: error: 'PangoAttribute' does not name a type
/usr/include/gtk-2.0/gdk/gdkpango.h:149: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gdk/gdkpango.h:150: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkstyle.h:86: error: ISO C++ forbids declaration of 'PangoFontDescription' with no type
/usr/include/gtk-2.0/gtk/gtkstyle.h:86: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkstyle.h:111: error: ISO C++ forbids declaration of 'PangoFontDescription' with no type
/usr/include/gtk-2.0/gtk/gtkstyle.h:111: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkstyle.h:390: error: 'PangoLayout' has not been declared
/usr/include/gtk-2.0/gtk/gtkstyle.h:622: error: 'PangoLayout' has not been declared
/usr/include/gtk-2.0/gtk/gtkstyle.h:843: error: 'PangoLayout' has not been declared
/usr/include/gtk-2.0/gtk/gtkrc.h:64: error: ISO C++ forbids declaration of 'PangoFontDescription' with no type
/usr/include/gtk-2.0/gtk/gtkrc.h:64: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkwidget.h:665: error: 'PangoFontDescription' has not been declared
/usr/include/gtk-2.0/gtk/gtkwidget.h:672: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkwidget.h:673: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkwidget.h:674: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtklabel.h:69: error: ISO C++ forbids declaration of 'PangoAttrList' with no type
/usr/include/gtk-2.0/gtk/gtklabel.h:69: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtklabel.h:70: error: ISO C++ forbids declaration of 'PangoAttrList' with no type
/usr/include/gtk-2.0/gtk/gtklabel.h:70: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtklabel.h:72: error: ISO C++ forbids declaration of 'PangoLayout' with no type
/usr/include/gtk-2.0/gtk/gtklabel.h:72: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtklabel.h:108: error: 'PangoAttrList' has not been declared
/usr/include/gtk-2.0/gtk/gtklabel.h:109: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtklabel.h:134: error: 'PangoEllipsizeMode' has not been declared
/usr/include/gtk-2.0/gtk/gtklabel.h:135: error: 'PangoEllipsizeMode' does not name a type
/usr/include/gtk-2.0/gtk/gtklabel.h:148: error: 'PangoWrapMode' has not been declared
/usr/include/gtk-2.0/gtk/gtklabel.h:149: error: 'PangoWrapMode' does not name a type
/usr/include/gtk-2.0/gtk/gtklabel.h:163: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:46: error: ISO C++ forbids declaration of 'PangoFontDescription' with no type
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:46: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:48: error: 'PangoColor' does not name a type
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:49: error: 'PangoColor' does not name a type
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51: error: ISO C++ forbids declaration of 'PangoAttrList' with no type
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:51: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkcellrenderertext.h:53: error: 'PangoUnderline' does not name a type
/usr/include/gtk-2.0/gtk/gtktexttag.h:218: error: ISO C++ forbids declaration of 'PangoFontDescription' with no type
/usr/include/gtk-2.0/gtk/gtktexttag.h:218: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtktexttag.h:234: error: ISO C++ forbids declaration of 'PangoTabArray' with no type
/usr/include/gtk-2.0/gtk/gtktexttag.h:234: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtktexttag.h:241: error: ISO C++ forbids declaration of 'PangoLanguage' with no type
/usr/include/gtk-2.0/gtk/gtktexttag.h:241: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtktextiter.h:165: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkclist.h:783: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkimcontext.h:67: error: 'PangoAttrList' has not been declared
/usr/include/gtk-2.0/gtk/gtkimcontext.h:101: error: 'PangoAttrList' has not been declared
/usr/include/gtk-2.0/gtk/gtkentry.h:73: error: ISO C++ forbids declaration of 'PangoLayout' with no type
/usr/include/gtk-2.0/gtk/gtkentry.h:73: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkentry.h:177: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkfontsel.h:78: error: ISO C++ forbids declaration of 'PangoFontFamily' with no type
/usr/include/gtk-2.0/gtk/gtkfontsel.h:78: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkfontsel.h:79: error: ISO C++ forbids declaration of 'PangoFontFace' with no type
/usr/include/gtk-2.0/gtk/gtkfontsel.h:79: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtkscale.h:87: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkmain.h:132: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkprintcontext.h:50: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkprintcontext.h:51: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkprintcontext.h:52: error: expected constructor, destructor, or type conversion before '*' token
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:142: error: 'PangoEllipsizeMode' has not been declared
/usr/include/gtk-2.0/gtk/gtkprogressbar.h:143: error: 'PangoEllipsizeMode' does not name a type
/usr/include/gtk-2.0/gtk/gtktextbuffer.h:391: error: expected initializer before '*' token
/usr/include/gtk-2.0/gtk/gtktextview.h:83: error: ISO C++ forbids declaration of 'PangoTabArray' with no type
/usr/include/gtk-2.0/gtk/gtktextview.h:83: error: expected ';' before '*' token
/usr/include/gtk-2.0/gtk/gtktextview.h:357: error: 'PangoTabArray' has not been declared
/usr/include/gtk-2.0/gtk/gtktextview.h:358: error: expected constructor, destructor, or type conversion before '*' token
make[3]: *** [action.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-g++: /usr/X11R6/include/pango-1.0: linker input file unused because linking not done
i686-pc-linux-gnu-g++: /usr/X11R6/include/pango-1.0: linker input file unused because linking not done

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Thu 10 Aug 2006 05:52:20 PM UTCrsavoyeStatusNeed Info=>Fixed
  Open/ClosedOpen=>Closed
Thu 10 Aug 2006 05:43:58 PM UTCrsavoyeStatusNone=>Need Info
  Assigned toNone=>rsavoye

Back to the top


Powered by Savane 3.1-cleanup1