Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Compile error Debian Etch / gcc-42 #69

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 6 comments
Closed

Compile error Debian Etch / gcc-42 #69

GoogleCodeExporter opened this issue Apr 6, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using (please check X-Mod-Pagespeed
header)?

On what operating system?

Which version of Apache?

Which MPM?

Please provide any additional information below, especially a URL or an
HTML file that exhibits the problem.

Distro = Debian Etch (I can't upgrade)
GcC = gcc (GCC) 4.2.3

# make BUILDTYPE=Release

Compile error output:
-Ithird_party/apache/apr/src/include/arch/unix 
-Ithird_party/apache/apr/gen/arch/linux/ia32/include -MMD -MF 
out/Release/.deps/out/Release/obj.target/apr/third_party/apache/apr/src/locks/un
ix/proc_mutex.o.d.raw -c -o 
out/Release/obj.target/apr/third_party/apache/apr/src/locks/unix/proc_mutex.o 
third_party/apache/apr/src/locks/unix/proc_mutex.c
third_party/apache/apr/src/locks/unix/proc_mutex.c: In function 
'proc_mutex_proc_pthread_create':
third_party/apache/apr/src/locks/unix/proc_mutex.c:385: error: 
'PTHREAD_MUTEX_ROBUST_NP' undeclared (first use in this function)
third_party/apache/apr/src/locks/unix/proc_mutex.c:385: error: (Each undeclared 
identifier is reported only once
third_party/apache/apr/src/locks/unix/proc_mutex.c:385: error: for each 
function it appears in.)
third_party/apache/apr/src/locks/unix/proc_mutex.c:393: error: 
'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
make: *** 
[out/Release/obj.target/apr/third_party/apache/apr/src/locks/unix/proc_mutex.o] 
Error 1

Original issue reported on code.google.com by ytuquel...@gmail.com on 11 Nov 2010 at 2:04

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant