Hello,

building|updating transcode stops with:

  ~ snip ~
 cc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -D_THREAD_SAFE 
-DMOD_PATH=\"/usr/local/lib/transcode\" -I../.. -I../../import -I../../src 
-isystem /usr/include -isystem /usr/local/include -Wall -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -pipe -MT 
import_nuv_la-import_nuv.lo -MD -MP -MF .deps/import_nuv_la-import_nuv.Tpo -c 
import_nuv.c  -fPIC -DPIC -o .libs/import_nuv_la-import_nuv.o
In file included from import_nuv.c:19:
../../libtc/tc_lzo.h:13:23: error: lzo/lzo1x.h: No such file or directory
../../libtc/tc_lzo.h:14:25: error: lzo/lzoutil.h: No such file or directory
import_nuv.c: In function 'nuv_decode_video':
import_nuv.c:473: warning: pointer targets in assignment differ in signedness
import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this function)
import_nuv.c:480: error: (Each undeclared identifier is reported only once
import_nuv.c:480: error: for each function it appears in.)
import_nuv.c:480: error: expected ';' before 'len'
import_nuv.c:486: warning: implicit declaration of function 'lzo1x_decompress'
import_nuv.c:487: error: 'len' undeclared (first use in this function)
import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this function)
import_nuv.c:509: warning: pointer targets in passing argument 2 of 
'RTjpeg_decompressYUV420' differ in signedness
import_nuv.c: In function 'import_nuv_decode':
import_nuv.c:624: warning: pointer targets in assignment differ in signedness
gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1
gmake[3]: Leaving directory 
`/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6/import/nuv'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6/import'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/home/samba/temp/ports/usr/ports/multimedia/transcode/work/transcode-1.0.6'
gmake: *** [all] Error 2
*** Error code 2


This occures on FreeBSD-7.0-RELEASE-p3 and FreeBSD-6.3-RELEASE-p3
without having any lzo-port installed.
ffmpeg and any other installed port on my machines are up-to-date.

After installing archivers/lzo2, building|updating transcode works
without any errors.
So, probably you should add archivers/lzo2 as dependency.


Thank you for your great work to improve the multimedia capabilities
in FreeBSD.


Bye.
juergen
-- 
Jürgen Galonska
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to