<div dir="ltr">Hi, <br><br>When I try to compile ser from sources I get the following conflicting types errors:<br>gcc -m64 -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=opteron -Wall&nbsp;&nbsp; -DNAME=&#39;&quot;ser&quot;&#39; -DVERSION=&#39;&quot;2.1.0-dev23-make&quot;&#39; -DARCH=&#39;&quot;x86_64&quot;&#39; -DOS=&#39;linux_&#39; -DOS_QUOTED=&#39;&quot;linux&quot;&#39; -DCOMPILER=&#39;&quot;gcc 4.3.1&quot;&#39; -D__CPU_x86_64 -D__OS_linux -DSER_VER=2001000 -DCFG_DIR=&#39;&quot;/usr/local/etc/ser/&quot;&#39; -DMODS_DIR=&#39;&quot;/usr/local/lib/ser/modules/&quot;&#39; -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DDBG_QM_MALLOC -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_SCHED_SETSCHEDULER -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT&nbsp; -c lock_ops.c -o lock_ops.o<br>
In file included from ut.h:53,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from lock_ops.c:28:<br>/usr/include/sys/types.h:46: error: conflicting types for 'loff_t'<br>/usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was here<br>
/usr/include/sys/types.h:62: error: conflicting types for 'dev_t'<br>/usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was here<br>In file included from /usr/include/sys/types.h:133,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ut.h:53,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from lock_ops.c:28:<br>/usr/include/time.h:105: error: conflicting types for 'timer_t'<br>/usr/include/linux/types.h:22: error: previous declaration of 'timer_t' was here<br>In file included from ut.h:53,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from lock_ops.c:28:<br>/usr/include/sys/types.h:198: error: conflicting types for 'int64_t'<br>/usr/include/linux/types.h:98: error: previous declaration of 'int64_t' was here<br>/usr/include/sys/types.h:204: error: conflicting types for 'u_int64_t'<br>
/usr/include/linux/types.h:97: error: previous declaration of 'u_int64_t' was here<br>In file included from /usr/include/sys/types.h:220,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from ut.h:53,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from lock_ops.c:28:<br>/usr/include/sys/select.h:78: error: conflicting types for 'fd_set'<br>
/usr/include/linux/types.h:12: error: previous declaration of 'fd_set' was here<br>In file included from ut.h:53,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from lock_ops.c:28:<br>/usr/include/sys/types.h:235: error: conflicting types for 'blkcnt_t'<br>
/usr/include/linux/types.h:124: error: previous declaration of 'blkcnt_t' was here<br>make: *** [lock_ops.o] Błąd 1<br><br>Is there any fix for that?<br><br>Regards<br>Tomasz<br></div>