Skip to content
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

Compiling on Centos 6.4 #5

Open
Keithsc opened this issue Sep 30, 2013 · 1 comment
Open

Compiling on Centos 6.4 #5

Keithsc opened this issue Sep 30, 2013 · 1 comment

Comments

@Keithsc
Copy link

Keithsc commented Sep 30, 2013

Hi. Am having trouble getting viewssld to build on Centos 6.4 x64. Any help would be appreciated.

[root@Svr123 src]# make
gcc -DPACKAGE_NAME="viewssld" -DPACKAGE_TARNAME="viewssld" -DPACKAGE_VERSION="0.6.0" -DPACKAGE_STRING="viewssld\ 0.6.0" -DPACKAGE_BUGREPORT="[email protected]" -DPACKAGE="viewssld" -DVERSION="0.6.0" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -I. -g -O2 -MT viewssld.o -MD -MP -MF .deps/viewssld.Tpo -c -o viewssld.o viewssld.c
In file included from viewssld.c:40:
utils.h:27: error: conflicting types for âSessionToStringâ
/usr/local/include/dssl/session.h:68: note: previous declaration of âSessionToStringâ was here
viewssld.c: In function âproceedâ:
viewssld.c:320: error: too few arguments to function âCapEnvCreateâ
viewssld.c: In function âsession_event_handlerâ:
viewssld.c:374: warning: passing argument 2 of âSessionSetCallbackâ from incompatible pointer type
/usr/local/include/dssl/session.h:83: note: expected âDataCallbackProcâ but argument is of type âvoid ()(enum NM_PacketDir, void *, u_char *, uint32_t)â
make: *
* [viewssld.o] Error 1
[root@Svr123 src]#

Thanks
keith

@szepeviktor
Copy link

It was commented out
7596c3c#diff-944c06f8264af4d8f28d9d9123d3667c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants