dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
106 stars 63 forks source link

Unable to install #169

Open dave9549 opened 1 year ago

dave9549 commented 1 year ago

Has anyone lately been able to install ircddb gateway on any operating system? I have tried mutiple os and hardware platforms and still not able to get it to install.

johnhays commented 1 year ago

I use the source at https://github.com/g4klx/ircDDBGateway

On Sun, Jan 15, 2023, 08:42 dave9549 @.***> wrote:

Has anyone lately been able to install ircddb gateway on any operating system? I have tried mutiple os and hardware platforms and still not able to get it to install.

— Reply to this email directly, view it on GitHub https://github.com/dl5di/OpenDV/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR7I6VBKR4XRGJC7DHBJGLWSQSGVANCNFSM6AAAAAAT36Q3TM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dave9549 commented 1 year ago

Thank you for the response. I have tried that one as well with no luck. What OS are you using if you don't mind?

dave9549 commented 1 year ago

I am trying to get this running to put on our local repeaters at the gateway to allow access to XLX reflectors.

johnhays commented 1 year ago

I have built it on Raspbian on a Raspberry Pi and on Ubuntu on Intel within the last year.

You could also look at Qnetgateway for that functionality.

On Sun, Jan 15, 2023, 09:04 dave9549 @.***> wrote:

I am trying to get this running to put on our local repeaters at the gateway to allow access to XLX reflectors.

— Reply to this email directly, view it on GitHub https://github.com/dl5di/OpenDV/issues/169#issuecomment-1383201274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR7I6UQYDGTHQK3TVUT7ZDWSQUZFANCNFSM6AAAAAAT36Q3TM . You are receiving this because you commented.Message ID: @.***>

dave9549 commented 1 year ago

I am trying to install on a raspberry pi 4 8gb with raspian installed.

I download the package but when I try to use the make command this happens:

root@raspberrypi:/ircDDBGateway-master/ircDDBGateway# make g++ -DwxUSE_GUI=0 -I../Common -I../ircDDB -c -o IRCDDBGatewayAppD.o IRCDDBGatewayAppD.cpp In file included from ../Common/RepeaterProtocolHandler.h:22, from ../Common/DummyRepeaterProtocolHandler.h:22, from IRCDDBGatewayAppD.cpp:19: ../Common/HeaderData.h:22:10: fatal error: wx/wx.h: No such file or directory 22 | #include <wx/wx.h> | ^~~~~ compilation terminated. make: *** [Makefile:12: IRCDDBGatewayAppD.o] Error 1 root@raspberrypi:/ircDDBGateway-master/ircDDBGateway#

It seems it's looking for wx/wx.h..... am I missing something?

johnhays commented 1 year ago

You probably need to install wxWidgets I don't recall which version, but you will want the dev to get the include file.

On Sun, Jan 15, 2023 at 10:10 AM dave9549 @.***> wrote:

I am trying to install on a raspberry pi 4 8gb with raspian installed.

I download the package but when I try to use the make command this happens:

@.:/ircDDBGateway-master/ircDDBGateway# make g++ -DwxUSE_GUI=0 -I../Common -I../ircDDB -c -o IRCDDBGatewayAppD.o IRCDDBGatewayAppD.cpp In file included from ../Common/RepeaterProtocolHandler.h:22, from ../Common/DummyRepeaterProtocolHandler.h:22, from IRCDDBGatewayAppD.cpp:19: ../Common/HeaderData.h:22:10: fatal error: wx/wx.h: No such file or directory 22 | #include <wx/wx.h> | ^~~~~ compilation terminated. make: [Makefile:12: IRCDDBGatewayAppD.o] Error 1 @.***:/ircDDBGateway-master/ircDDBGateway#

It seems it's looking for wx/wx.h..... am I missing something?

— Reply to this email directly, view it on GitHub https://github.com/dl5di/OpenDV/issues/169#issuecomment-1383215685, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR7I6UYUFZDFSJVN53CIQTWSQ4RXANCNFSM6AAAAAAT36Q3TM . You are receiving this because you commented.Message ID: @.***>

-- John D. Hays Kingston, WA K7VE / WRJT-215

sv1iw commented 1 year ago

Hi Dave, we have here several repeaters running software from this page http://www.westerndstar.co.uk/html/downloads.html This is old software from G4KLX in the form of images for old Raspbian distributions including the widgets remote management with vnc etc.. I think they go up to Jessie, still they run very stable and we also use them to cooperate with XLX servers. There is also a daemon version of ircddbgateway you can find on Github which I have also installed in Busterr if you don't like the idea of using old raspberry os. In one or another way the job is done. Regards Manos SV1IW

Στις Κυρ 15 Ιαν 2023 στις 6:42 μ.μ., ο/η dave9549 @.***> έγραψε:

Has anyone lately been able to install ircddb gateway on any operating system? I have tried mutiple os and hardware platforms and still not able to get it to install.

— Reply to this email directly, view it on GitHub https://github.com/dl5di/OpenDV/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACMKV4BW2LMSQDFDQXOANKDWSQSGVANCNFSM6AAAAAAT36Q3TM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dave9549 commented 1 year ago

Thank you, I will give this a try. I don't believe it will be compatible with a pi 4 so I will wait till my pi 3 comes in. That may be a month or so. Thank you to all that have helped me.