aMule Forum
Deutsch => aMule Hilfe => Topic started by: Loooooser on April 19, 2005, 12:52:41 PM
-
Moin,
hab auf meinem Suse 9.0 das amule rpm installiert. Hat alles prima geklappt.
Da ich auf diesem comuter kein xwindow benutze, und nur mit putty darauf zugreife, will ich amule antweder in der console, oder mit hilfe des browsers konfigurieren... leider hab ich keine ahnung wie :).
Muss ich amule starten oder amuleweb, und muss ich erst ein config file einrichten etc???
Wär nett wenn mir jemand ein paar tipps zur einrichtung geben könnte.
Mfg,
JD
-
heho :)
1sten also zur info der daemon in rc8 is ziemlich bugged deshalb würde ich den auf gar keinen fall nehmen ;)
2tens da du das rpm genommen hast für suse?! dann is da normalerweise gar kein daemon drin!? die binary wäre amuled nicht amule!!
3tens mit den dazugehörigen wxGTK rpms, v2.4.2 geht KEIN daemon, da er mindestens v2.5.3 braucht von wxWidgets.
also eine mögliche lösung ( und wohl die beste) wäre du deinstallierst alle wxGTK, wxBAse usw rpms, genauso wie amule-rpm und holst dir von sourceforge --> wx2.6.0 das is wirklich klasse und dann noch
--> amule-cvs von http://amule.hirnriss.net, das is auch schonmal wesentlich besser als rc8, und da wir kurz vor einer release stehen auch sehr stabil
wenn du alles hast brauhcst du noch nur zu kompilieren ;) eine gute anleitung gibt es auf http://wiki.amule.org
genauer --> http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled
fragen? :))
-
Hab das ganze mal versucht... wxGTK2.6 bekomm ich auf meine suse maschine nicht drauf, weil beim "make" fehler kommen. Ich weiss nicht welche libs mir fehlen... hab dann GTK2.4.2 via rpm installiert, 2.4.2 reicht ja auch glaub ich. Dann hab ich amule-cvs entpackt, configure gemacht und dann make. Natürlich kam auchn fehler... hab keine ahnung was fürs libs mir da wieder fehlen.
Bin Verzweifelt :(
Mfg,
JD
-
also wie oben auch schon gesagt 2.4.2 reicht NICHT für daemon!!!
also zurück zum make für 2.6.0
poste einfach mal die fehlermeldung...dann kann man dir helfen ;)
-
src/unix/utilsx11.cpp:26:22: Warnung: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden
src/unix/utilsx11.cpp:27:23: Warnung: X11/Xatom.h: Datei oder Verzeichnis nicht gefunden
In file included from src/unix/utilsx11.cpp:34:
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:33:22: Warnung: X11/Xlib.h: Datei oder Verzeichnis nicht gefunden
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:34:23: Warnung: X11/Xutil.h: Datei oder Verzeichnis nicht gefunden
In file included from src/unix/utilsx11.cpp:34:
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:39: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:42: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:43: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:44: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:45: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:46: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:47: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:48: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:49: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:50: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:51: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:52: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:53: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:54: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:60: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:61: error: Syntaxfehler before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:123: error: type specifier omitted for
parameter `VisualID'
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:123: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:125: error: `VisualID' was not declared
in this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:125: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:134: error: type specifier omitted for
parameter `Colormap'
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:134: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:138: error: type specifier omitted for
parameter `XID'
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:138: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:146: error: `XID' was not declared in
this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:146: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:153: error: `Display' was not declared in
this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:153: error: `xdisplay' was not declared
in this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:157: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:160: error: type specifier omitted for
parameter `Atom'
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:160: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:161: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:164: error: type specifier omitted for
parameter `Atom'
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:164: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:166: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:167: error: `Atom' was not declared in
this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:167: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:168: error: parse error before `*' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:169: error: `Atom' was not declared in
this scope
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:169: error: parse error before `)' token
/opt/gnome/include/gtk-2.0/gdk/gdkx.h:186: error: Syntaxfehler before `*' token
src/unix/utilsx11.cpp:38: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:39: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:40: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:41: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:42: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:43: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:44: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:45: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:46: error: Syntaxfehler before `=' token
src/unix/utilsx11.cpp:57: error: `Display' was not declared in this scope
src/unix/utilsx11.cpp:57: error: `display' was not declared in this scope
src/unix/utilsx11.cpp:57: error: `Window' was not declared in this scope
src/unix/utilsx11.cpp:57: error: parse error before `)' token
src/unix/utilsx11.cpp: In function `bool IsMapped(...)':
src/unix/utilsx11.cpp:59: error: `XWindowAttributes' undeclared (first use this
function)
src/unix/utilsx11.cpp:59: error: (Each undeclared identifier is reported only
once for each function it appears in.)
src/unix/utilsx11.cpp:59: error: parse error before `;' token
src/unix/utilsx11.cpp:60: error: `display' undeclared (first use this function)
src/unix/utilsx11.cpp:60: error: `window' undeclared (first use this function)
src/unix/utilsx11.cpp:60: error: `attr' undeclared (first use this function)
src/unix/utilsx11.cpp:60: error: `XGetWindowAttributes' undeclared (first use
this function)
src/unix/utilsx11.cpp:61: error: `IsUnmapped' undeclared (first use this
function)
src/unix/utilsx11.cpp: At global scope:
src/unix/utilsx11.cpp:69: error: `Display' was not declared in this scope
src/unix/utilsx11.cpp:69: error: parse error before `,' token
src/unix/utilsx11.cpp:74: error: parse error before `*' token
src/unix/utilsx11.cpp:79: error: ISO C++ forbids defining types within return
type
src/unix/utilsx11.cpp:79: error: destructors must be member functions
src/unix/utilsx11.cpp:79: error: return type specification for destructor
invalid
src/unix/utilsx11.cpp: In function `void wxX11ErrorsSuspender()':
src/unix/utilsx11.cpp:80: error: `m_display' undeclared (first use this
function)
src/unix/utilsx11.cpp:80: error: `XFlush' undeclared (first use this function)
src/unix/utilsx11.cpp:81: error: `m_old' undeclared (first use this function)
src/unix/utilsx11.cpp:81: error: `XSetErrorHandler' undeclared (first use this
function)
src/unix/utilsx11.cpp: At global scope:
src/unix/utilsx11.cpp:84: error: parse error before `private'
src/unix/utilsx11.cpp:86: error: `Display' was not declared in this scope
src/unix/utilsx11.cpp:86: error: parse error before `,' token
src/unix/utilsx11.cpp:86: error: `int (*m_old)(...)' used prior to declaration
src/unix/utilsx11.cpp: In function `void wxSetIconsX11(WXDisplay*, void*, const
wxIconBundle&)':
src/unix/utilsx11.cpp:106: error: `_NET_WM_ICON' undeclared (first use this
function)
src/unix/utilsx11.cpp:106: error: `Display' undeclared (first use this
function)
src/unix/utilsx11.cpp:106: error: parse error before `)' token
src/unix/utilsx11.cpp:106: error: `False' undeclared (first use this function)
src/unix/utilsx11.cpp:106: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:157: error: parse error before `)' token
src/unix/utilsx11.cpp:167: error: parse error before `)' token
src/unix/utilsx11.cpp: At global scope:
src/unix/utilsx11.cpp:215: error: `Window' was not declared in this scope
src/unix/utilsx11.cpp:215: error: parse error before `,' token
src/unix/utilsx11.cpp: In function `void wxWinHintsSetLayer(...)':
src/unix/utilsx11.cpp:218: error: `wxX11ErrorsSuspender' undeclared (first use
this function)
src/unix/utilsx11.cpp:218: error: parse error before `(' token
src/unix/utilsx11.cpp:220: error: `XEvent' undeclared (first use this function)
src/unix/utilsx11.cpp:222: error: `_WIN_LAYER' undeclared (first use this
function)
src/unix/utilsx11.cpp:222: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:226: error: `xev' undeclared (first use this function)
src/unix/utilsx11.cpp:226: error: `ClientMessage' undeclared (first use this
function)
src/unix/utilsx11.cpp:231: error: `layer' undeclared (first use this function)
src/unix/utilsx11.cpp:232: error: `CurrentTime' undeclared (first use this
function)
src/unix/utilsx11.cpp:234: error: `rootWnd' undeclared (first use this
function)
src/unix/utilsx11.cpp:235: error: `SubstructureNotifyMask' undeclared (first
use this function)
src/unix/utilsx11.cpp:235: error: parse error before `)' token
src/unix/utilsx11.cpp:235: error: `XSendEvent' undeclared (first use this
function)
src/unix/utilsx11.cpp:243: error: `XA_CARDINAL' undeclared (first use this
function)
src/unix/utilsx11.cpp:244: error: `PropModeReplace' undeclared (first use this
function)
src/unix/utilsx11.cpp:244: error: `XChangeProperty' undeclared (first use this
function)
src/unix/utilsx11.cpp: At global scope:
src/unix/utilsx11.cpp:251: error: parse error before `,' token
src/unix/utilsx11.cpp: In function `bool wxQueryWMspecSupport(...)':
src/unix/utilsx11.cpp:321: error: parse error before `,' token
src/unix/utilsx11.cpp:323: error: cannot declare static function inside another
function
src/unix/utilsx11.cpp: In function `void wxWMspecSetState(...)':
src/unix/utilsx11.cpp:324: error: `_NET_WM_STATE' undeclared (first use this
function)
src/unix/utilsx11.cpp:324: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:328: error: parse error before `;' token
src/unix/utilsx11.cpp:332: error: `True' undeclared (first use this function)
src/unix/utilsx11.cpp:337: error: `operation' undeclared (first use this
function)
src/unix/utilsx11.cpp:338: error: `state' undeclared (first use this function)
src/unix/utilsx11.cpp:339: error: `None' undeclared (first use this function)
src/unix/utilsx11.cpp:343: error: `SubstructureRedirectMask' undeclared (first
use this function)
src/unix/utilsx11.cpp:344: error: `XSendEvent' undeclared (first use this
function)
src/unix/utilsx11.cpp:350: error: parse error before `,' token
src/unix/utilsx11.cpp:352: error: cannot declare static function inside another
function
src/unix/utilsx11.cpp: In function `void wxWMspecSetFullscreen(...)':
src/unix/utilsx11.cpp:353: error: `_NET_WM_STATE_FULLSCREEN' undeclared (first
use this function)
src/unix/utilsx11.cpp:353: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:356: error: `fullscreen' undeclared (first use this
function)
src/unix/utilsx11.cpp:363: error: parse error before `)' token
src/unix/utilsx11.cpp:364: error: cannot declare static function inside another
function
src/unix/utilsx11.cpp: In function `bool wxKwinRunning(...)':
src/unix/utilsx11.cpp:365: error: `KWIN_RUNNING' undeclared (first use this
function)
src/unix/utilsx11.cpp:365: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:368: error: `Atom' undeclared (first use this function)
src/unix/utilsx11.cpp:368: error: parse error before `;' token
src/unix/utilsx11.cpp:373: error: `type' undeclared (first use this function)
src/unix/utilsx11.cpp:374: error: `XGetWindowProperty' undeclared (first use
this function)
src/unix/utilsx11.cpp:374: error: `Success' undeclared (first use this
function)
src/unix/utilsx11.cpp:381: error: `XFree' undeclared (first use this function)
src/unix/utilsx11.cpp:387: error: parse error before `,' token
src/unix/utilsx11.cpp:389: error: cannot declare static function inside another
function
src/unix/utilsx11.cpp: In function `void wxSetKDEFullscreen(...)':
src/unix/utilsx11.cpp:393: error: `_NET_WM_WINDOW_TYPE' undeclared (first use
this function)
src/unix/utilsx11.cpp:393: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:394: error: `_NET_WM_WINDOW_TYPE_NORMAL' undeclared
(first use this function)
src/unix/utilsx11.cpp:395: error: `_KDE_NET_WM_WINDOW_TYPE_OVERRIDE' undeclared
(first use this function)
src/unix/utilsx11.cpp:396: error: `_NET_WM_STATE_STAYS_ON_TOP' undeclared
(first use this function)
src/unix/utilsx11.cpp:412: error: `XSync' undeclared (first use this function)
src/unix/utilsx11.cpp:414: error: `w' undeclared (first use this function)
src/unix/utilsx11.cpp:417: error: `XUnmapWindow' undeclared (first use this
function)
src/unix/utilsx11.cpp:421: error: `XA_ATOM' undeclared (first use this
function)
src/unix/utilsx11.cpp:422: error: `XChangeProperty' undeclared (first use this
function)
src/unix/utilsx11.cpp:427: error: `XMapRaised' undeclared (first use this
function)
src/unix/utilsx11.cpp:445: error: `origRect' undeclared (first use this
function)
src/unix/utilsx11.cpp:446: error: `XMoveResizeWindow' undeclared (first use
this function)
src/unix/utilsx11.cpp: In function `wxX11FullScreenMethod
wxGetFullScreenMethodX11(WXDisplay*, void*)':
src/unix/utilsx11.cpp:455: error: `Window' undeclared (first use this function)
src/unix/utilsx11.cpp:455: error: parse error before `=' token
src/unix/utilsx11.cpp:456: error: `disp' undeclared (first use this function)
src/unix/utilsx11.cpp:456: error: parse error before `)' token
src/unix/utilsx11.cpp:459: error: `XInternAtom' undeclared (first use this
function)
src/unix/utilsx11.cpp:460: error: `root' undeclared (first use this function)
src/unix/utilsx11.cpp: In function `void wxSetFullScreenStateX11(WXDisplay*,
void*, void*, bool, wxRect*, wxX11FullScreenMethod)':
src/unix/utilsx11.cpp:489: error: `Window' undeclared (first use this function)
src/unix/utilsx11.cpp:489: error: parse error before `=' token
src/unix/utilsx11.cpp:491: error: parse error before `)' token
src/unix/utilsx11.cpp:499: error: `wnd' undeclared (first use this function)
src/unix/utilsx11.cpp:517:24: Warnung: X11/keysym.h: Datei oder Verzeichnis nicht gefunden
src/unix/utilsx11.cpp:521: error: `KeySym' undeclared (first use this function)
src/unix/utilsx11.cpp:521: error: parse error before `)' token
src/unix/utilsx11.cpp: In function `int wxCharCodeXToWX(...)':
src/unix/utilsx11.cpp:524: error: `keySym' undeclared (first use this function)
src/unix/utilsx11.cpp:526: error: `XK_Shift_L' undeclared (first use this
function)
src/unix/utilsx11.cpp:527: error: `XK_Shift_R' undeclared (first use this
function)
src/unix/utilsx11.cpp:529: error: `XK_Control_L' undeclared (first use this
function)
src/unix/utilsx11.cpp:530: error: `XK_Control_R' undeclared (first use this
function)
src/unix/utilsx11.cpp:532: error: `XK_Meta_L' undeclared (first use this
function)
src/unix/utilsx11.cpp:533: error: `XK_Meta_R' undeclared (first use this
function)
src/unix/utilsx11.cpp:535: error: `XK_BackSpace' undeclared (first use this
function)
src/unix/utilsx11.cpp:537: error: `XK_Delete' undeclared (first use this
function)
src/unix/utilsx11.cpp:539: error: `XK_Clear' undeclared (first use this
function)
src/unix/utilsx11.cpp:541: error: `XK_Tab' undeclared (first use this function)
src/unix/utilsx11.cpp:543: error: `XK_numbersign' undeclared (first use this
function)
src/unix/utilsx11.cpp:545: error: `XK_Return' undeclared (first use this
function)
src/unix/utilsx11.cpp:547: error: `XK_Escape' undeclared (first use this
function)
src/unix/utilsx11.cpp:549: error: `XK_Pause' undeclared (first use this
function)
src/unix/utilsx11.cpp:550: error: `XK_Break' undeclared (first use this
function)
src/unix/utilsx11.cpp:552: error: `XK_Num_Lock' undeclared (first use this
function)
src/unix/utilsx11.cpp:554: error: `XK_Scroll_Lock' undeclared (first use this
function)
src/unix/utilsx11.cpp:557: error: `XK_Home' undeclared (first use this
function)
src/unix/utilsx11.cpp:559: error: `XK_End' undeclared (first use this function)
src/unix/utilsx11.cpp:561: error: `XK_Left' undeclared (first use this
function)
src/unix/utilsx11.cpp:563: error: `XK_Right' undeclared (first use this
function)
src/unix/utilsx11.cpp:565: error: `XK_Up' undeclared (first use this function)
src/unix/utilsx11.cpp:567: error: `XK_Down' undeclared (first use this
function)
src/unix/utilsx11.cpp:569: error: `XK_Next' undeclared (first use this
function)
src/unix/utilsx11.cpp:571: error: `XK_Prior' undeclared (first use this
function)
src/unix/utilsx11.cpp:573: error: `XK_Menu' undeclared (first use this
function)
src/unix/utilsx11.cpp:575: error: `XK_Select' undeclared (first use this
function)
src/unix/utilsx11.cpp:577: error: `XK_Cancel' undeclared (first use this
function)
src/unix/utilsx11.cpp:579: error: `XK_Print' undeclared (first use this
function)
src/unix/utilsx11.cpp:581: error: `XK_Execute' undeclared (first use this
function)
src/unix/utilsx11.cpp:583: error: `XK_Insert' undeclared (first use this
function)
src/unix/utilsx11.cpp:585: error: `XK_Help' undeclared (first use this
function)
src/unix/utilsx11.cpp:588: error: `XK_KP_Multiply' undeclared (first use this
function)
src/unix/utilsx11.cpp:590: error: `XK_KP_Add' undeclared (first use this
function)
src/unix/utilsx11.cpp:592: error: `XK_KP_Subtract' undeclared (first use this
function)
src/unix/utilsx11.cpp:594: error: `XK_KP_Divide' undeclared (first use this
function)
src/unix/utilsx11.cpp:596: error: `XK_KP_Decimal' undeclared (first use this
function)
src/unix/utilsx11.cpp:598: error: `XK_KP_Equal' undeclared (first use this
function)
src/unix/utilsx11.cpp:600: error: `XK_KP_Space' undeclared (first use this
function)
src/unix/utilsx11.cpp:602: error: `XK_KP_Tab' undeclared (first use this
function)
src/unix/utilsx11.cpp:604: error: `XK_KP_Enter' undeclared (first use this
function)
src/unix/utilsx11.cpp:606: error: `XK_KP_0' undeclared (first use this
function)
src/unix/utilsx11.cpp:608: error: `XK_KP_1' undeclared (first use this
function)
src/unix/utilsx11.cpp:610: error: `XK_KP_2' undeclared (first use this
function)
src/unix/utilsx11.cpp:612: error: `XK_KP_3' undeclared (first use this
function)
src/unix/utilsx11.cpp:614: error: `XK_KP_4' undeclared (first use this
function)
src/unix/utilsx11.cpp:616: error: `XK_KP_5' undeclared (first use this
function)
src/unix/utilsx11.cpp:618: error: `XK_KP_6' undeclared (first use this
function)
src/unix/utilsx11.cpp:620: error: `XK_KP_7' undeclared (first use this
function)
src/unix/utilsx11.cpp:622: error: `XK_KP_8' undeclared (first use this
function)
src/unix/utilsx11.cpp:624: error: `XK_KP_9' undeclared (first use this
function)
src/unix/utilsx11.cpp:626: error: `XK_F1' undeclared (first use this function)
src/unix/utilsx11.cpp:628: error: `XK_F2' undeclared (first use this function)
src/unix/utilsx11.cpp:630: error: `XK_F3' undeclared (first use this function)
src/unix/utilsx11.cpp:632: error: `XK_F4' undeclared (first use this function)
src/unix/utilsx11.cpp:634: error: `XK_F5' undeclared (first use this function)
src/unix/utilsx11.cpp:636: error: `XK_F6' undeclared (first use this function)
src/unix/utilsx11.cpp:638: error: `XK_F7' undeclared (first use this function)
src/unix/utilsx11.cpp:640: error: `XK_F8' undeclared (first use this function)
src/unix/utilsx11.cpp:642: error: `XK_F9' undeclared (first use this function)
src/unix/utilsx11.cpp:644: error: `XK_F10' undeclared (first use this function)
src/unix/utilsx11.cpp:646: error: `XK_F11' undeclared (first use this function)
src/unix/utilsx11.cpp:648: error: `XK_F12' undeclared (first use this function)
src/unix/utilsx11.cpp:650: error: `XK_F13' undeclared (first use this function)
src/unix/utilsx11.cpp:652: error: `XK_F14' undeclared (first use this function)
src/unix/utilsx11.cpp:654: error: `XK_F15' undeclared (first use this function)
src/unix/utilsx11.cpp:656: error: `XK_F16' undeclared (first use this function)
src/unix/utilsx11.cpp:658: error: `XK_F17' undeclared (first use this function)
src/unix/utilsx11.cpp:660: error: `XK_F18' undeclared (first use this function)
src/unix/utilsx11.cpp:662: error: `XK_F19' undeclared (first use this function)
src/unix/utilsx11.cpp:664: error: `XK_F20' undeclared (first use this function)
src/unix/utilsx11.cpp:666: error: `XK_F21' undeclared (first use this function)
src/unix/utilsx11.cpp:668: error: `XK_F22' undeclared (first use this function)
src/unix/utilsx11.cpp:670: error: `XK_F23' undeclared (first use this function)
src/unix/utilsx11.cpp:672: error: `XK_F24' undeclared (first use this function)
src/unix/utilsx11.cpp:681: error: parse error before `)' token
include/wx/clntdata.h:37: confused by earlier errors, bailing out
make: *** [coredll_utilsx11.o] Fehler 1
-
hehe :)
es sind ja immer die ersten zeilen wo interessant sind ;)
such mal im yast nach xlibs oder libx oder so was ähnlcihen, sprich die libs für den x-server ;)
btw mit welchem configure configurierst du?? welches tar.gz hast du runtergeladen?
-
Also wxGTK hab ich jetzt drauf...
Aber beim configuren von amule kommt folgendes am ende:
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets Not detected
GTK Not detected
Solten wxWidgets nicht normal vorhanden sein????
Ich muss von sourceforge nur das wxGTK2.6.0 installieren oder????
-
yup, welches configure hast du denn nun genommen?
poste mal
ls -la /usr/bin/wx*
ls -la /usr/local/bin/wx*
-
Wo seh ich denn welches configure ich nehm ^^.
in /usr/bin gibts nix mit ws.
in /usr/local/bin gibts das:
lrwxrwxrwx 1 root root 46 2005-04-20 18:01 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-ansi-release-2.6
lrwxrwxrwx 1 root root 8 2005-04-20 18:01 /usr/local/bin/wxrc -> wxrc-2.6
-rwxr-xr-x 1 root root 74322 2005-04-20 17:58 /usr/local/bin/wxrc-2.5
-rwxr-xr-x 1 root root 75670 2005-04-20 18:01 /usr/local/bin/wxrc-2.6
-
ähmm das configure hast du ganz am anfang mal eingegeben alsu due wx2.6.0 configuriert hast ;) aber gut...
um amule jetzt compilieren nimmst
./configure --with-wx-config=/usr/local/bin/wx-config
PLUS die optionen die du halt noch gerne hättest, sprich daemon, webserver usw.
dann sollte er am ende dann wxgtk finden und damit dann auch tun
-
Vielen Dank funzt alles... :D!
Muss nur noch die amule.conf bearbeiten....
Nur mal so nebenbei, wie wiess ich denn was für parameter (in diesem fall z.B. --with-wx-config=/usr/local/bin/wx-config) ich bei configure angeben kann??? steht das irgendwo oder hast du das einfach gewusst??
DANKE NOCHMAL!!!! :D:D:D
-
./configure --help ;)
viel spass