Hi,
I am still trying to compile the Git version with MySQL. Following
Felix's advice, I am now trying to compile from scratch. I cloned the
git, and all I changed was adding -L/usr/lib/ in line 7 of the
makefile in the 'modules' directory.
Then in APE_Server directory, I launched sudo ./build.sh
>result_compile.txt
I got new errors. I did compile without trouble 15 days ago. The only
thing that changed on my computer (beyond the makefile program above)
is that I installed the mysql dev package.
Any idea what this is going wrong?
nico...@ubuntu:/var/www/depot_git_new/APE_Server$ sudo ./build.sh
>result_compile.txt
Makefile:76: make.deps: No such file or directory
/bin/sh: Bad substitution
make: *** [make.deps] Error 2
udns_resolver.c: In function ‘dns_open’:
udns_resolver.c:532: warning: dereferencing pointer ‘({anonymous})’
does break strict-aliasing rules
udns_resolver.c:532: note: initialized from here
ar: creating libudns.a
dnsget.c: In function ‘dbgcb’:
dnsget.c:404: warning: unused parameter ‘unused_q’
dnsget.c:404: warning: unused parameter ‘unused_data’
creating Makefile
updating config/Makefile
updating config/mkdepend/Makefile
updating editline/Makefile
jsarray.cpp: In function ‘JSBool array_defineProperty(JSContext*,
JSObject*, jsid, jsval, JSBool (*)(JSContext*, JSObject*, jsval,
jsval*), JSBool (*)(JSContext*, JSObject*, jsval, jsval*), uintN)’:
jsarray.cpp:989: warning: ‘i’ may be used uninitialized in this
function
jsvector.h: In function ‘JSBool js_Stringify(JSContext*, jsval*,
JSObject*, jsval, JSCharBuffer&)’:
jsvector.h:148: warning: dereferencing pointer ‘p’ does break strict-
aliasing rules
jsvector.h:147: note: initialized from here
jsvector.h:254: note: initialized from here
nanojit/avmplus.h: In constructor ‘Oracle::Oracle()’:
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h: In constructor ‘Oracle::Oracle()’:
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
In file included from jstracer.cpp:14815:
nanojit/avmplus.h: In function ‘(static initializers for
jsrecursion.cpp)’:
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
nanojit/avmplus.h:388: warning: array subscript is above array bounds
./nanojit/CodeAlloc.cpp:74:34: warning: ISO C99 requires rest
arguments to be used
./nanojit/CodeAlloc.cpp:130:49: warning: ISO C99 requires rest
arguments to be used
./nanojit/CodeAlloc.cpp:227:38: warning: ISO C99 requires rest
arguments to be used
./nanojit/CodeAlloc.cpp:450:39: warning: ISO C99 requires rest
arguments to be used
src/entry.c: In function ‘ape_daemon’:
src/entry.c:87: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result
src/entry.c: In function ‘main’:
src/entry.c:148: warning: ignoring return value of ‘read’, declared
with attribute warn_unused_result
src/log.c: In function ‘ape_log’:
src/log.c:137: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result
src/log.c:142: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result
src/log.c:145: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result
src/log.c:146: warning: ignoring return value of ‘write’, declared
with attribute warn_unused_result
/usr/bin/ld: cannot find -lmysac
collect2: ld returned 1 exit status
make: *** [modules] Error 1
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/