-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build docs #60
Comments
Unrelated but interesting, you are building from git, but:
The linker issue is weird though. I can see from the log that the build step links against ../../../libgstbml.la which in turn contains e.g.: libgstbmln.la libbml.la. For me this part of the build looks like this:
I'll try building this on some other linuxes as well. |
I did some build on suse 13.2 with various configure flags and I can't reproduce this :/ I also created a build.opensuse.org and if you can share what it takes to build the project there (= replicate your setup) I try that. |
Here the spec file of project: |
FYI.: I have a home project with builds online at |
Hi!
I get build errors when trying to compile docs:
[ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:55: undefined reference to
bmln_src_get_type' [ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:56: undefined reference to
bmln_transform_get_type'[ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:57: undefined reference to
bmln_v_get_type' [ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:58: undefined reference to
bmlw_src_get_type'[ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:59: undefined reference to
bmlw_transform_get_type' [ 479s] /home/abuild/rpmbuild/BUILD/buzztrax-RELEASE-0.11.0git.20151207/docs/reference/bt-gst/buzztrax-gst-scan.c:60: undefined reference to
bmlw_v_get_type'See: https://pmbs.links2linux.de/build/home:awissu:branches:Extra/openSUSE_13.2/x86_64/buzztrax/_log
The text was updated successfully, but these errors were encountered: