PDA

View Full Version : Patch: Fix for deque.h problems



adenine!
01-07-2002, 06:36 PM
deque.h is a nonstandard header. I've found that though GCC 3.1 includes it for backward compatibility, it puts the file in /usr/include/backward, which causes configure to fail with error could not find deque.h. deque is the standard header that configure should search for and should be used in the source. This patch should fix problems people are having with GCC 3.x and configure "could not find deque.h" while further standardizing the SEQ source.

The patch. (http://sourceforge.net/tracker/index.php?func=detail&aid=500653&group_id=10131&atid=310131)