>
> Hi
>
> There are too many errors in the project. The project is abandoned?
>
> Wiki (DOC) does not work. Those who want to install the server does not 
> have APE reliable references.
>
> The binary can not be decompressed, is corrupt.
>
> tar-xvzf APE_Server-1.1.1.amd64.bin.tar.gz
>
> gzip: stdin: invalid compressed data - crc errors
>
> gzip: stdin: invalid compressed data - length bug
> APE_Server /
> APE_Server / modules /
> APE_Server / modules / conf /
> APE_Server / modules / conf / inlinepush.conf
> APE_Server / modules / conf / javascript.conf
> APE_Server / modules / conf / proxy.conf
> APE_Server / modules / lib /
> tar: Skipping to next header
> tar: Child returned status 1
> tar: Error is not recoverable: exiting now
>
> Downloaded code does not work to compile on CentOS 5.8, in my case. And I 
> have no references to install correctly.
>
> Is anyone in charge of the project? some maintainer?
>
> I am evaluating if I install the project in my company but with these 
> failures and neglect is something unworkable.
>
> Any suggestion?
>


CentOS compilation error. Anyone know what I can do to solve this / these 
errors in compilation?

I have Centos 5.8, with dependencies from Centos6 doc setup (github) 
installed and with APE source from git clone.

# ./build.sh 
rm -f udns_dn.o udns_dntosp.o udns_parse.o udns_resolver.o udns_init.o 
udns_misc.o udns_XtoX.o udns_rr_a.o udns_rr_ptr.o udns_rr_mx.o 
udns_rr_txt.o udns_bl.o udns_rr_srv.o udns_rr_naptr.o udns_codes.o 
rm -f udns_dn.lo udns_dntosp.lo udns_parse.lo udns_resolver.lo udns_init.lo 
udns_misc.lo udns_XtoX.lo udns_rr_a.lo udns_rr_ptr.lo udns_rr_mx.lo 
udns_rr_txt.lo udns_bl.lo udns_rr_srv.lo udns_rr_naptr.lo udns_codes.lo
rm -f dnsget.o rblcheck.o ex-rdns.o
rm -f build-stamp config.log
configure... udns package
checking for C compiler... gcc
checking whenever C compiler (gcc) is GNU CC... yes
checking whenever the C compiler (gcc -Wall -W -O2 -pipe)
           can produce executables... yes
