3dfsb-dev / 3dfsb

3D File System Browser - improved, cleaned up and maintained fork of the old tdfsb
GNU General Public License v2.0
97 stars 10 forks source link

Can't find the gstreamer variables #1

Closed somini closed 9 years ago

somini commented 9 years ago

I'm trying to compile using the script but there's an error:

3dfsb.c:39:21: fatal error: gst/gst.h: No such file or directory

I installed all the necessary dependencies, and

$ apt contains gst.h
libgstreamer0.10-dev: /usr/include/gstreamer-0.10/gst/gst.h

shows the file is there.

tomvanbraeckel commented 9 years ago

Hmmm, I'm using GStreamer 1.0 instead of the (old) GStreamer 0.10, could that be the cause? In the meantime, I'll clarify that in the README and I'll try reproducing your issue on a different machine...

somini commented 9 years ago

Hmm, that's probably it. The readme indicates otherwise. I'll retest later when I get home.

tomvanbraeckel commented 9 years ago

You are right, and the README has now been updated. Thanks a lot for testing and feedback, just let me know if I can be of any more assistance!

tomvanbraeckel commented 9 years ago

Any luck?

PS: the compile.sh script has been improved a lot, and should now work on all Intel 32 and 64 bit Linux installations. So please try it out, and let me know!

somini commented 9 years ago

Sorry, just couldn't find the time. Today as soon as I get home, I promise! :)

somini commented 9 years ago
3dfsb.c:56:41: fatal error: gst/gl/x11/gstgldisplay_x11.h: No such file or directory

apt contains can't find it anywhere, perhaps it's something I overlooked.

tomvanbraeckel commented 9 years ago

Please update your sources to the latest version, that header file is no longer used...

somini commented 9 years ago

Sorry for the big delay, I had no internet access this weekend. It's working now, compiles with just a bunch of warnings.

tomvanbraeckel commented 9 years ago

Thanks a lot for the feedback! Yes, the warnings will be handled soon :-)