Re: My first porting attempt: part 3

2017-01-10 Thread Jordon
> On Jan 10, 2017, at 5:14 AM, Stuart Henderson wrote: > > On 2017/01/09 20:17, Jordon wrote: >> Thank you for this replay. >> >> I am making this on a laptop running snapshot, and i update it about 2 or 3 >> times per week. >> I also keep the installed packages up to date as well. >> >> With

Re: My first porting attempt: part 3

2017-01-10 Thread Stuart Henderson
On 2017/01/09 20:17, Jordon wrote: > Thank you for this replay. > > I am making this on a laptop running snapshot, and i update it about 2 or 3 > times per week. > I also keep the installed packages up to date as well. > > With this help, I was actually able to get it to build and run! > > Unfo

Re: My first porting attempt: part 3

2017-01-09 Thread Jordon
> On Jan 9, 2017, at 12:09 PM, Stuart Henderson wrote: > > On 2017/01/09 10:31, Karel Gardas wrote: >> Passing -llibobs.so.0 to linker means that linker will try to link >> liblibobps.so.0.so IMHO. Please give a try to -lobs > > You can't modify what cmake passes to the linker in such a direct

Re: My first porting attempt: part 3

2017-01-09 Thread Stuart Henderson
On 2017/01/09 10:31, Karel Gardas wrote: > Passing -llibobs.so.0 to linker means that linker will try to link > liblibobps.so.0.so IMHO. Please give a try to -lobs You can't modify what cmake passes to the linker in such a direct manner. Jordon wrote: > > Part 2: Leaning that OpenBSD does not hav

Re: My first porting attempt: part 3

2017-01-09 Thread Vadim Zhukov
2017-01-09 5:08 GMT+03:00 Jordon : > Part 1: Learning that trying to build an un-ported project outside of the > ports make system is a waste of time. I started reading the porters handbook > and was blown away at how nice the ports build system is. After a few > attempts, I was getting the pr

Re: My first porting attempt: part 3

2017-01-09 Thread Karel Gardas
Passing -llibobs.so.0 to linker means that linker will try to link liblibobps.so.0.so IMHO. Please give a try to -lobs On Mon, Jan 9, 2017 at 3:08 AM, Jordon wrote: > Part 1: Learning that trying to build an un-ported project outside of the > ports make system is a waste of time. I started read

My first porting attempt: part 3

2017-01-08 Thread Jordon
Part 1: Learning that trying to build an un-ported project outside of the ports make system is a waste of time. I started reading the porters handbook and was blown away at how nice the ports build system is. After a few attempts, I was getting the prerequisites installed and starting the buil