[oi-dev] libpthread-stubs is needed in the build environment

2016-01-18 Thread Andreas Wacknitz

Hi all,

As a small note to anybody interested in userland builds:
I had problems to compile a lot of packages until today: The release of 
the package "libpthread-stubs" into userland solved
my problems. It has to be installed manually (maybe we should add it to 
"build-essential"?).


Regards
Andras

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


[oi-dev] oi-userland component build and directory structure

2016-01-18 Thread bentahyr
Hi,
I'm trying to build simple software as packages.
If I understand correctly, the way the oi-userland works is package is compiled 
in a build directory different from the source tarball extraction.

My issue is that some include files are not transferred from the source to the 
build directory and the code refer to "#include " so the make fails 
whereas going into the source directory and perform the build works fine.

How would be the oi way to tackle this ?

Ben

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] oi-userland component build and directory structure

2016-01-18 Thread Adam Števko
Hi,

search some example Makefikes for cloney. It will link source directory 
contents to the build one. 

However, isn't myfile.h generated by som configuration command?

Cheers,
Adam

> On 19 Jan 2016, at 04:35, benta...@chez.com wrote:
> 
> Hi,
> I'm trying to build simple software as packages.
> If I understand correctly, the way the oi-userland works is package is 
> compiled in a build directory different from the source tarball extraction.
> 
> My issue is that some include files are not transferred from the source to 
> the build directory and the code refer to "#include " so the make 
> fails whereas going into the source directory and perform the build works 
> fine.
> 
> How would be the oi way to tackle this ?
> 
> Ben
> 
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> http://openindiana.org/mailman/listinfo/oi-dev

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev