aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: RedHat 9  (Read 2894 times)

littleguru

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
RedHat 9
« on: January 14, 2004, 02:43:19 AM »

This is one of the few times I've ever posted for Linux support so be patient.   I just got the newest (as of this post) version (1.2.4) and tried installing it from the rpm got dependency errors,so got the package with the file it requested (libcypto.so.0.9.7, and libssl.so.0.9.7) still it ask for them.  So I searched the forums and found thatt it might work if I compiled the source so I tried and it compiles fine  but gives me warnings when I try to "make" the exact warning is

"In file included from sockets.h:25,
                 from amuleDlg.h:24,
                 from amule.h:30,
                 from ListenSocket.cpp:22:
server.h:30:25: wx/treectrl.h: No such file or directory
In file included from sockets.h:25,
                 from amuleDlg.h:24,
                 from amule.h:30,
                 from ListenSocket.cpp:22:
server.h:52: `wxTreeCtrl' was not declared in this scope
server.h:52: `wnd' was not declared in this scope
server.h:52: `wxTreeItemId' was not declared in this scope
server.h:52: parse error before `)' token
In file included from ServerListCtrl.h:23,
                 from sockets.h:27,
                 from amuleDlg.h:24,
                 from amule.h:30,
                 from ListenSocket.cpp:22:"

and so on for a 42K warning log.  it seems to be mostly parse errors but I'm left clueless so any help would be appreciated.  also I have the recommended wxGTK and wxbase files installed and running.  

if you want the complete warning log just ask
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: RedHat 9
« Reply #1 on: January 14, 2004, 04:34:53 AM »

You lack wxGTK development headers.
Logged

littleguru

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: RedHat 9
« Reply #2 on: January 14, 2004, 07:13:21 AM »

Thanks a lot Kry I thought I had them but the RPM lied got the sources and compiled, works great.  BTW compiling from source also fixed 3 others that the RH 9 RPMs said were bad
Logged