Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 16:07:01 -0600
From:      Robert Nilsson <robert@nilsson.net>
To:        trevor@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: streamripper-1.0.2
Message-ID:  <8B4BC063-0228-11D6-84C0-0003930AFDBA@nilsson.net>

next in thread | raw e-mail | index | archive | help

--Apple-Mail-3--251033407
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed

Version 1.0.2 works fine, but I can't compile version 1.0.5 (on FreeBSD 
4.4STABLE).

I've attached the error file - it appears to have a problem with one of 
the header files.  I've attached the output from the attempt to compile.

Thanks,

Rob.

<File attached: 1.0.5Failure>
--
Robert Nilsson
Austin TX

--Apple-Mail-3--251033407
Content-Type: multipart/mixed;
	boundary=Apple-Mail-4--251033406


--Apple-Mail-4--251033406
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII

Version 1.0.2 works fine, but I can't compile version 1.0.5 (on
FreeBSD 4.4STABLE).


I've attached the error file - it appears to have a problem with one
of the header files.  I've attached the output from the attempt to
compile.


Thanks,


Rob.



--Apple-Mail-4--251033406
Content-Disposition: attachment;
	filename=1.0.5Failure
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-unix-mode=0644;
	name="1.0.5Failure"

[server:~/dev/streamripper-1.0.5] robert% ./configure
creating cache ./config.cache
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for main in -lm... yes
checking for pthread_create in -lpthread... no
checking for pthread_create in -lc_r... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for mkdir... yes
checking for socket... yes
checking for strerror... yes
checking for strstr... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating mpglib/Makefile
creating console/Makefile
[server:~/dev/streamripper-1.0.5] robert% make
Compiling console frontend -
Compiling mpglib, MP3 decoding library -
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o VbrTag.o VbrTag.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o common.o common.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o dct64.o dct64.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o decode.o decode.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o interface.o interface.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o layer3.o layer3.c
gcc -g -O2 -Wall -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o tabinit.o tabinit.c
Compiling streamripper library functions -
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o cbuffer.o cbuffer.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o util.o util.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o filelib.o filelib.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o socklib.o socklib.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o http.o http.c
http.c: In function `httplib_parse_url':
http.c:52: warning: short unsigned int format, different type arg (arg 4)
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o inet.o inet.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o threadlib.o threadlib.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o live365info.o live365info.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o mpeg.o mpeg.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o findsep.o findsep.c
gcc -g -O2 -Wall -D__UNIX__ -D_REENTRANT -DUSE_LAYER3 -DHAVE_MPGLIB -DNOANALYSIS -D__DEBUG -I ../mpglib -c -o ripstream.o ripstream.c
In file included from ripstream.c:25:
/usr/include/netinet/in.h:233: syntax error before `in_addr_t'
/usr/include/netinet/in.h:285: syntax error before `u_char'
In file included from /usr/include/netinet/in.h:475,
                 from ripstream.c:25:
/usr/include/netinet6/in6.h:122: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:144: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:149: syntax error before `u_int32_t'
/usr/include/netinet6/in6.h:610: syntax error before `*'
/usr/include/netinet6/in6.h:612: syntax error before `*'
/usr/include/netinet6/in6.h:612: warning: data definition has no type or storage class
/usr/include/netinet6/in6.h:613: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:614: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:629: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:634: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:636: syntax error before `u_int8_t'
*** Error code 1

Stop in /home/robert/dev/streamripper-1.0.5/lib.
*** Error code 1

Stop in /home/robert/dev/streamripper-1.0.5/console.
*** Error code 1

Stop in /home/robert/dev/streamripper-1.0.5.
[server:~/dev/streamripper-1.0.5] robert% 


--Apple-Mail-4--251033406
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII


<smaller>--

Robert Nilsson

Austin TX</smaller>
--Apple-Mail-4--251033406--

--Apple-Mail-3--251033407--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8B4BC063-0228-11D6-84C0-0003930AFDBA>