Re: [OmniOS-discuss] compiling mediatomb #error non-amd64 code depends on amd64 privileged header!

2014-05-12 Thread Natxo Asenjo
hi, Tonight I'll try that, I suppose i should look in the Makefile? regards, natxo -- Groeten, natxo On Sun, May 11, 2014 at 11:02 PM, Dan McDonald dan...@omniti.com wrote: Okay. Our headers are 64-bit aware, maybe lose -I/usr/include/amd64 ? Dan Sent from my iPhone (typos,

Re: [OmniOS-discuss] compiling mediatomb #error non-amd64 code depends on amd64 privileged header!

2014-05-12 Thread Lauri Tirkkonen
On Sun, May 11 2014 21:57:26 +0200, Natxo Asenjo wrote: # grep m64 Makefile CFLAGS = -g -O2 -m64 Or should I do it differently? I am not really sure ... It depends on the build system of the software you're trying to build. Your make output before included g++, so it is likely that you need

Re: [OmniOS-discuss] compiling mediatomb #error non-amd64 code depends on amd64 privileged header!

2014-05-11 Thread Dan McDonald
You are trying to build a 64-but object , right? Are you adding -m64 to the compiler flags? Dan Sent from my iPhone (typos, autocorrect, and all) On May 11, 2014, at 3:00 PM, Natxo Asenjo natxo.ase...@gmail.com wrote: hi, trying to use my home omnios server for streaming media I get