OpenDV icon indicating copy to clipboard operation
OpenDV copied to clipboard

Unable to install

Open dave9549 opened this issue 2 years ago • 8 comments

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.

dave9549 avatar Jan 15 '23 16:01 dave9549

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: @.***>

johnhays avatar Jan 15 '23 16:01 johnhays

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 avatar Jan 15 '23 17:01 dave9549

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

dave9549 avatar Jan 15 '23 17:01 dave9549

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: @.***>

johnhays avatar Jan 15 '23 17:01 johnhays

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?

dave9549 avatar Jan 15 '23 18:01 dave9549

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

johnhays avatar Jan 15 '23 19:01 johnhays

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: @.***>

sv1iw avatar Jan 16 '23 13:01 sv1iw

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.

dave9549 avatar Jan 16 '23 13:01 dave9549