I don't know about rhel-7-x86_64 but with both fc-20 32bit and 64 I get the
following error after doing ./configure then make.
In file included from console.c:7:0:
console.h:25:9: error: unknown type name ‘fd_set’
fd_set *read_set, struct timeval *tv,
^
make: *** [console.o] Error 1
My fix was to console.h to add
#include <sys/select.h>
After adding that line, and rerunning make it compiles on both the 32bit and
64bit fedora 20 machines I have. Don't know if this patch is effecting the
whole thing, or if this addition might cause problems building on other
systems. Just found where fd_set was defined and added the include.
On 16 Jul 2014 at 15:39, Alain Knaff wrote:
Date sent: Wed, 16 Jul 2014 15:39:00 +0200
From: Alain Knaff <alain(a)knaff.lu>
To: udpcast(a)udpcast.linux.lu
Subject: Re: [Udpcast] Patch that fix build on rhel-7 and fc-20
(fd_set
problem)
> On 16/07/14 15:22, Olivier LAHAYE wrote:
>>
> >Hi,
>>
> > Here is a patch to udpcast that fixes the build problem on
> > rhel-7-x86_64 and fc-20-x86_64.
>>
> > Please review the patch, merge it to the source-tree and provide a
> > updated tarball.
>>
> > Thanks in advance.
>>
> >Olivier.
>>
>
> Could you maybe first start with explaining what "the" build problems
> on rhel-7 and fc-20 are?
>
>Thanks,
>
>Alain
>
>_______________________________________________
> Udpcast mailing list
>Udpcast(a)udpcast.linux.lu
>https://www.udpcast.linux.lu/cgi-bin/mailman/listinfo/udpcast
+----------------------------------------------------------+
Michael D. Setzer II - Computer Science Instructor
Guam Community College Computer Center
mailto:mikes@kuentos.guam.net
mailto:msetzerii@gmail.com
http://www.guam.net/home/mikes
Guam - Where America's Day Begins
G4L Disk Imaging Project maintainer
http://sourceforge.net/projects/g4l/
+----------------------------------------------------------+
http://setiathome.berkeley.edu (Original)
Number of Seti Units Returned: 19,471
Processing time: 32 years, 290 days, 12 hours, 58 minutes
(Total Hours: 287,489)
BOINC@HOME CREDITS
ROSETTA 17621215.996525 | SETI 29126476.308997
ABC 16613838.513356 | EINSTEIN 28060690.358937
Hi,
Here is a patch to udpcast that fixes the build problem on rhel-7-x86_64 and
fc-20-x86_64.
Please review the patch, merge it to the source-tree and provide a updated
tarball.
Thanks in advance.
Olivier.
--
Olivier Lahaye
DRT/LIST/DIR