Work in progress: Helix Player.

Oliver Lehmann oliver at FreeBSD.org
Thu Aug 26 20:56:32 PDT 2004


Thierry Thomas wrote:

> Le Jeu 26 aoû 04 à 22:17:51 +0200, Oliver Lehmann <lehmann at ans-netz.de>
>  écrivait :
> > > I've just upgraded to a fresh 4.10-STABLE, with up-to-date ports,
> > > and I still need 'USE_GCC=     3.3', else compilation fails.
> > > Strange...
> > 
> > What's the complete error message w/o 3.3? maybe you can upload the
> > build-log?
> 
> Done -> <http://people.freebsd.org/~thierry/ports/build.out.bz2>

Hi, what is the glist.h cpp opens?

Go to work/hxplay-1.0.0.298/datatype/image/jpg/common and do:

ktrace -id c++ --permissive -O -pipe -march=pentiumpro -fsigned-char
-D_THREAD_SAFE -O0 -g -DDEBUG -D_DEBUG -I../../../../common/runtime/pub
-I/usr/X11R6/include -I/usr/local/include -I../../../../common/include
-I../../../../common/util/pub -I../../../../common/container/pub
-I../../../../common/dbgtool/pub -I../../../../common/system/pub
-I../../../../datatype/common/util/pub
-I../../../../datatype/image/common/pub
-I../../../../datatype/image/jpg/import/jpeg-6b -I./pub -I. -include
dbg/datatype_image_jpg_common_ribodefs.h -fPIC -DPIC -o dbg/obj/ijglwrap.o
-c ijglwrap.cpp

then look in "kdump | less" for glist.h

 80357 cpp0     NAMI  "../../../../datatype/image/common/pub/glist.h"
 80357 cpp0     RET   open 4
 80357 cpp0     CALL  fstat(0x4,0x80eaf14)
 80357 cpp0     RET   fstat 0
 80357 cpp0     CALL  read(0x4,0x80b4000,0x2314)
 80357 cpp0     GIO   fd 4 read 8980 bytes
       "/* ***** BEGIN LICENSE BLOCK *****
         * Source last modified: $Id: glist.h,v 1.1.26.1 2004/07/09
01:54:36 hubbe Exp $

maybe it opens an other glist.h on your 4? maybe the one from glib?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/


More information about the freebsd-ports mailing list