Sorry about taking so long to get back to this... 'tis just a side project to stave off boredom while sitting in hotel rooms with nothing "real job" related remaining to get done.

On 12/16/2020 11:34 PM, Bodie wrote:
On 17.12.2020 03:07, Chris Zakelj wrote:
Coming back to my self-teaching on how to (hopefully eventually) be
semi-competent, I'm working on trying to build a git project from
source.  Thus far I've been able to figure out things like functions
having slight name differences (e.g. |pthread_set_name_np()| instead of
|pthread_setname_np()) and missing #includes in .hh files, but getting
stuck on a library issue... about halfway through the first module, I'm
failing with:

Will be nice to know which code/project as maybe someone else work on that too

It's a stand-alone torrent tracker called hefur:
https://github.com/abique/hefur
(I'm trying to get this working since it has a much better statistics and control mechanism than OpenTracker)

https://www.openbsd.org/report.html
This is definitely not report-worthy... at least until I've truly exhausted the relevant reading material.

There are for sure other places with more info regarding that. Maybe
related Makefile is "hardcoded" with paths which are different on OpenBSD.
It offers at least hint to use -v for how it was invokedNemo's response suspects there would be "I'm running on Linux"
assumptions in a couple of places, and while I haven't seen anything "obvious" to that effect so far, the fact that it uses CMake in itself does point in that direction.

You can create /etc/mk.conf on your own with stuff you need. Maybe you can
try to follow https://www.openbsd.org/faq/ports/guide.html as these things
are handled on that level and there are tools present like look for
'make port-lib-depends-check'
I suspect this would be where Stuart's "-L/usr/local/lib" should live... back to the reading and experimenting!

Reply via email to