-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install #169
Comments
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
<#169>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR7I6VBKR4XRGJC7DHBJGLWSQSGVANCNFSM6AAAAAAT36Q3TM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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? |
I am trying to get this running to put on our local repeaters at the gateway to allow access to XLX reflectors. |
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
<#169 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR7I6UQYDGTHQK3TVUT7ZDWSQUZFANCNFSM6AAAAAAT36Q3TM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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 It seems it's looking for wx/wx.h..... am I missing something? |
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
<#169 (comment)>, 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
|
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
<#169>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMKV4BW2LMSQDFDQXOANKDWSQSGVANCNFSM6AAAAAAT36Q3TM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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. |
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.
The text was updated successfully, but these errors were encountered: