Hi,
Anyone on here using Charter Telephone VOIP service? I've currently
got Verizon, but the wife hates it because our phone lines get flaky
all the time, esp when it rains.
So I'm thinking to save money and combine all my stuff onto Charter.
I've already got High Speed internet and regular old cable. Not wild
about Digital Cable since I'm happy with Tivo and I don't want yet
another set top box to have to deal with...
So, any horror stories about Charter Phone VOIP quality and service?
Thanks,
John
We could always do it at WPI if nobody is able to host this year. They have
grills that can be used for events and such, and I'm willing to do the
grilling.
On Thu, Jul 28, 2016 at 8:37 AM, Doug Mildram <dmildram(a)gmail.com> wrote:
> Sounds good....although not at my house (I hosted some prior years).
> -doug + maureen, peach + timber(dogs) will be bummed.
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
>
On 07/18/2016 07:41 AM, John Stoffel wrote:
>>>>>> "Andy" == Andy Stewart <kb1oiq(a)mval.net> writes:
>
> Andy> On 07/16/2016 04:48 PM, John Stoffel wrote:
>>>
> John> So what if you just putt the following into the src/Makefile.am file:
>>>
> John> AM_LDFLAGS = \
> John> -lm
HI John,
I just got back from vacation and started work on this again.
I think I did exactly what you noted in your instructions (below), and
it still is not working for me.
Is there any chance you could setup an Ubuntu 16.04 test in a VM to
confirm that I'm not insane?
>>>
>>>
> John> I put it after the AM_CPPFLAGS definition up top. Seemed to do what I
> John> needed, but I haven't setup an Ubuntu 16.04 test VM yet to confirm.
>>>
>>> So I spun up a droplet on Digital Oceon running Ubuntu 16.04 and with
>>> the above change, and the following steps, I got it to compile....
>>>
>>>
>>> # apt-get update
>>> # apt-get install gcc libhamlib-dev make libgtk-dev libgtkextra-dev libglib2.0-dev libgtk2.0-dev
>>> # wget http://download.savannah.gnu.org/releases/xlog/xlog-2.0.14beta.tar.gz
>>> # tar xzf xlog-2.0.14beta.tar.gz
>>> # cd xlog-2.0.14beta/
>>> # vi src/Makefile.am
>>>
>>> - added in AM_LDFLAGS = -lm
>>>
>>> # ./configure
>>> # make
>>>
The error I am seeing is this one:
/usr/bin/ld: gui_gtkprintdialog.o: undefined reference to symbol
'trunc@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from
command line
collect2: error: ld returned 1 exit status
Makefile:514: recipe for target 'xlog' failed
This makes sense since the trunc function is needed by gui_gtkprintdialog.o.
The link command is this one:
gcc -g -O2 -Wall -Wno-unused-but-set-variable -Werror -lm -o xlog
[many *.o files snipped] logfile/liblogfile.a -lgtk-
x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-
2.0 -lglib-2.0 -lfontconfig -lfreetype -L/usr/local/lib -lhamlib
Notice where it put the "-lm". It should be right after -lhamlib but it
isn't. When I cut / paste the link command and manually make that
modification, the link is successful.
I tried a different modification. I took out the AM_LDFLAGS entirely
in src/Makefile.am, and then I modified the following line by appending
"-lm". This worked(!) for me.
xlog_LDADD = logfile/liblogfile.a \
@GTK_LIBS@ @HAMLIB_LIBS@ -lm
Can you confirm that this fix also works for you?
Thanks!!
Andy
--
Andy Stewart (KB1OIQ)
Founder: Worcester Linux Users' Group
Founder: Chelmsford Linux Meetup Group
President: PART of Westford, MA (WB1GOF)
Well, unfortunately I live in a tiny college apartment, otherwise I'd be
happy to offer. Unfortunately, I'll have to pass.
On Jul 27, 2016 22:53, "Tim Keller" <turbofx(a)gmail.com> wrote:
> Okay, the next question is where to host it?
>
> On Wed, Jul 27, 2016 at 7:31 PM, THE HAMMER <hammerron(a)hotmail.com> wrote:
>
>> ...the 18th is fine with me also :)
>>
>> On 07/27/2016 12:20 PM, Tim Keller wrote:
>>
>> Hey Gang,
>>
>> So... I'm going to be on vacation for the next meeting... in fact I just
>> got back from a different vacation.
>>
>> I was thinking we should do our BBQ this month... Would people be
>> adverse to moving the meeting from the 11th to the 18th?
>>
>> Let me know.
>>
>> Thanks,
>> Tim.
>>
>> --
>> I am leery of the allegiances of any politician who refers to their
>> constituents as "consumers".
>>
>>
>> _______________________________________________
>> Wlug mailing listWlug@mail.wlug.orghttp://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>>
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>>
>
>
> --
> I am leery of the allegiances of any politician who refers to their
> constituents as "consumers".
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
>
Okay, the next question is where to host it?
On Wed, Jul 27, 2016 at 7:31 PM, THE HAMMER <hammerron(a)hotmail.com> wrote:
> ...the 18th is fine with me also :)
>
> On 07/27/2016 12:20 PM, Tim Keller wrote:
>
> Hey Gang,
>
> So... I'm going to be on vacation for the next meeting... in fact I just
> got back from a different vacation.
>
> I was thinking we should do our BBQ this month... Would people be adverse
> to moving the meeting from the 11th to the 18th?
>
> Let me know.
>
> Thanks,
> Tim.
>
> --
> I am leery of the allegiances of any politician who refers to their
> constituents as "consumers".
>
>
> _______________________________________________
> Wlug mailing listWlug@mail.wlug.orghttp://mail.wlug.org/mailman/listinfo/wlug
>
>
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
>
--
I am leery of the allegiances of any politician who refers to their
constituents as "consumers".
...the 18th is fine with me also :)
On 07/27/2016 12:20 PM, Tim Keller wrote:
Hey Gang,
So... I'm going to be on vacation for the next meeting... in fact I just got back from a different vacation.
I was thinking we should do our BBQ this month... Would people be adverse to moving the meeting from the 11th to the 18th?
Let me know.
Thanks,
Tim.
--
I am leery of the allegiances of any politician who refers to their constituents as "consumers".
_______________________________________________
Wlug mailing list
Wlug(a)mail.wlug.org<mailto:Wlug@mail.wlug.org>
http://mail.wlug.org/mailman/listinfo/wlug
The 18th is totally fine by me.
-L
On Wed, Jul 27, 2016 at 5:17 PM, JeffA Maillists <jeffa.maillists(a)gmail.com>
wrote:
> The 18th works for me.
> Jeff
>
> On Wed, Jul 27, 2016, 12:22 PM Tim Keller <turbofx(a)gmail.com> wrote:
>
>> Hey Gang,
>>
>> So... I'm going to be on vacation for the next meeting... in fact I just
>> got back from a different vacation.
>>
>> I was thinking we should do our BBQ this month... Would people be
>> adverse to moving the meeting from the 11th to the 18th?
>>
>> Let me know.
>>
>> Thanks,
>> Tim.
>>
>> --
>> I am leery of the allegiances of any politician who refers to their
>> constituents as "consumers".
>> _______________________________________________
>> Wlug mailing list
>> Wlug(a)mail.wlug.org
>> http://mail.wlug.org/mailman/listinfo/wlug
>>
>
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>
>
The 18th works for me.
Jeff
On Wed, Jul 27, 2016, 12:22 PM Tim Keller <turbofx(a)gmail.com> wrote:
> Hey Gang,
>
> So... I'm going to be on vacation for the next meeting... in fact I just
> got back from a different vacation.
>
> I was thinking we should do our BBQ this month... Would people be adverse
> to moving the meeting from the 11th to the 18th?
>
> Let me know.
>
> Thanks,
> Tim.
>
> --
> I am leery of the allegiances of any politician who refers to their
> constituents as "consumers".
> _______________________________________________
> Wlug mailing list
> Wlug(a)mail.wlug.org
> http://mail.wlug.org/mailman/listinfo/wlug
>