checking for ranlib... ranlib
checking for getopt()... yes
checking for inet_pton() && inet_ntop()... yes
checking for socklen_t... yes
checking for libraries needed for socket and connect... ok (none needed)
checking for IPv6... yes
checking for poll()... yes
creating config.h... unchanged
creating Makefile... ok
creating config.status... ok
all done.
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dn.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dntosp.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_parse.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_resolver.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_init.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_misc.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_XtoX.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_a.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_ptr.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_mx.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_txt.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_bl.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_srv.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_naptr.c
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_codes.c
rm -f libudns.a
ar rv libudns.a udns_dn.o udns_dntosp.o udns_parse.o udns_resolver.o 
udns_init.o udns_misc.o udns_XtoX.o udns_rr_a.o udns_rr_ptr.o udns_rr_mx.o 
udns_rr_txt.o udns_bl.o udns_rr_srv.o udns_rr_naptr.o udns_codes.o 
ar: creating libudns.a
a - udns_dn.o
a - udns_dntosp.o
a - udns_parse.o
a - udns_resolver.o
a - udns_init.o
a - udns_misc.o
a - udns_XtoX.o
a - udns_rr_a.o
a - udns_rr_ptr.o
a - udns_rr_mx.o
a - udns_rr_txt.o
a - udns_bl.o
a - udns_rr_srv.o
a - udns_rr_naptr.o
a - udns_codes.o
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c dnsget.c
dnsget.c: In function ‘dbgcb’:
dnsget.c:404: aviso: parámetro ‘unused_q’ sin uso
dnsget.c:404: aviso: parámetro ‘unused_data’ sin uso
gcc -Wall -W -O2 -pipe -o dnsget dnsget.o -L. -ludns
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c rblcheck.c
gcc -Wall -W -O2 -pipe -o rblcheck rblcheck.o -L. -ludns
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c ex-rdns.c
gcc -Wall -W -O2 -pipe -o ex-rdns ex-rdns.o -L. -ludns
loading cache ./config.cache
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for mawk... (cached) gawk
checking for perl5... (cached) /usr/bin/perl
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for as... (cached) /usr/bin/as
checking for ar... (cached) ar
checking for ld... (cached) ld
checking for strip... (cached) strip
checking for windres... no
checking whether gcc and cc understand -c and -o together... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking how to run the C++ preprocessor... (cached) c++ -E
checking for sb-conf... no
checking for ve... no
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for minimum required perl version >= 5.006... 5.008008
checking for full perl installation... yes
checking for python2.7... (cached) /usr/bin/python2.6
checking for doxygen... (cached) :
checking for autoconf... (cached) /usr/bin/autoconf
checking for unzip... (cached) /usr/bin/unzip
checking for zip... (cached) /usr/bin/zip
checking for makedepend... (cached) /usr/bin/makedepend
checking for xargs... (cached) /usr/bin/xargs
checking for gmake... (cached) /usr/bin/gmake
checking for X... (cached) libraries /usr/lib64, headers 
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking whether the compiler supports -Wno-invalid-offsetof... yes
checking whether the compiler supports -Wno-variadic-macros... yes
checking whether the compiler supports -Werror=return-type... no
checking whether ld has archive extraction flags... (cached) yes
checking that static assertion macros used in autoconf tests work... 
(cached) yes
checking for 64-bit OS... yes
checking for Python version >= 2.5 but not 3.x... yes
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for __stdcall... (cached) no
checking for ssize_t... (cached) yes
checking for st_blksize in struct stat... (cached) yes
checking for siginfo_t... (cached) yes
checking for stdint.h... (cached) yes
checking for the size of void*... (cached) 8
checking for the alignment of void*... (cached) 8
checking for the size of double... (cached) 8
checking for int16_t... (cached) yes
checking for int32_t... (cached) yes
checking for int64_t... (cached) yes
checking for int64... (cached) no
checking for uint... (cached) yes
checking for uint_t... (cached) no
checking for uint16_t... (cached) no
checking for uname.domainname... (cached) yes
checking for uname.__domainname... (cached) no
checking for visibility(hidden) attribute... (cached) yes
checking for visibility(default) attribute... (cached) yes
checking for visibility pragma support... (cached) yes
checking For gcc visibility bug with class-level attributes (GCC bug 
26905)... (cached) no
checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... 
(cached) no
checking for __force_align_arg_pointer__ attribute... (cached) no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for sys/byteorder.h... (cached) no
checking for compat.h... (cached) no
checking for getopt.h... (cached) yes
checking for sys/bitypes.h... (cached) yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for gnu/libc-version.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for X11/XKBlib.h... (cached) yes
checking for io.h... (cached) no
checking for sys/statvfs.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/quota.h... (cached) yes
checking for linux/quota.h... (cached) yes
checking for mmintrin.h... (cached) yes
checking for new... (cached) yes
checking for sys/cdefs.h... (cached) yes
checking for linux/perf_event.h... (cached) no
checking for gethostbyname_r in -lc_r... (cached) no
checking for library containing dlopen... (cached) -ldl
checking for dlfcn.h... (cached) yes
checking for dladdr... (cached) yes
checking for socket in -lsocket... (cached) no
checking for ARM SIMD support in compiler... no
checking for ARM NEON support in compiler... no
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... yes
checking whether gcc accepts -pthread... yes
checking whether mmap() sees write()s... yes
checking whether gcc needs -traditional... (cached) no
checking for 8-bit clean memcmp... (cached) yes
checking for fchmod... (cached) yes
checking for flockfile... (cached) yes
checking for getc_unlocked... (cached) yes
checking for _getc_nolock... (cached) no
checking for getpagesize... (cached) yes
checking for lchown... (cached) yes
checking for localtime_r... (cached) yes
checking for lstat64... (cached) yes
checking for memmove... (cached) yes
checking for random... (cached) yes
checking for rint... (cached) no
checking for sbrk... (cached) yes
checking for snprintf... (cached) yes
checking for stat64... (cached) yes
checking for statvfs... (cached) yes
checking for statvfs64... (cached) yes
checking for strerror... (cached) yes
checking for strtok_r... (cached) yes
checking for truncate64... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC) and -lrt... (cached) yes
checking for wcrtomb... (cached) yes
checking for mbrtowc... (cached) yes
checking for res_ninit()... (cached) yes
checking for gnu_get_libc_version()... (cached) yes
checking for iconv in -lc... (cached) yes
checking for iconv()... (cached) yes
checking for iconv() with const input... (cached) no
checking for an implementation of va_copy()... (cached) yes
checking for an implementation of __va_copy()... (cached) yes
checking whether va_lists can be copied by value... (cached) no
checking for gcc 3.0 ABI... (cached) yes
checking for C++ "explicit" keyword... (cached) yes
checking for C++ "typename" keyword... (cached) yes
checking for modern C++ template specialization syntax support... (cached) 
yes
checking whether partial template specialization works... (cached) yes
checking whether operators must be re-defined for templates derived from 
templates... (cached) no
checking whether we need to cast a derived template to pass as its base 
class... (cached) no
checking whether the compiler can resolve const ambiguities for 
templates... (cached) yes
checking whether the C++ "using" keyword can change access... (cached) yes
checking whether the C++ "using" keyword resolves ambiguity... (cached) yes
checking for "std::" namespace... (cached) yes
checking whether standard template operator!=() is ambiguous... (cached) 
unambiguous
checking for C++ reinterpret_cast... (cached) yes
checking for C++ dynamic_cast to void*... (cached) yes
checking whether C++ requires implementation of unused virtual methods... 
(cached) yes
checking for trouble comparing to zero near std::operator!=()... (cached) no
checking for __thread keyword for TLS variables... (cached) yes
checking for malloc.h... (cached) yes
checking for strndup... (cached) yes
checking for posix_memalign... (cached) yes
checking for memalign... (cached) yes
checking for valloc... (cached) yes
checking for __attribute__((always_inline))... (cached) yes
checking for __attribute__((malloc))... (cached) yes
checking for __attribute__((warn_unused_result))... (cached) yes
checking for __attribute__((noreturn))... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking for localeconv... (cached) yes
checking for valid optimization flags... yes
checking for __cxa_demangle... (cached) yes
checking for unwind.h... (cached) yes
checking for _Unwind_Backtrace... (cached) yes
checking for gcc -pipe support... yes
checking whether C compiler supports -fprofile-generate... no
checking whether C++ compiler has -pedantic long long bug... no
checking for correct temporary object destruction order... yes
checking for correct overload resolution with const and templates... no
checking for tm_zone tm_gmtoff in struct tm... (cached) yes
checking for posix_fallocate... yes
checking for setlocale... (cached) yes
checking for localeconv... (cached) yes
creating ./config.status
creating config/autoconf.mk
creating js-config.h
js-config.h is unchanged
config/autoconf.mk is unchanged
invoking make to create js-config script
gmake: `js-config' is up to date.
make export
make[1]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src'
make[2]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/config'
/var/sources/src/APE_Server/APE_Server/deps/js/src/config/nsinstall -R 
nsinstall ../dist/bin
if test ! -d system_wrappers_js; then mkdir system_wrappers_js; fi
/usr/bin/perl ./preprocessor.pl -DOSTYPE=\"Linux2.6.18-308.1.1\" 
-DOSARCH=Linux -DHAVE_64BIT_OS=1 -DD_INO=d_ino -DJS_CPU_X64=1 
-DJS_PUNBOX64=1 -DJS_METHODJIT=1 -DJS_MONOIC=1 -DJS_POLYIC=1 
-DJS_POLYIC_TYPED_ARRAY=1 -DFEATURE_NANOJIT=1 -DJS_TRACER=1 
-DAVMPLUS_AMD64=1 -DAVMPLUS_64BIT=1 -DAVMPLUS_UNIX=1 -DAVMPLUS_LINUX=1 
-DSTDC_HEADERS=1 -DHAVE_SSIZE_T=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGINFO_T=1 
-DJS_HAVE_STDINT_H=1 -DJS_BYTES_PER_WORD=8 -DJS_BITS_PER_WORD_LOG2=6 
-DJS_ALIGN_OF_POINTER=8 -DJS_BYTES_PER_DOUBLE=8 -DHAVE_INT16_T=1 
-DHAVE_INT32_T=1 -DHAVE_INT64_T=1 -DHAVE_UINT=1 
-DHAVE_UNAME_DOMAINNAME_FIELD=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 
-DHAVE_VISIBILITY_ATTRIBUTE=1 -DHAVE_DIRENT_H=1 -DHAVE_GETOPT_H=1 
-DHAVE_SYS_BITYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_GNU_LIBC_VERSION_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 
-DHAVE_X11_XKBLIB_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_STATFS_H=1 
-DHAVE_SYS_VFS_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_QUOTA_H=1 
-DHAVE_LINUX_QUOTA_H=1 -DHAVE_MMINTRIN_H=1 -DNEW_H=\<new\> 
-DHAVE_SYS_CDEFS_H=1 -DHAVE_DLOPEN=1 -DHAVE_DLADDR=1 -D_REENTRANT=1 
-DHAVE_FCHMOD=1 -DHAVE_FLOCKFILE=1 -DHAVE_GETC_UNLOCKED=1 
-DHAVE_GETPAGESIZE=1 -DHAVE_LCHOWN=1 -DHAVE_LOCALTIME_R=1 -DHAVE_LSTAT64=1 
-DHAVE_MEMMOVE=1 -DHAVE_RANDOM=1 -DHAVE_SBRK=1 -DHAVE_SNPRINTF=1 
-DHAVE_STAT64=1 -DHAVE_STATVFS=1 -DHAVE_STATVFS64=1 -DHAVE_STRERROR=1 
-DHAVE_STRTOK_R=1 -DHAVE_TRUNCATE64=1 -DHAVE_CLOCK_MONOTONIC=1 
-DHAVE_WCRTOMB=1 -DHAVE_MBRTOWC=1 -DHAVE_RES_NINIT=1 
-DHAVE_GNU_GET_LIBC_VERSION=1 -DHAVE_ICONV=1 -DVA_COPY=va_copy 
-DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_CPP_EXPLICIT=1 
-DHAVE_CPP_TYPENAME=1 -DHAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX=1 
-DHAVE_CPP_PARTIAL_SPECIALIZATION=1 -DHAVE_CPP_ACCESS_CHANGING_USING=1 
-DHAVE_CPP_AMBIGUITY_RESOLVING_USING=1 -DHAVE_CPP_NAMESPACE_STD=1 
-DHAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL=1 -DHAVE_CPP_NEW_CASTS=1 
-DHAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR=1 -DNEED_CPP_UNUSED_IMPLEMENTATIONS=1 
-DHAVE_THREAD_TLS_KEYWORD=1 -DMALLOC_H=\<malloc.h\> -DHAVE_STRNDUP=1 
-DHAVE_POSIX_MEMALIGN=1 -DHAVE_MEMALIGN=1 -DHAVE_VALLOC=1 
-DHAVE_I18N_LC_MESSAGES=1 -DHAVE_LOCALECONV=1 
-DNS_ALWAYS_INLINE=__attribute__\(\(always_inline\)\) 
-DNS_ATTR_MALLOC=__attribute__\(\(malloc\)\) 
-DNS_WARN_UNUSED_RESULT=__attribute__\(\(warn_unused_result\)\) 
-DNS_NORETURN=__attribute__\(\(noreturn\)\) -DHAVE___CXA_DEMANGLE=1 
-DHAVE__UNWIND_BACKTRACE=1 -DHAVE_TM_ZONE_TM_GMTOFF=1 
-DCPP_THROW_NEW=throw\(\) -DEDITLINE=1 -DMOZ_DLL_SUFFIX=\".so\" 
-DHAVE_POSIX_FALLOCATE=1 -DXP_UNIX=1 -DUNIX_ASYNC_DNS=1 -DHAVE_SETLOCALE=1 
-DHAVE_LOCALECONV=1  \
                -DBUILD_STATIC_LIBS= \
                ./system-headers | /usr/bin/perl ./make-system-wrappers.pl 
system_wrappers_js
/var/sources/src/APE_Server/APE_Server/deps/js/src/config/nsinstall -R 
system_wrappers_js ../dist
make[2]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/config'
make[2]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/editline'
make[2]: No se hace nada para `export'.
make[2]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/editline'
make[2]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/shell'
make[2]: No se hace nada para `export'.
make[2]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/shell'
make[2]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/jsapi-tests'
make[2]: No se hace nada para `export'.
make[2]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/jsapi-tests'
make[2]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/tests'
make[2]: No se hace nada para `export'.
make[2]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src/tests'
/var/sources/src/APE_Server/APE_Server/deps/js/src/config/nsinstall -R -m 
644 js-config.h jsautocfg.h 
/var/sources/src/APE_Server/APE_Server/deps/js/src/jsautokw.h js.msg 
jsanalyze.h jsapi.h jsarray.h jsarena.h jsatom.h jsbit.h jsbool.h jsclist.h 
jsclone.h jscntxt.h jscompat.h jsdate.h jsdbgapi.h jsdhash.h jsdtoa.h 
jsemit.h jsfun.h jsfriendapi.h jsgc.h jscell.h jsgcchunk.h jsgcstats.h 
jscompartment.h jshash.h jsinterp.h jsinttypes.h jsiter.h jslock.h jslong.h 
jsmath.h jsobj.h jsobjinlines.h json.h jsopcode.tbl jsopcode.h 
jsopcodeinlines.h jsotypes.h jsparse.h jsproxy.h jsprf.h jsprobes.h 
jspropertycache.h jspropertycacheinlines.h jspropertytree.h jsproto.tbl 
jsprvtd.h jspubtd.h jsreflect.h jsregexp.h jsscan.h jsscope.h jsscript.h 
jsscriptinlines.h jsstaticcheck.h jsstdint.h jsstr.h jstracer.h jshotloop.h 
jstypedarray.h jstypes.h jsutil.h jsvector.h jstl.h jshashtable.h 
jsversion.h jswrapper.h jsxdrapi.h jsxml.h jsval.h jsvalue.h prmjtime.h 
jsbuiltins.h ./nanojit/Assembler.h ./nanojit/Allocator.h 
./nanojit/CodeAlloc.h ./nanojit/Containers.h ./nanojit/LIR.h 
./nanojit/LIRopcode.tbl ./nanojit/avmplus.h ./nanojit/Fragmento.h 
./nanojit/Native.h ./nanojit/NativeCommon.h ./nanojit/NativeX64.h 
./nanojit/njconfig.h ./nanojit/njcpudetect.h ./nanojit/RegAlloc.h 
./nanojit/nanojit.h ./nanojit/VMPI.h ./tracejit/Writer.h ./perf/jsperf.h 
./dist/include
mkdir -p nanojit
make[1]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src'
make libs
make[1]: se ingresa al directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src'
rm -f libmozjs185.so
/var/sources/src/APE_Server/APE_Server/deps/js/src/config/nsinstall -D 
dist/sdk/lib
c++  -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual 
-Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align 
-Wno-invalid-offsetof -Wno-variadic-macros -pedantic -Wno-long-long 
-fno-strict-aliasing -pthread -pipe  -DNDEBUG -DTRIMMED -O3 
-fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 
-DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -fPIC -shared -Wl,-z,defs 
-Wl,-h,libmozjs185.so -o libmozjs185.so  jsanalyze.o jsapi.o jsarena.o 
jsarray.o jsatom.o jsbool.o jsclone.o jscntxt.o jscompartment.o jsdate.o 
jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfriendapi.o jsfun.o jsgc.o 
jsgcchunk.o jsgcstats.o jshash.o jsinterp.o jsinvoke.o jsiter.o jslock.o 
jslog2.o jsmath.o jsnativestack.o jsnum.o jsobj.o json.o jsopcode.o 
jsparse.o jsproxy.o jsprf.o jsprobes.o jspropertycache.o jspropertytree.o 
jsreflect.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jstypedarray.o 
jsutil.o jswrapper.o jsxdrapi.o jsxml.o prmjtime.o sharkctl.o jstracer.o 
Assembler.o Allocator.o CodeAlloc.o Containers.o Fragmento.o LIR.o 
njconfig.o RegAlloc.o avmplus.o NativeX64.o jsbuiltins.o VMPI.o Writer.o 
MethodJIT.o StubCalls.o Compiler.o FrameState.o FastArithmetic.o FastOps.o 
StubCompiler.o MonoIC.o PolyIC.o ImmutableSync.o InvokeHelpers.o Retcon.o 
TrampolineCompiler.o checks.o conversions.o diy-fp.o v8-dtoa.o fast-dtoa.o 
platform.o utils.o Assertions.o ExecutableAllocatorPosix.o 
ExecutableAllocatorWin.o ExecutableAllocatorOS2.o ExecutableAllocator.o 
ARMAssembler.o Logging.o MacroAssemblerARM.o MacroAssemblerX86Common.o 
RegexCompiler.o RegexJIT.o pcre_compile.o pcre_exec.o pcre_tables.o 
pcre_xclass.o pcre_ucp_searchfuncs.o jsperf.o pm_stub.o     -lpthread   
-Wl,-rpath-link,/bin -Wl,-rpath-link,/usr/local/lib  
-Wl,-soname,libmozjs185.so.1.0 -ldl  -lm -ldl  
/usr/bin/ld: MethodJIT.o: relocation R_X86_64_PC32 against 
`JaegerTrampolineReturn' can not be used when making a shared object; 
recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld devolvió el estado de salida 1
make[1]: *** [libmozjs185.so] Error 1
make[1]: se sale del directorio 
`/var/sources/src/APE_Server/APE_Server/deps/js/src'
make: *** [default] Error 2
gcc -D_GNU_SOURCE -Wall -g -minline-all-stringops -rdynamic -I 
./deps/udns-0.0.9/ src/entry.c src/sock.c src/hash.c src/handle_http.c 
src/cmd.c src/users.c src/channel.c src/config.c src/json.c 
src/json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c 
src/ticks.c src/base64.c src/pipe.c src/raw.c src/events.c 
src/event_kqueue.c src/event_epoll.c src/event_select.c src/transports.c 
src/servers.c src/dns.c src/sha1.c src/log.c src/parser.c src/md5.c -o 
bin/aped -ldl -lm -lpthread ./deps/udns-0.0.9/libudns.a -I 
./deps/udns-0.0.9/
gcc -D_GNU_SOURCE -Wall -g -shared -fPIC -rdynamic 
-Wl,-soname,libmod_spidermonkey.so -o lib/libmod_spidermonkey.so 
libape-spidermonkey.c -I../deps/js/src/dist/include/ -L../deps/js/src/ 
-ljs_static -lstdc++ 
/usr/bin/ld: ../deps/js/src//libjs_static.a(MethodJIT.o): relocation 
R_X86_64_PC32 against `JaegerTrampolineReturn' can not be used when making 
a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld devolvió el estado de salida 1
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/

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to