On Thu, Jun 26, 2008 at 01:27:27PM +0000, Deanna Phillips wrote:
> guilherme m. schroeder writes:
> 
> > Worked fine here (OpenBSD-current/amd64).
> > Just needed to change the int64_t to gint64 that i sent to you.
> 
> Thanks!
> 
> If you sent me a patch, I didn't receive it.  Please try again
> or post it here.
> 
yea, it doesn't build on OpenBSD-current/amd64, related to the issue
reported above.

 c++ -DHAVE_CONFIG_H -I. -I../.. -I../../libnet -I../../backend
-I../../server -I../../server/swf -I../../server/parser
-I../../server/vm -I../../libbase -I../../libgeometry -I../../libamf
-I../../libltdl -I../../libmedia -I../.. -pthread
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include
-I/usr/local/include/gstreamer-0.10 -pthread
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/libxml2 -I/usr/local/include -I../../libmedia/gst
-I/usr/local/include -O2 -pipe -pthread -pthread -W -Wall -Wcast-align
-Wcast-qual -Wpointer-arith -Wreturn-type -MT SoundGst.lo -MD -MP -MF
.deps/SoundGst.Tpo -c SoundGst.cpp  -fPIC -DPIC -o .libs/SoundGst.o
SoundGst.cpp: In member function `virtual unsigned int 
   gnash::SoundGst::getDuration()':
SoundGst.cpp:233: error: invalid conversion from `int64_t*' to `gint64*'
SoundGst.cpp: In member function `virtual unsigned int 
   gnash::SoundGst::getPosition()':
SoundGst.cpp:258: error: invalid conversion from `int64_t*' to `gint64*'
gmake[3]: *** [SoundGst.lo] Error 1
gmake[3]: Leaving directory
`/usr/obj/ports/gnash-0.8.3/gnash-0.8.3/server/asobj'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/obj/ports/gnash-0.8.3/gnash-0.8.3/server'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/ports/gnash-0.8.3/gnash-0.8.3'
gmake: *** [all] Error 2
*** Error code 2

Reply via email to