seichejs / sylverant

Automatically exported from code.google.com/p/sylverant
1 stars 1 forks source link

AC_LANG_SOURCE missing in m4/cflags.m4 on patch_server folder #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
French Guy Here (so, sorry if my english is clumsy)

What steps will reproduce the problem?
1. Open file m4/cflags.m4 on login_server
2. Open file m4/cflags.m4 on patch_server
3. See the missing macro between the 2 files

There an error if using autoconf 2.68+ without this macro.

Also, when compiling login_server, I used the line 
"ac_cv_func_malloc_0_nonnull=yes" to make because of some "undefined reference 
to rpl_realloc / rpl_malloc" errors.

Anyway, thank you for your work.
I'm using Debian 7 for records and I'm on the install right now, I will update 
this if I found something else.

Ro-Maen

Original issue reported on code.google.com by mardarge...@gmail.com on 1 Feb 2015 at 5:58

GoogleCodeExporter commented 9 years ago
Fixed in the git of patch_server on the new sourceforge page (since google code 
is going the way of the dodo):
https://sourceforge.net/p/sylverant/patch_server/ci/2334c91015830eee6bd2ee2274e2
9a85bfc585ab/

As for the rpl_realloc/rpl_malloc messages, I have no idea there... There 
really shouldn't be a reason you'd have to do that unless there's something 
inherently broken about realloc and malloc on your system, which I'd assume 
there isn't...

Original comment by bluecrab on 14 Mar 2015 at 7:53