Jump to content

errors when compiling


aze
 Share

Recommended Posts

Hi all!

I trying to compile a software (www.scite.org) but the sonsole return too many errors:

make

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/DocumentAccessor.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/WindowAccessor.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/KeyWords.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/StyleContext.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/Document.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/CallTip.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/ScintillaBase.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/ContractionState.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/Editor.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include -I ../src -c ../src/PropSet.cxx

/bin/sh: line 1: gtk-config: command not found

g++ `gtk-config --cflags` -DNDEBUG -Os -W -Wall -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: No such file or directory

PlatGTK.cxx:12:21: gdk/gdk.h: No such file or directory

PlatGTK.cxx:13:21: gtk/gtk.h: No such file or directory

PlatGTK.cxx:14:28: gdk/gdkkeysyms.h: No such file or directory

In file included from PlatGTK.cxx:19:

../include/ScintillaWidget.h:26: 'GtkContainer' is used as a type, but is not defined as a type.

../include/ScintillaWidget.h:31: 'GtkContainerClass' is used as a type, but is not defined as a type.

../include/ScintillaWidget.h:37: parse error before `)' token

../include/ScintillaWidget.h:38: syntax error before `*' token

PlatGTK.cxx:96: syntax error before `*' token

PlatGTK.cxx:100: syntax error before `*' token

PlatGTK.cxx:104: syntax error before `*' token

PlatGTK.cxx: In member function `void Palette::Release()':

PlatGTK.cxx:127: parse error before `*' token

PlatGTK.cxx: In member function `void Palette::Allocate(Window&)':

PlatGTK.cxx:160: `PWidget' undeclared (first use this function)

PlatGTK.cxx:160: (Each undeclared identifier is reported only once for each function it appears in.)

PlatGTK.cxx:160: `gtk_widget_get_colormap' undeclared (first use this function)

PlatGTK.cxx:161: parse error before `*' token

PlatGTK.cxx:163: parse error before `*' token

PlatGTK.cxx:167: `GdkColor' undeclared (first use this function)

PlatGTK.cxx:167: `paletteNew' undeclared (first use this function)

PlatGTK.cxx:167: parse error before `[' token

PlatGTK.cxx:169: `gboolean' undeclared (first use this function)

