Scite unter Suse 9.1

A

Andrea

Routinier
Hallo,

nachdem ich auf Suse 9.1 geupdated hab, wollte ich Scite wieder installieren... Ich hab mir die tar.gz runtergeladen, konnte aber weder scite noch scitella installieren...

Hat es irgendwer unter 9.1 am laufen?

Andrea
 
was sagt den der compiler b.z.w. make
 
Das hier:
baby:/home/ich/scintilla/gtk # make
g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -Wno-char-subscripts -DGTK -DSCI_LEXER -I ../include -I ../src -c PlatGTK.cxx
/bin/sh: line 1: gtk-config: command not found
PlatGTK.cxx:11:18: glib.h: Datei oder Verzeichnis nicht gefunden
PlatGTK.cxx:12:21: gmodule.h: Datei oder Verzeichnis nicht gefunden
PlatGTK.cxx:13:21: gdk/gdk.h: Datei oder Verzeichnis nicht gefunden
PlatGTK.cxx:14:21: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
PlatGTK.cxx:15:28: gdk/gdkkeysyms.h: Datei oder Verzeichnis nicht gefunden
In file included from PlatGTK.cxx:20:
../include/ScintillaWidget.h:26: error: 'GtkContainer' is used as a type, but
is not defined as a type.
../include/ScintillaWidget.h:31: error: 'GtkContainerClass' is used as a type,
but is not defined as a type.
../include/ScintillaWidget.h:37: error: syntax error before `)' token
../include/ScintillaWidget.h:38: error: syntax error before `*' token
PlatGTK.cxx:107: error: syntax error before `*' token
PlatGTK.cxx:112: error: syntax error before `*' token
PlatGTK.cxx:114: error: ISO C++ forbids declaration of `ascent' with no type
PlatGTK.cxx:114: error: ISO C++ forbids initialization of member `ascent'
PlatGTK.cxx:114: error: making `ascent' static
PlatGTK.cxx:114: error: ISO C++ forbids in-class initialization of non-const
static member `ascent'
PlatGTK.cxx:114: error: declaration of `int FontHandle::ascent'
PlatGTK.cxx:106: error: conflicts with previous declaration `int
FontHandle::ascent'
PlatGTK.cxx:115: error: `pfont_' was not declared in this scope
PlatGTK.cxx:115: error: ISO C++ forbids declaration of `pfont' with no type
PlatGTK.cxx:115: error: ISO C++ forbids initialization of member `pfont'
PlatGTK.cxx:115: error: making `pfont' static
PlatGTK.cxx:115: error: ISO C++ forbids in-class initialization of non-const
static member `pfont'
PlatGTK.cxx:120: error: invalid use of member `FontHandle::et'
PlatGTK.cxx:120: error: invalid data member initialization
PlatGTK.cxx:120: error: (use `=' to initialize static data members)
PlatGTK.cxx:120: error: ISO C++ forbids declaration of `ResetWidths' with no
type
PlatGTK.cxx:132: error: ISO C++ forbids defining types within return type
PlatGTK.cxx:132: error: destructors must be member functions
PlatGTK.cxx:132: error: return type specification for destructor invalid
PlatGTK.cxx: In function `void FontHandle()':
PlatGTK.cxx:133: error: `pfont' undeclared (first use this function)
PlatGTK.cxx:133: error: (Each undeclared identifier is reported only once for
each function it appears in.)
PlatGTK.cxx:134: error: `gdk_font_unref' undeclared (first use this function)
PlatGTK.cxx: In function `void ResetWidths(encodingType)':
PlatGTK.cxx:143: error: `et' undeclared (first use this function)
PlatGTK.cxx:145: error: `width' undeclared (first use this function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:167: error: syntax error before `}' token
PlatGTK.cxx:172: error: syntax error before `*' token
PlatGTK.cxx:176: error: syntax error before `*' token
PlatGTK.cxx:180: error: syntax error before `*' token
PlatGTK.cxx: In member function `void Palette::Release()':
PlatGTK.cxx:203: error: syntax error before `*' token
PlatGTK.cxx: In member function `void Palette::Allocate(Window&)':
PlatGTK.cxx:236: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:236: error: `gtk_widget_get_colormap' undeclared (first use this
function)
PlatGTK.cxx:237: error: syntax error before `*' token
PlatGTK.cxx:239: error: syntax error before `*' token
PlatGTK.cxx:243: error: `GdkColor' undeclared (first use this function)
PlatGTK.cxx:243: error: `paletteNew' undeclared (first use this function)
PlatGTK.cxx:243: error: syntax error before `[' token
PlatGTK.cxx:245: error: `gboolean' undeclared (first use this function)
PlatGTK.cxx:245: error: `successPalette' undeclared (first use this function)
PlatGTK.cxx:245: error: syntax error before `[' token
PlatGTK.cxx:256: error: `FALSE' undeclared (first use this function)
PlatGTK.cxx:256: error: `TRUE' undeclared (first use this function)
PlatGTK.cxx:257: error: `gdk_colormap_alloc_colors' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void FontCached::Release()':
PlatGTK.cxx:428: error: `PFont' undeclared (first use this function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:474: error: syntax error before `*' token
PlatGTK.cxx: In static member function `static void*
FontCached::CreateNewFont(const char*, int, int, bool, bool)':
PlatGTK.cxx:508: error: `GdkFont' undeclared (first use this function)
PlatGTK.cxx:508: error: `newid' undeclared (first use this function)
PlatGTK.cxx:513: error: `gdk_fontset_load' undeclared (first use this function)
PlatGTK.cxx:515: error: `gdk_font_load' undeclared (first use this function)
PlatGTK.cxx:521: error: `LoadFontOrSet' undeclared (first use this function)
PlatGTK.cxx:523: error: syntax error before `(' token
PlatGTK.cxx:592: error: syntax error before `(' token
PlatGTK.cxx:641: error: syntax error before `(' token
PlatGTK.cxx: At global scope:
PlatGTK.cxx:662: error: syntax error before `*' token
PlatGTK.cxx:663: error: syntax error before `*' token
PlatGTK.cxx:664: error: syntax error before `*' token
PlatGTK.cxx: In constructor `SurfaceImpl::SurfaceImpl()':
PlatGTK.cxx:776: error: class `SurfaceImpl' does not have any field named `
drawable'
PlatGTK.cxx:776: error: class `SurfaceImpl' does not have any field named `gc'
PlatGTK.cxx:776: error: class `SurfaceImpl' does not have any field named `
ppixmap'
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Release()':
PlatGTK.cxx:790: error: `drawable' undeclared (first use this function)
PlatGTK.cxx:793: error: `gc' undeclared (first use this function)
PlatGTK.cxx:793: error: `gdk_gc_unref' undeclared (first use this function)
PlatGTK.cxx:796: error: `ppixmap' undeclared (first use this function)
PlatGTK.cxx:797: error: `gdk_pixmap_unref' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Init(void*, void*)':
PlatGTK.cxx:840: error: `GdkDrawable' undeclared (first use this function)
PlatGTK.cxx:840: error: `drawable_' undeclared (first use this function)
PlatGTK.cxx:840: error: syntax error before `*' token
PlatGTK.cxx:848: error: `gdk_gc_new' undeclared (first use this function)
PlatGTK.cxx:850: error: `GDK_LINE_SOLID' undeclared (first use this function)
PlatGTK.cxx:850: error: `GDK_CAP_NOT_LAST' undeclared (first use this function)
PlatGTK.cxx:850: error: `GDK_JOIN_MITER' undeclared (first use this function)
PlatGTK.cxx:850: error: `gdk_gc_set_line_attributes' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::InitPixMap(int, int,
Surface*, void*)':
PlatGTK.cxx:868: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:868: error: `gdk_pixmap_new' undeclared (first use this function)
PlatGTK.cxx:870: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:870: error: `gdk_gc_new' undeclared (first use this function)
PlatGTK.cxx:872: error: `gdk_gc_set_line_attributes' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void
SurfaceImpl::PenColour(ColourAllocated)':
PlatGTK.cxx:879: error: `GdkColor' undeclared (first use this function)
PlatGTK.cxx:879: error: syntax error before `;' token
PlatGTK.cxx:880: error: `co' undeclared (first use this function)
PlatGTK.cxx:881: error: `gdk_gc_set_foreground' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::LineTo(int, int)':
PlatGTK.cxx:903: error: `gdk_draw_line' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Polygon(Point*, int,
ColourAllocated, ColourAllocated)':
PlatGTK.cxx:911: error: `GdkPoint' undeclared (first use this function)
PlatGTK.cxx:911: error: syntax error before `[' token
PlatGTK.cxx:912: error: `gpts' undeclared (first use this function)
PlatGTK.cxx:918: error: `gdk_draw_polygon' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void
SurfaceImpl::RectangleDraw(PRectangle, ColourAllocated, ColourAllocated)':
PlatGTK.cxx:929: error: `gdk_draw_rectangle' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void
SurfaceImpl::FillRectangle(PRectangle, ColourAllocated)':
PlatGTK.cxx:945: error: `gdk_draw_rectangle' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void
SurfaceImpl::FillRectangle(PRectangle, Surface&)':
PlatGTK.cxx:950: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:961: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:964: error: `gdk_draw_pixmap' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Ellipse(PRectangle,
ColourAllocated, ColourAllocated)':
PlatGTK.cxx:998: error: `gdk_draw_arc' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Copy(PRectangle,
Point, Surface&)':
PlatGTK.cxx:1009: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:1012: error: 'class SurfaceImpl' has no member named 'drawable'
PlatGTK.cxx:1015: error: `gdk_draw_pixmap' undeclared (first use this function)
PlatGTK.cxx: In member function `void SurfaceImpl::DrawTextBase(PRectangle,
Font&, int, const char*, int, ColourAllocated)':
PlatGTK.cxx:1179: error: `GdkWChar' undeclared (first use this function)
PlatGTK.cxx:1179: error: syntax error before `[' token
PlatGTK.cxx:1185: error: `wctext' undeclared (first use this function)
PlatGTK.cxx:1191: error: `gdk_mbstowcs' undeclared (first use this function)
PlatGTK.cxx:1196: error: `wcp' undeclared (first use this function)
PlatGTK.cxx:1199: error: `PFont' undeclared (first use this function)
PlatGTK.cxx:1200: error: `gdk_draw_text_wc' undeclared (first use this
function)
PlatGTK.cxx:1204: error: `gdk_text_width_wc' undeclared (first use this
function)
PlatGTK.cxx:1214: error: `gdk_draw_text' undeclared (first use this function)
PlatGTK.cxx:1217: error: `gdk_text_width' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::MeasureWidths(Font&,
const char*, int, int*)':
PlatGTK.cxx:1338: error: `gf' undeclared (first use this function)
PlatGTK.cxx:1338: error: `PFont' undeclared (first use this function)
PlatGTK.cxx:1341: error: syntax error before `[' token
PlatGTK.cxx:1353: error: `gdk_mbstowcs' undeclared (first use this function)
PlatGTK.cxx:1361: error: `gdk_char_width_wc' undeclared (first use this
function)
PlatGTK.cxx:1383: error: `gdk_char_width' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual int SurfaceImpl::WidthText(Font&,
const char*, int)':
PlatGTK.cxx:1431: error: syntax error before `[' token
PlatGTK.cxx:1434: error: `PFont' undeclared (first use this function)
PlatGTK.cxx:1434: error: `gdk_text_width_wc' undeclared (first use this
function)
PlatGTK.cxx:1436: error: `gdk_text_width' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual int SurfaceImpl::WidthChar(Font&,
char)':
PlatGTK.cxx:1450: error: `PFont' undeclared (first use this function)
PlatGTK.cxx:1450: error: `gdk_char_width' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual int SurfaceImpl::Ascent(Font&)':
PlatGTK.cxx:1476: error: `PFont' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual int SurfaceImpl::Descent(Font&)':
PlatGTK.cxx:1520: error: `PFont' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::SetClip(PRectangle)
':
PlatGTK.cxx:1557: error: `GdkRectangle' undeclared (first use this function)
PlatGTK.cxx:1557: error: syntax error before `=' token
PlatGTK.cxx: At global scope:
PlatGTK.cxx:1559: error: `area' was not declared in this scope
PlatGTK.cxx:1559: error: ISO C++ forbids declaration of `
gdk_gc_set_clip_rectangle' with no type
PlatGTK.cxx:1559: error: initializer list being treated as compound expression
PlatGTK.cxx:1560: error: syntax error before `}' token
PlatGTK.cxx: In member function `void Window::Destroy()':
PlatGTK.cxx:1582: error: `GTK_WIDGET' undeclared (first use this function)
PlatGTK.cxx:1582: error: `gtk_widget_destroy' undeclared (first use this
function)
PlatGTK.cxx: In member function `bool Window::HasFocus()':
PlatGTK.cxx:1587: error: `GTK_WIDGET_HAS_FOCUS' undeclared (first use this
function)
PlatGTK.cxx: In member function `PRectangle Window::GetPosition()':
PlatGTK.cxx:1594: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx: In member function `void Window::SetPosition(PRectangle)':
PlatGTK.cxx:1607: error: `GtkAllocation' undeclared (first use this function)
PlatGTK.cxx:1607: error: syntax error before `;' token
PlatGTK.cxx:1608: error: `alloc' undeclared (first use this function)
PlatGTK.cxx:1612: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1612: error: `gtk_widget_size_allocate' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Window::SetPositionRelative(PRectangle,
Window)':
PlatGTK.cxx:1623: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1623: error: `gdk_window_get_origin' undeclared (first use this
function)
PlatGTK.cxx:1634: error: `gdk_screen_width' undeclared (first use this
function)
PlatGTK.cxx:1635: error: `gdk_screen_height' undeclared (first use this
function)
PlatGTK.cxx:1643: error: `gtk_widget_set_uposition' undeclared (first use this
function)
PlatGTK.cxx:1653: error: `gtk_widget_set_usize' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Window::Show(bool)':
PlatGTK.cxx:1663: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1663: error: `gtk_widget_show' undeclared (first use this function)
PlatGTK.cxx: In member function `void Window::InvalidateAll()':
PlatGTK.cxx:1668: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1668: error: `gtk_widget_queue_draw' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Window::InvalidateRectangle(PRectangle)':
PlatGTK.cxx:1674: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1676: error: `gtk_widget_queue_draw_area' undeclared (first use
this function)
PlatGTK.cxx: In member function `void Window::SetCursor(Window::Cursor)':
PlatGTK.cxx:1691: error: `GdkCursor' undeclared (first use this function)
PlatGTK.cxx:1691: error: `gdkCurs' undeclared (first use this function)
PlatGTK.cxx:1694: error: `GDK_XTERM' undeclared (first use this function)
PlatGTK.cxx:1694: error: `gdk_cursor_new' undeclared (first use this function)
PlatGTK.cxx:1697: error: `GDK_LEFT_PTR' undeclared (first use this function)
PlatGTK.cxx:1700: error: `GDK_CENTER_PTR' undeclared (first use this function)
PlatGTK.cxx:1703: error: `GDK_WATCH' undeclared (first use this function)
PlatGTK.cxx:1706: error: `GDK_HAND2' undeclared (first use this function)
PlatGTK.cxx:1709: error: `GDK_RIGHT_PTR' undeclared (first use this function)
PlatGTK.cxx:1717: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1717: error: `gdk_window_set_cursor' undeclared (first use this
function)
PlatGTK.cxx:1718: error: `gdk_cursor_destroy' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Window::SetTitle(const char*)':
PlatGTK.cxx:1722: error: `GTK_WINDOW' undeclared (first use this function)
PlatGTK.cxx:1722: error: `gtk_window_set_title' undeclared (first use this
function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:1728: error: syntax error before `*' token
PlatGTK.cxx:1729: error: syntax error before `*' token
PlatGTK.cxx:1735: error: `gpointer' was not declared in this scope
PlatGTK.cxx:1735: error: `gpointer' was not declared in this scope
PlatGTK.cxx:1735: error: syntax error before `,' token
PlatGTK.cxx: In function `void list_image_free(...)':
PlatGTK.cxx:1736: error: `value' undeclared (first use this function)
PlatGTK.cxx:1738: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:1739: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:1739: error: `gdk_pixmap_unref' undeclared (first use this
function)
PlatGTK.cxx:1740: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:1741: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:1741: error: `gdk_bitmap_unref' undeclared (first use this
function)
PlatGTK.cxx:1746: error: `g_free' undeclared (first use this function)
PlatGTK.cxx: In destructor `virtual ListBoxX::~ListBoxX()':
PlatGTK.cxx:1788: error: `GHashTable' undeclared (first use this function)
PlatGTK.cxx:1788: error: syntax error before `;' token
PlatGTK.cxx:1789: error: syntax error before `;' token
PlatGTK.cxx: At global scope:
PlatGTK.cxx:1819: error: `GtkWidget' was not declared in this scope
PlatGTK.cxx:1819: error: syntax error before `,' token
PlatGTK.cxx: In function `void SelectionAC(...)':
PlatGTK.cxx:1821: error: `p' undeclared (first use this function)
PlatGTK.cxx:1822: error: `row' undeclared (first use this function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:1826: error: syntax error before `(' token
PlatGTK.cxx: In member function `virtual void ListBoxX::Create(Window&, int,
int, bool)':
PlatGTK.cxx:1837: error: `GTK_WINDOW_POPUP' undeclared (first use this
function)
PlatGTK.cxx:1837: error: `gtk_window_new' undeclared (first use this function)
PlatGTK.cxx:1839: error: `GtkWidget' undeclared (first use this function)
PlatGTK.cxx:1839: error: `frame' undeclared (first use this function)
PlatGTK.cxx:1839: error: `gtk_frame_new' undeclared (first use this function)
PlatGTK.cxx:1840: error: `gtk_widget_show' undeclared (first use this function)
PlatGTK.cxx:1841: error: `GTK_CONTAINER' undeclared (first use this function)
PlatGTK.cxx:1841: error: `gtk_container_add' undeclared (first use this
function)
PlatGTK.cxx:1842: error: `GTK_FRAME' undeclared (first use this function)
PlatGTK.cxx:1842: error: `GTK_SHADOW_OUT' undeclared (first use this function)
PlatGTK.cxx:1842: error: `gtk_frame_set_shadow_type' undeclared (first use this
function)
PlatGTK.cxx:1843: error: `gtk_container_set_border_width' undeclared (first use
this function)
PlatGTK.cxx:1845: error: `gtk_scrolled_window_new' undeclared (first use this
function)
PlatGTK.cxx:1847: error: `GTK_SCROLLED_WINDOW' undeclared (first use this
function)
PlatGTK.cxx:1848: error: `GTK_POLICY_NEVER' undeclared (first use this
function)
PlatGTK.cxx:1848: error: `GTK_POLICY_AUTOMATIC' undeclared (first use this
function)
PlatGTK.cxx:1848: error: `gtk_scrolled_window_set_policy' undeclared (first use
this function)
PlatGTK.cxx:1849: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1853: error: `gtk_clist_new' undeclared (first use this function)
PlatGTK.cxx:1856: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:1856: error: `gtk_clist_set_column_auto_resize' undeclared (first
use this function)
PlatGTK.cxx:1857: error: `GTK_SELECTION_BROWSE' undeclared (first use this
function)
PlatGTK.cxx:1857: error: `gtk_clist_set_selection_mode' undeclared (first use
this function)
PlatGTK.cxx:1858: error: `GTK_OBJECT' undeclared (first use this function)
PlatGTK.cxx:1859: error: `GTK_SIGNAL_FUNC' undeclared (first use this function)
PlatGTK.cxx:1859: error: `gtk_signal_connect' undeclared (first use this
function)
PlatGTK.cxx:1861: error: `ButtonPress' undeclared (first use this function)
PlatGTK.cxx:1862: error: `GTK_SHADOW_NONE' undeclared (first use this function)
PlatGTK.cxx:1862: error: `gtk_clist_set_shadow_type' undeclared (first use this
function)
PlatGTK.cxx:1897: error: `gtk_widget_realize' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void ListBoxX::SetFont(Font&)':
PlatGTK.cxx:1902: error: `GtkStyle' undeclared (first use this function)
PlatGTK.cxx:1902: error: `style' undeclared (first use this function)
PlatGTK.cxx:1902: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1902: error: `GTK_WIDGET' undeclared (first use this function)
PlatGTK.cxx:1902: error: `gtk_widget_get_style' undeclared (first use this
function)
PlatGTK.cxx:1903: error: `PFont' undeclared (first use this function)
PlatGTK.cxx:1903: error: `gdk_font_equal' undeclared (first use this function)
PlatGTK.cxx:1904: error: `gtk_style_copy' undeclared (first use this function)
PlatGTK.cxx:1905: error: `gdk_font_unref' undeclared (first use this function)
PlatGTK.cxx:1907: error: `gdk_font_ref' undeclared (first use this function)
PlatGTK.cxx:1908: error: `gtk_widget_set_style' undeclared (first use this
function)
PlatGTK.cxx:1909: error: `gtk_style_unref' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual PRectangle ListBoxX::GetDesiredRect()
':
PlatGTK.cxx:1936: error: `GtkRequisition' undeclared (first use this function)
PlatGTK.cxx:1936: error: syntax error before `;' token
PlatGTK.cxx:1942: error: `PWidget' undeclared (first use this function)
PlatGTK.cxx:1943: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:1946: error: `GTK_CONTAINER' undeclared (first use this function)
PlatGTK.cxx:1960: error: `GTK_WIDGET' undeclared (first use this function)
PlatGTK.cxx:1960: error: `gtk_widget_set_usize' undeclared (first use this
function)
PlatGTK.cxx:1963: error: `req' undeclared (first use this function)
PlatGTK.cxx:1963: error: `gtk_widget_size_request' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void ListBoxX::Clear()':
PlatGTK.cxx:1984: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:1984: error: `gtk_clist_clear' undeclared (first use this function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:1993: error: type specifier omitted for parameter `GtkWidget'
PlatGTK.cxx:1993: error: syntax error before `*' token
PlatGTK.cxx: In function `void init_pixmap(...)':
PlatGTK.cxx:1997: error: `list_image' undeclared (first use this function)
PlatGTK.cxx:2013: error: `gdk_pixmap_unref' undeclared (first use this
function)
PlatGTK.cxx:2016: error: `gdk_bitmap_unref' undeclared (first use this
function)
PlatGTK.cxx:2020: error: `window' undeclared (first use this function)
PlatGTK.cxx:2020: error: `gtk_widget_get_colormap' undeclared (first use this
function)
PlatGTK.cxx:2021: error: `gchar' undeclared (first use this function)
PlatGTK.cxx:2021: error: syntax error before `)' token
PlatGTK.cxx: In member function `virtual void ListBoxX::Append(char*, int)':
PlatGTK.cxx:2041: error: syntax error before `)' token
PlatGTK.cxx:2046: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:2046: error: `gtk_clist_append' undeclared (first use this
function)
PlatGTK.cxx:2048: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:2049: error: syntax error before `)' token
PlatGTK.cxx:2051: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:2051: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:2051: error: `gtk_clist_set_pixtext' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual int ListBoxX::Length()':
PlatGTK.cxx:2082: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void ListBoxX::Select(int)':
PlatGTK.cxx:2092: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:2092: error: `gtk_clist_select_row' undeclared (first use this
function)
PlatGTK.cxx:2093: error: `gtk_clist_moveto' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual int ListBoxX::Find(const char*)':
PlatGTK.cxx:2164: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:2164: error: `gtk_clist_get_text' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void ListBoxX::GetValue(int, char*,
int)':
PlatGTK.cxx:2191: error: `GtkCellType' undeclared (first use this function)
PlatGTK.cxx:2191: error: syntax error before `=' token
PlatGTK.cxx:2192: error: `type' undeclared (first use this function)
PlatGTK.cxx:2193: error: `GTK_CELL_TEXT' undeclared (first use this function)
PlatGTK.cxx:2194: error: `GTK_CLIST' undeclared (first use this function)
PlatGTK.cxx:2194: error: `gtk_clist_get_text' undeclared (first use this
function)
PlatGTK.cxx:2196: error: `GTK_CELL_PIXTEXT' undeclared (first use this
function)
PlatGTK.cxx:2197: error: `gtk_clist_get_pixtext' undeclared (first use this
function)
PlatGTK.cxx: In member function `virtual void ListBoxX::RegisterImage(int,
const char*)':
PlatGTK.cxx:2224: error: `g_return_if_fail' undeclared (first use this
function)
PlatGTK.cxx:2232: error: `g_direct_hash' undeclared (first use this function)
PlatGTK.cxx:2232: error: `g_direct_equal' undeclared (first use this function)
PlatGTK.cxx:2232: error: `g_hash_table_new' undeclared (first use this
function)
PlatGTK.cxx:2234: error: syntax error before `)' token
PlatGTK.cxx:2239: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:2240: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:2240: error: `gdk_pixmap_unref' undeclared (first use this
function)
PlatGTK.cxx:2241: error: 'struct ListImage' has no member named 'pixmap'
PlatGTK.cxx:2242: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:2243: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:2243: error: `gdk_bitmap_unref' undeclared (first use this
function)
PlatGTK.cxx:2244: error: 'struct ListImage' has no member named 'bitmap'
PlatGTK.cxx:2252: error: syntax error before `,' token
PlatGTK.cxx:2254: error: syntax error before `)' token
PlatGTK.cxx: In member function `void Menu::CreatePopUp()':
PlatGTK.cxx:2267: error: `GTK_TYPE_MENU' undeclared (first use this function)
PlatGTK.cxx:2267: error: `gtk_item_factory_new' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Menu::Destroy()':
PlatGTK.cxx:2272: error: `GTK_OBJECT' undeclared (first use this function)
PlatGTK.cxx:2272: error: `gtk_object_unref' undeclared (first use this
function)
PlatGTK.cxx: In member function `void Menu::Show(Point, Window&)':
PlatGTK.cxx:2279: error: `GtkItemFactory' undeclared (first use this function)
PlatGTK.cxx:2279: error: `factory' undeclared (first use this function)
PlatGTK.cxx:2279: error: syntax error before `*' token
PlatGTK.cxx:2280: error: `widget' undeclared (first use this function)
PlatGTK.cxx:2280: error: `gtk_item_factory_get_widget' undeclared (first use
this function)
PlatGTK.cxx:2281: error: `gtk_widget_show_all' undeclared (first use this
function)
PlatGTK.cxx:2282: error: `GtkRequisition' undeclared (first use this function)
PlatGTK.cxx:2282: error: syntax error before `;' token
PlatGTK.cxx:2283: error: `requisition' undeclared (first use this function)
PlatGTK.cxx:2283: error: `gtk_widget_size_request' undeclared (first use this
function)
PlatGTK.cxx:2290: error: `gtk_item_factory_popup' undeclared (first use this
function)
PlatGTK.cxx: In constructor `ElapsedTime::ElapsedTime()':
PlatGTK.cxx:2294: error: `GTimeVal' undeclared (first use this function)
PlatGTK.cxx:2294: error: syntax error before `;' token
PlatGTK.cxx:2295: error: `curTime' undeclared (first use this function)
PlatGTK.cxx:2295: error: `g_get_current_time' undeclared (first use this
function)
PlatGTK.cxx: At global scope:
PlatGTK.cxx:2302: error: syntax error before `*' token
PlatGTK.cxx: In constructor `DynamicLibraryImpl::DynamicLibraryImpl(const
char*)':
PlatGTK.cxx:2305: error: `m' undeclared (first use this function)
PlatGTK.cxx:2305: error: `G_MODULE_BIND_LAZY' undeclared (first use this
function)
PlatGTK.cxx:2305: error: `g_module_open' undeclared (first use this function)
PlatGTK.cxx: In destructor `virtual DynamicLibraryImpl::~DynamicLibraryImpl()':
PlatGTK.cxx:2310: error: `g_module_close' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void*
DynamicLibraryImpl::FindFunction(const char*)':
PlatGTK.cxx:2316: error: `gpointer' undeclared (first use this function)
PlatGTK.cxx:2316: error: syntax error before `;' token
PlatGTK.cxx:2317: error: `gboolean' undeclared (first use this function)
PlatGTK.cxx:2318: error: `status' undeclared (first use this function)
PlatGTK.cxx:2319: error: `fn_address' undeclared (first use this function)
PlatGTK.cxx: In member function `double ElapsedTime::Duration(bool)':
PlatGTK.cxx:2336: error: syntax error before `;' token
PlatGTK.cxx:2337: error: `g_get_current_time' undeclared (first use this
function)
PlatGTK.cxx: In static member function `static long int
Platform::SendScintilla(void*, unsigned int, long unsigned int, long int)':
PlatGTK.cxx:2395: error: `scintilla_get_type' undeclared (first use this
function)
PlatGTK.cxx:2395: error: syntax error before `)' token
PlatGTK.cxx:2395: error: `GTK_CHECK_CAST' undeclared (first use this function)
PlatGTK.cxx: In static member function `static long int
Platform::SendScintillaPointer(void*, unsigned int, long unsigned int,
void*)':
PlatGTK.cxx:2400: error: syntax error before `)' token
PlatGTK.cxx:2400: error: `GTK_CHECK_CAST' undeclared (first use this function)
PlatGTK.cxx: In member function `virtual void SurfaceImpl::Init(void*, void*)':
PlatGTK.cxx:838: warning: unused parameter `void*sid'
PlatGTK.cxx: In member function `virtual void SurfaceImpl::SetClip(PRectangle)
':
PlatGTK.cxx:1556: warning: unused parameter `PRectangle rc'
PlatGTK.cxx: In member function `virtual void*
DynamicLibraryImpl::FindFunction(const char*)':
PlatGTK.cxx:2314: warning: unused parameter `const char*name'
make: *** [PlatGTK.o] Fehler 1

Aber damit kann ich nicht wirklich was anfangen...
Andrea
 
Cool, danke, das geht =) *freu*
Ich hatte nur rpms fuer andere Distributionen gefunden!
Inzwischen hatte ich mich auch schon mit Kate angefreundet...
Aber jetzt kann ich ja Scite wieder benutzen!

DANKE, Andrea
 

Ähnliche Themen

OpenSUSE 13.2, gallium-nine, mesa, wine

So, das wars nun endgültig mit Centos und Linux

FreeBSD-9.1-RELEASE bootet nicht von CD

PHPmyAdmin login funktioniert nicht

Suse 12.3, hat jemand schon mal KVM zum Laufen bekommen?

Zurück
Oben