Hi,
Since we are close to the Beta 3 release, I had asked James Well if the code was mostly on a testing phase, and he said yes, so I decided to do some testing of my own, to check if things would go ok and possibly give some feedback.
Unfortunately, I am unable to compile with both the "do" and "go" script that are there, with or without modifying the configure options, and I have not been able to compile with either one. This happened on both RHEL3, RHEL4 and Trustix 3.
Here is what I get with the "do" script:
And with the "go" script
Just thought I'd post as an FYI
Since we are close to the Beta 3 release, I had asked James Well if the code was mostly on a testing phase, and he said yes, so I decided to do some testing of my own, to check if things would go ok and possibly give some feedback.
Unfortunately, I am unable to compile with both the "do" and "go" script that are there, with or without modifying the configure options, and I have not been able to compile with either one. This happened on both RHEL3, RHEL4 and Trustix 3.
Here is what I get with the "do" script:
Code:
# ./do WARNINGS ----------------------------------- cat: WARNINGS: No such file or directory -----------------------------------
Code:
# ./go
Pre-making...
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/libs/zbxcommon/Makefile.am: installing `./depcomp'
configure.in:30: installing `./config.guess'
configure.in:30: installing `./config.sub'
Configuring...
Cleaning...
Making...
WARNINGS
-----------------------------------
In file included from /usr/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/include/mysql/my_list.h:27: warning: useless keyword or type name in empty declaration
/usr/include/mysql/my_list.h:27: error: two types specified in one empty declaration
make[4]: *** [action.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
In file included from /usr/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/include/mysql/my_list.h:27: warning: useless keyword or type name in empty declaration
/usr/include/mysql/my_list.h:27: error: two types specified in one empty declaration
make[4]: *** [action.o] Error 1
make[3]: *** [install-recursive] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
-----------------------------------