PlatGTK.cxx:169: `successPalette' undeclared (first use this function)

PlatGTK.cxx:169: parse error before `[' token

PlatGTK.cxx:180: `FALSE' undeclared (first use this function)

PlatGTK.cxx:180: `TRUE' undeclared (first use this function)

PlatGTK.cxx:181: `gdk_colormap_alloc_colors' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void FontCached::Release()':

PlatGTK.cxx:341: `PFont' undeclared (first use this function)

PlatGTK.cxx:341: `gdk_font_unref' undeclared (first use this function)

PlatGTK.cxx: In static member function `static void* FontCached::CreateNewFont(const char*, int, int, bool, bool)':

PlatGTK.cxx:405: `gdk_fontset_load' undeclared (first use this function)

PlatGTK.cxx:407: `gdk_font_load' undeclared (first use this function)

PlatGTK.cxx: At global scope:

PlatGTK.cxx:553: syntax error before `*' token

PlatGTK.cxx:554: syntax error before `*' token

PlatGTK.cxx:555: syntax error before `*' token

PlatGTK.cxx: In constructor `SurfaceImpl::SurfaceImpl()':

PlatGTK.cxx:602: class `SurfaceImpl' does not have any field named `drawable'

PlatGTK.cxx:602: class `SurfaceImpl' does not have any field named `gc'

PlatGTK.cxx:602: class `SurfaceImpl' does not have any field named `ppixmap'

PlatGTK.cxx: In member function `virtual void SurfaceImpl::Release()':

PlatGTK.cxx:610: `drawable' undeclared (first use this function)

PlatGTK.cxx:613: `gc' undeclared (first use this function)

PlatGTK.cxx:613: `gdk_gc_unref' undeclared (first use this function)

PlatGTK.cxx:616: `ppixmap' undeclared (first use this function)

PlatGTK.cxx:617: `gdk_pixmap_unref' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::Init(void*)':

PlatGTK.cxx:635: `GdkDrawable' undeclared (first use this function)

PlatGTK.cxx:635: `drawable_' undeclared (first use this function)

PlatGTK.cxx:635: parse error before `*' token

PlatGTK.cxx:638: `gdk_gc_new' undeclared (first use this function)

PlatGTK.cxx:634: warning: unused parameter `void*sid'

PlatGTK.cxx: In member function `virtual void SurfaceImpl::InitPixMap(int, int, Surface*)':

PlatGTK.cxx:648: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx:648: `gdk_pixmap_new' undeclared (first use this function)

PlatGTK.cxx:650: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx: In member function `virtual void SurfaceImpl::PenColour(ColourAllocated)':

PlatGTK.cxx:659: `GdkColor' undeclared (first use this function)

PlatGTK.cxx:659: parse error before `;' token

PlatGTK.cxx:660: `co' undeclared (first use this function)

PlatGTK.cxx:661: `gdk_gc_set_foreground' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::LineTo(int, int)':

PlatGTK.cxx:683: `gdk_draw_line' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::Polygon(Point*, int, ColourAllocated, ColourAllocated)':

PlatGTK.cxx:691: `GdkPoint' undeclared (first use this function)

PlatGTK.cxx:691: parse error before `[' token

PlatGTK.cxx:692: `gpts' undeclared (first use this function)

PlatGTK.cxx:698: `gdk_draw_polygon' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::RectangleDraw(PRectangle, ColourAllocated, ColourAllocated)':

PlatGTK.cxx:709: `gdk_draw_rectangle' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::FillRectangle(PRectangle, Surface&)':

PlatGTK.cxx:730: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx:741: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx:744: `gdk_draw_pixmap' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::Ellipse(PRectangle, ColourAllocated, ColourAllocated)':

PlatGTK.cxx:778: `gdk_draw_arc' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::Copy(PRectangle, Point, Surface&)':

PlatGTK.cxx:789: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx:792: `class SurfaceImpl' has no member named `drawable'

PlatGTK.cxx: In member function `virtual void SurfaceImpl::DrawTextNoClip(PRectangle, Font&, int, const char*, int, ColourAllocated, ColourAllocated)':

PlatGTK.cxx:810: `GdkWChar' undeclared (first use this function)

PlatGTK.cxx:810: parse error before `[' token

PlatGTK.cxx:811: `wcp' undeclared (first use this function)

PlatGTK.cxx:811: parse error before `)' token

PlatGTK.cxx:811: `wctext' undeclared (first use this function)

PlatGTK.cxx:819: `gdk_draw_text_wc' undeclared (first use this function)

PlatGTK.cxx:823: `gdk_text_width_wc' undeclared (first use this function)

PlatGTK.cxx:831: `gdk_draw_text' undeclared (first use this function)

PlatGTK.cxx:834: `gdk_text_width' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void SurfaceImpl::MeasureWidths(Font&, const char*, int, int*)':

PlatGTK.cxx:851: `GdkFont' undeclared (first use this function)

PlatGTK.cxx:851: `gf' undeclared (first use this function)

PlatGTK.cxx:853: parse error before `[' token

PlatGTK.cxx:859: `gdk_char_width_wc' undeclared (first use this function)

PlatGTK.cxx:889: `gdk_char_width' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual int SurfaceImpl::WidthText(Font&, const char*, int)':

PlatGTK.cxx:904: parse error before `[' token

PlatGTK.cxx: In member function `virtual void SurfaceImpl::SetClip(PRectangle)':PlatGTK.cxx:999: `GdkRectangle' undeclared (first use this function)

PlatGTK.cxx:999: parse error before `=' token

PlatGTK.cxx:998: warning: unused parameter `PRectangle rc'

PlatGTK.cxx: At global scope:

PlatGTK.cxx:1001: `area' was not declared in this scope

PlatGTK.cxx:1001: ISO C++ forbids declaration of `gdk_gc_set_clip_rectangle' with no type

PlatGTK.cxx:1001: initializer list being treated as compound expression

PlatGTK.cxx:1002: parse error before `}' token

PlatGTK.cxx: In member function `void Window::Destroy()':

PlatGTK.cxx:1018: `GTK_WIDGET' undeclared (first use this function)

PlatGTK.cxx:1018: `gtk_widget_destroy' undeclared (first use this function)

PlatGTK.cxx: In member function `bool Window::HasFocus()':

PlatGTK.cxx:1023: `GTK_WIDGET_HAS_FOCUS' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::SetPosition(PRectangle)':

PlatGTK.cxx:1043: `GtkAllocation' undeclared (first use this function)

PlatGTK.cxx:1043: parse error before `;' token

PlatGTK.cxx:1044: `alloc' undeclared (first use this function)

PlatGTK.cxx:1048: `gtk_widget_size_allocate' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::SetPositionRelative(PRectangle, Window)':

PlatGTK.cxx:1058: `gdk_window_get_origin' undeclared (first use this function)

PlatGTK.cxx:1060: `gtk_widget_set_uposition' undeclared (first use this function)

PlatGTK.cxx:1069: `gtk_widget_set_usize' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::Show(bool)':

PlatGTK.cxx:1079: `gtk_widget_show' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::InvalidateAll()':

PlatGTK.cxx:1084: `gtk_widget_queue_draw' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::InvalidateRectangle(PRectangle)':

PlatGTK.cxx:1092: `gtk_widget_queue_draw_area' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::SetCursor(Window::Cursor)':

PlatGTK.cxx:1101: `GdkCursor' undeclared (first use this function)

PlatGTK.cxx:1101: `gdkCurs' undeclared (first use this function)

PlatGTK.cxx:1111: `GDK_XTERM' undeclared (first use this function)

PlatGTK.cxx:1111: `gdk_cursor_new' undeclared (first use this function)

PlatGTK.cxx:1114: `GDK_ARROW' undeclared (first use this function)

PlatGTK.cxx:1117: `GDK_CENTER_PTR' undeclared (first use this function)

PlatGTK.cxx:1120: `GDK_WATCH' undeclared (first use this function)

PlatGTK.cxx:1123: `GDK_TOP_LEFT_ARROW' undeclared (first use this function)

PlatGTK.cxx:1131: `gdk_window_set_cursor' undeclared (first use this function)

PlatGTK.cxx:1132: `gdk_cursor_destroy' undeclared (first use this function)

PlatGTK.cxx: In member function `void Window::SetTitle(const char*)':

PlatGTK.cxx:1136: `GTK_WINDOW' undeclared (first use this function)

PlatGTK.cxx:1136: `gtk_window_set_title' undeclared (first use this function)

PlatGTK.cxx: At global scope:

PlatGTK.cxx:1144: `GtkWidget' was not declared in this scope

PlatGTK.cxx:1144: parse error before `,' token

PlatGTK.cxx: In function `void SelectionAC(...)':

PlatGTK.cxx:1146: `p' undeclared (first use this function)

PlatGTK.cxx:1147: `row' undeclared (first use this function)

PlatGTK.cxx: At global scope:

PlatGTK.cxx:1150: syntax error before `(' token

PlatGTK.cxx: In member function `void ListBox::Create(Window&, int)':

PlatGTK.cxx:1161: `GTK_WINDOW_POPUP' undeclared (first use this function)

PlatGTK.cxx:1161: `gtk_window_new' undeclared (first use this function)

PlatGTK.cxx:1163: `GtkWidget' undeclared (first use this function)

PlatGTK.cxx:1163: `frame' undeclared (first use this function)

PlatGTK.cxx:1163: `gtk_frame_new' undeclared (first use this function)

PlatGTK.cxx:1165: `GTK_CONTAINER' undeclared (first use this function)

PlatGTK.cxx:1165: `gtk_container_add' undeclared (first use this function)

PlatGTK.cxx:1166: `GTK_FRAME' undeclared (first use this function)

PlatGTK.cxx:1166: `GTK_SHADOW_OUT' undeclared (first use this function)

PlatGTK.cxx:1166: `gtk_frame_set_shadow_type' undeclared (first use this function)

PlatGTK.cxx:1167: `gtk_container_set_border_width' undeclared (first use this function)

PlatGTK.cxx:1169: `gtk_scrolled_window_new' undeclared (first use this function)PlatGTK.cxx:1171: `GTK_SCROLLED_WINDOW' undeclared (first use this function)

PlatGTK.cxx:1172: `GTK_POLICY_NEVER' undeclared (first use this function)

PlatGTK.cxx:1172: `GTK_POLICY_AUTOMATIC' undeclared (first use this function)

PlatGTK.cxx:1172: `gtk_scrolled_window_set_policy' undeclared (first use this function)

PlatGTK.cxx:1176: `gtk_clist_new' undeclared (first use this function)

PlatGTK.cxx:1179: `GTK_CLIST' undeclared (first use this function)

PlatGTK.cxx:1179: `gtk_clist_set_column_auto_resize' undeclared (first use this function)

PlatGTK.cxx:1180: `GTK_SELECTION_BROWSE' undeclared (first use this function)

PlatGTK.cxx:1180: `gtk_clist_set_selection_mode' undeclared (first use this function)

PlatGTK.cxx:1181: `GTK_OBJECT' undeclared (first use this function)

PlatGTK.cxx:1182: `GTK_SIGNAL_FUNC' undeclared (first use this function)

PlatGTK.cxx:1182: `gtk_signal_connect' undeclared (first use this function)

PlatGTK.cxx:1184: `ButtonPress' undeclared (first use this function)

PlatGTK.cxx:1185: `GTK_SHADOW_NONE' undeclared (first use this function)

PlatGTK.cxx:1185: `gtk_clist_set_shadow_type' undeclared (first use this function)

PlatGTK.cxx:1187: `gtk_widget_realize' undeclared (first use this function)

PlatGTK.cxx: In member function `virtual void ListBox::SetFont(Font&)':

PlatGTK.cxx:1192: `GtkStyle' undeclared (first use this function)

PlatGTK.cxx:1192: `style' undeclared (first use this function)

PlatGTK.cxx:1192: `gtk_widget_get_style' undeclared (first use this function)

PlatGTK.cxx:1193: `gdk_font_equal' undeclared (first use this function)

PlatGTK.cxx:1194: `gtk_style_copy' undeclared (first use this function)

PlatGTK.cxx:1197: `gdk_font_ref' undeclared (first use this function)

PlatGTK.cxx:1198: `gtk_widget_set_style' undeclared (first use this function)

PlatGTK.cxx:1199: `gtk_style_unref' undeclared (first use this function)

PlatGTK.cxx: In member function `PRectangle ListBox::GetDesiredRect()':

PlatGTK.cxx:1229: `GtkRequisition' undeclared (first use this function)

PlatGTK.cxx:1229: parse error before `;' token

PlatGTK.cxx:1245: `req' undeclared (first use this function)

PlatGTK.cxx:1245: `gtk_widget_size_request' undeclared (first use this function)PlatGTK.cxx: In member function `void ListBox::Clear()':

PlatGTK.cxx:1261: `gtk_clist_clear' undeclared (first use this function)

PlatGTK.cxx: In member function `void ListBox::Append(char*)':

PlatGTK.cxx:1267: `gtk_clist_append' undeclared (first use this function)

PlatGTK.cxx: In member function `void ListBox::Select(int)':

PlatGTK.cxx:1280: `gtk_clist_select_row' undeclared (first use this function)

PlatGTK.cxx:1281: `gtk_clist_moveto' undeclared (first use this function)

PlatGTK.cxx: In member function `int ListBox::Find(const char*)':

PlatGTK.cxx:1292: `gtk_clist_get_text' undeclared (first use this function)

PlatGTK.cxx: In member function `void ListBox::Sort()':

PlatGTK.cxx:1312: `gtk_clist_sort' undeclared (first use this function)

PlatGTK.cxx: In member function `void Menu::CreatePopUp()':

PlatGTK.cxx:1319: `GTK_TYPE_MENU' undeclared (first use this function)

PlatGTK.cxx:1319: `gtk_item_factory_new' undeclared (first use this function)

PlatGTK.cxx: In member function `void Menu::Destroy()':

PlatGTK.cxx:1324: `gtk_object_unref' undeclared (first use this function)

PlatGTK.cxx: In member function `void Menu::Show(Point, Window&)':

PlatGTK.cxx:1329: `gdk_screen_height' undeclared (first use this function)

PlatGTK.cxx:1330: `gdk_screen_width' undeclared (first use this function)

PlatGTK.cxx:1331: `GtkItemFactory' undeclared (first use this function)

PlatGTK.cxx:1331: `factory' undeclared (first use this function)

PlatGTK.cxx:1331: parse error before `*' token

PlatGTK.cxx:1332: `widget' undeclared (first use this function)

PlatGTK.cxx:1332: `gtk_item_factory_get_widget' undeclared (first use this function)

PlatGTK.cxx:1333: `gtk_widget_show_all' undeclared (first use this function)

PlatGTK.cxx:1334: `GtkRequisition' undeclared (first use this function)

PlatGTK.cxx:1334: parse error before `;' token

PlatGTK.cxx:1335: `requisition' undeclared (first use this function)

PlatGTK.cxx:1342: `gtk_item_factory_popup' undeclared (first use this function)

PlatGTK.cxx: In constructor `ElapsedTime::ElapsedTime()':

PlatGTK.cxx:1346: `GTimeVal' undeclared (first use this function)

PlatGTK.cxx:1346: parse error before `;' token

PlatGTK.cxx:1347: `curTime' undeclared (first use this function)

PlatGTK.cxx:1347: `g_get_current_time' undeclared (first use this function)

PlatGTK.cxx: In member function `double ElapsedTime::Duration(bool)':

PlatGTK.cxx:1353: parse error before `;' token

PlatGTK.cxx: In static member function `static long int Platform::SendScintilla(void*, unsigned int, long unsigned int, long int)':

PlatGTK.cxx:1407: `scintilla_get_type' undeclared (first use this function)

PlatGTK.cxx:1407: parse error before `)' token

PlatGTK.cxx:1407: `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:1412: parse error before `)' token

PlatGTK.cxx: At top level:

PlatGTK.cxx:53: warning: `void InitializeGLIBThreads()' defined but not used

make: *** [PlatGTK.o] Error 1

What's wrong?

Thank you any help

Link to comment
Share on other sites

[bvc9 06:12 AM bvc9]>urpmf gtk-config

man-pages-fr:/usr/share/man/fr/man1/gtk-config.1.bz2

libgtk+1.2-devel:/usr/bin/gtk-config

libgtk+1.2-devel:/usr/share/doc/libgtk+1.2-devel-1.2.10/gtk-config.txt

libgtk+1.2-devel:/usr/share/man/man1/gtk-config.1.bz2

[bvc9 06:12 AM bvc9]>urpmf glib.h    

libglib2.0_0-devel:/usr/include/glib-2.0/glib.h

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hash-tables.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hook-functions.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib.html

libjpeg62-devel:/usr/include/jpeglib.h

libglib1.2-devel:/usr/include/glib-1.2/glib.h

libglib1.2-devel:/usr/share/doc/libglib1.2-devel-1.2.10/glib.html

postgresql-devel:/usr/include/pgsql/ecpglib.h

libsoup3-devel:/usr/include/soup/libwsdl/wsdl-schema-glib.h

libglib2.0_0-devel:/usr/include/glib-2.0/glib.h

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hash-tables.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hook-functions.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib.html

postgresql-devel:/usr/include/pgsql/ecpglib.h

 

I think the PlatGTK errors will be resovled by installing the above.

Link to comment
Share on other sites

# urpmf gtk-config 

man-pages-fr:/usr/share/man/fr/man1/gtk-config.1.bz2

libgtk+1.2-devel:/usr/bin/gtk-config

libgtk+1.2-devel:/usr/share/doc/libgtk+1.2-devel-1.2.10/gtk-config.txt

libgtk+1.2-devel:/usr/share/man/man1/gtk-config.1.bz2

# urpmf glib.h

libglib2.0_0-devel:/usr/include/glib-2.0/glib.h

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hash-tables.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib-hook-functions.html

libglib2.0_0-devel:/usr/share/gtk-doc/html/glib/glib.html

libjpeg62-devel:/usr/include/jpeglib.h

libglib1.2-devel:/usr/include/glib-1.2/glib.h

libglib1.2-devel:/usr/share/doc/libglib1.2-devel-1.2.10/glib.html

postgresql-devel:/usr/include/pgsql/ecpglib.h

 

thank you but nothing changed :( (the erros still the same)

Link to comment
Share on other sites

I just noticed also

gdk.h

gdkkeysyms.h (probably from the same rpm as gdk.h)

and

ScintillaWidget.h:26

and so on. Use urpmf to find the rpms of all these files and then verify the rpms are installed with

 

rpm -q pkg_name

rpm -q libgtk+1.2-devel

 

 

 

if they're not installed use urpmi to install, because it will find some of these deps, and install them, saving you time and frustration.

 

urpmi libgtk+1.2-devel

 

 

 

man urpmi

urpmi --help

man urpmf

urpmf --help

man rpm

ect...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...