Project

General

Profile

Actions

Bug #1971

closed

make fails on http_req.h

Added by dannynoonan almost 15 years ago. Updated almost 15 years ago.

Status:
Fixed
Priority:
Normal
Category:
-
Target version:
ASK QUESTIONS IN Forums:

Description

OS: Fedora 8 and 10(tested both)
gcc: 4.1.2 and 4.3.2
autoconf: 2.61 and 2.63

I've downloaded trunk rev: 2499, run autogen.sh, configure, make...make fails on http_req.h when compiling flv_streaming.c

/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -I. -I..   -D_REENTRANT -D__EXTENSIONS__  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c -o mod_flv_streaming.lo mod_flv_streaming.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -DLIBRARY_DIR=\"/usr/local/lib\" -I. -I.. -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF .deps/mod_flv_streaming.Tpo -c mod_flv_streaming.c  -fPIC -DPIC -o .libs/mod_flv_streaming.o
In file included from base.h:35,
                 from mod_flv_streaming.c:5:
http_req.h:32: error: expected ‘)’ before ‘*’ token
make[4]: *** [mod_flv_streaming.lo] Error 1

I can check out rev 2439 (last rev before http_req.h was modified) and make succeeds.

I'm sure I've left important info out, so let me know what else would be needed.

Actions #1

Updated by stbuehler almost 15 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset r2500.

Actions

Also available in: Atom