>>>>> On Sat, 22 Aug 2009 11:20:23 -0500, w1hkj <w1hkj at bellsouth.net> said:

> P.J. Rovero wrote:
>> I found that I had to add:
>> 
>> #include <stdio.h> 
>> 
>> to  src/globals/globals.cxx
>> 
>> in both 3.13AC and 3.13AD to build from source.
>> 
>> P.J. "Josh" Rovero        Ham Radio:  KK1D
>> ABC:  9277                   1985 BMW R80RT
>> Web:     http://www.roveroresearch.org
>> 
>> 
> So far this seems to be a 64 bit issue.  Anyone else building on a 64 
> bit platform besides Josh?

We use sscanf in globals.cxx so it should include stdio.

commit dd610b46ec3887779f5e7e951c937f68905b9e00
Author: Stelios Bounanos <vcs at enotty.net>
Date:   Sat Aug 22 17:19:09 2009 +0100

    Add missing include

diff --git a/src/globals/globals.cxx b/src/globals/globals.cxx
index d59a25e..a1a6b80 100644
--- a/src/globals/globals.cxx
+++ b/src/globals/globals.cxx
@@ -30,6 +30,7 @@
 #include <string>
 #include <cstdlib>
 #include <cerrno>
+#include <cstdio>
 
 #include "globals.h"
 #include "modem.h"


(this is in git).


-- 

73,
Stelios, M0GLD.

Reply via email to