Hi and welcome to the Forum
Build against the golang development repository and is your dependencies exist it should build, else AFAIK you would need to build the dependencies in you project for it to have access…
If you building locally and using osc, then can just use --alternative-project to build…
Hi
After a look at the code it should only need that one dependency (gotk3) built first in your home repository and added as a build requires for the goclip package.
I would suggest following the format as the rest of the golang packages are built for naming etc for example;
Hi thanks for the help!
My project also needs to build https://github.com/mattn/go-gtk
I tried to follow exactly what you did for building gotk3 but I’m still struggling.
I tried uploading the tar-red source of the library and build it but the go library is split in 2 sublibraries that use each other and I’ve had limited success at building them both
This made some progress.
Now I’m stuck building pkgconfig(gtkgl-2.0)
Tried a lot of combinations but it’s either unresolvable or it’s throwing the same error. Perhaps I’m solving the wrong issue, but that’s what I made out of the build error.
Under the package list on the web interface hit the button called ‘Branch Existing Package’, in the ‘Original Project name’ start type Education this is the project, now in ‘Original Package name’ start typing gtkglarea2, you only need those two fields complete and hit the accept button. In your project you will see tha package name along with a ‘link’ icon. All you then need to do is in the package enable the build targets, wait for it to build and finish. Then add the build requires for the gtkgl-2 in your package and should be good to go.
If I was using the command line tool osc on my local machine it would be;