[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #21038 [Core Tor/Tor]: configure step and "implicit-function-declaration"
#21038: configure step and "implicit-function-declaration"
------------------------------+--------------------------------
Reporter: toralf | Owner:
Type: task | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version: Tor: 0.3.0.1-alpha
Severity: Minor | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+--------------------------------
This breaks :
{{{
./configure CFLAGS="-O2 -pipe -march=native -Werror=implicit-function-
declaration"
...
checking for pthread_create... yes
checking for pthread_condattr_setclock... yes
checking for libevent directory... configure: WARNING: We found the
libraries for libevent, but we could not find the C header files. You may
need to install a devel package.
configure: error: Missing headers; unable to proceed.
}}}
but neither this :
{{{
./configure --enable-gcc-warnings
}}}
nor this
{{{
./configure CFLAGS="-O2 -pipe -march=native" --enable-gcc-warnings
}}}
Shouldn't the later break too ?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21038>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs