Hi,
on some machines the Makefile leads to a wrong order of compilation or
something. Simply try to run build.sh again, mysac should be compiled at
the first run. It should be available if you run build.sh again.
flip
Am 08.02.2010 20:27, schrieb Bram:
Hi,
I just tried to compile APE for Mac OS because I want to use MySQL
with APE. When I run the build command there is a lot of code that
ends with the following:
------
nt_epoll.c src/transports.c src/servers.c src/dns.c src/sha1.c
src/log.c src/log.h -o bin/aped -ldl -lm ./deps/udns-0.0.9/libudns.a
-I ./deps/udns-0.0.9/
gcc -D_GNU_SOURCE -Wall -O2 -bundle -undefined suppress
-flat_namespace -o lib/libmod_spidermonkey.so libape-spidermonkey.c
-I../deps/js/src/dist/include/ -L../deps/js/src/ -ljs_static -lstdc++
-L./deps/mysac/ -I./deps/mysac/ -lmysac -L/opt/local/lib/mysql5/mysql/
-lmysqlclient_r
ld: library not found for -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/