Re: [opensource-dev] compiling viewer-release on linux

2018-08-08 Thread Alex
On 2018-08-09 06:25, Cinder Roxley wrote: > autobuild configure -c ReleaseOS You are building with the proprietary libs. > You need to build an opensource autobuild target: > ___ Ty :) Is there a way to have the viewer use FMOD by default instead of

[opensource-dev] compiling viewer-release on linux

2018-08-06 Thread Alex
-0.0.1-linux-317266.tar.bz2 to /var/tmp/alex/install.cache/llappearance_utility-0.0.1-linux-317266.tar.bz2 error: HTTP Error 401: Unauthorized Is this actually needed? If I grep through the sources, I find only linux references to llappearanceutility - nothing for windows, mac

[opensource-dev] Linux x64 questions

2018-03-09 Thread Alex
on changed drastically at some point or has someone gone and ripped out the guts for linux syslib version (ie: lots of things now missing in various cmake files etc)? Would appreciate any insight people may have. -- Kind Regards, Alex. ___ Policies and (un

Re: [opensource-dev] Linux viewer manage

2018-03-27 Thread Alex
age had correct dependencies. package: fontconfig-2.11.0-linux64-314281.tar.bz2 -- Kind Regards, Alex. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to k

Re: [opensource-dev] Linux viewer manage

2018-03-27 Thread Alex
iles > matching as possible. > ___ I was able to clone the source for this and build the package on linux with not much effort. Easy enough from there to edit autobuild.xml and point it at your own package. -

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
> Hi Henri! > > Thank you for responding. > > This is what I get: > alex@desktop:~/ivyviewer$ LD_LIBRARY_PATH="./lib:$LD_LIBRARY_PATH" ldd > ./bin/llplugin/libmedia_plugin_cef.so > linux-vdso.so.1 => (0x7ffcedd68000) > librt.

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
On 2018-03-20 22:00, Alex wrote: > 2018-03-20T11:53:39Z WARNING: LLPluginInstance::load: apr_dso_load of > /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so failed with > error 20019 , additional info string: > /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so: undefi

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
On 2018-03-20 23:15, Henri Beauchamp wrote: > What is your Linux build system ? Ubuntu 17.10 64 bit gcc/g++ version 4.9.4 GNU ld (GNU Binutils for Ubuntu) 2.29.1 -- Kind Regards, Alex. ___ Policies and (un)subscribe information available here: h

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
ror now. 2018-03-20T11:53:39Z WARNING: LLPluginInstance::load: apr_dso_load of /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so failed with error 20019 , additional info string: /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so: undefined symbol: _ZN8dullahan26setOnStatusMessageCal

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
astebin.com/ZhytizN8 (indra/media_plugins/cef/CMakeLists.txt) -- Kind Regards, Alex. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges

[opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
: LLPluginInstance::load: apr_dso_load of /home/alex/fsivy/bin/llplugin/libmedia_plugin_cef.so failed with error 20019 , additional info string: /home/alex/fsivy/bin/llplugin/libmedia_plugin_cef.so: undefined symbol: AtomicOps_Internalx86CPUFeatures Some Googling reveals

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
t cmake file and that section was wrong (and missing things). I'll try another rebuild with that. I have a feeling thats going to fix it! Now how can I send you a nice bottle of wine? :D Thank you so much! appreciate it! -- Kind Regards, Alex. ___ Po

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
> http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges Hi Henri! Thank you for responding. This is what I get: alex@desktop:~/ivyviewer$ LD_LIBRARY_PATH="./lib:$LD_LIBRARY_PATH" ldd ./bin/llp

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
above :) I'll try the trick with linking libcef twice and see what happens :) Thank you :) -- Kind Regards, Alex. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
011ecf0 T _ZN25dullahan_callback_manager26setOnStatusMessageCallbackESt8functionIFvSsEE libmedia_plugin_cef.so:00114cd0 T _ZN8dullahan26setOnStatusMessageCallbackEN5boost8functionIFvSsEEE libmedia_plugin_cef.so: U _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE -- Kind Rega

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
the case of boost and dullahan, it was making use of header only parts of boost right? Relinking libcef twice didnt help sadly.. I gave up for the night and went to sleep hehe. Do you have any ideas what else might be causing it? :) Interesting that that symbol is define

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
ef.so: U dullahan::setOnStatusMessageCallback(std::function) A lot easier to read. Would this suggest that the libdullahan.a library itself I am trying to link against is fine and there is a problem with the viewer build configuration somewhere?

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-20 Thread Alex
On 2018-03-21 07:57, monty wrote: > On 3/20/2018 17:32, Alex wrote: >> >> Interesting that that symbol is defined 3 times in your library. >> > > 'nm' that thing and see what is definition and what is reference. I pasted the result here: https://pastebin.com/BZyKEJf

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-22 Thread Alex
eter is being sent that obviously is not numeric and throwing the error. I ran the viewer under strace and observed some interesting behavior: 4589 execve("/home/alex/ivyviewer/bin/SLPlugin", ["/home/alex/ivyviewer/bin/SLPlugin", "38655"], [/ 66 vars /] 4592 execv

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-22 Thread Alex
On 2018-03-23 02:00, Henri Beauchamp wrote: > On Fri, 23 Mar 2018 01:48:08 +1000, Alex wrote: > >> It does indeed sound like the viewer is subsequently spawning another >> SLPlugin instead of dullahan_host, you are right. I have no idea why >> the >> viewer would

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-21 Thread Alex
) Just a quick question about the above. In the list for target_link_libraries, the first two make sense to me, but what is 'cef' referring to? is it libcef.so? -- Kind Regards, Alex. ___ Policies and (un)subscribe information available here: http://wiki

Re: [opensource-dev] Linux x64 - libmedia_plugin_cef.so error

2018-03-22 Thread Alex
On 2018-03-23 02:00, Henri Beauchamp wrote: > #elif defined(__linux__) > CefString(_subprocess_path) = "dullahan_host"; > #endif > > > Henri. Well that certainly got me further! Thank you! Its' at least _trying_ to start dullahan_host now, but some str

Re: [opensource-dev] SL server issues in the past 4 months

2019-04-08 Thread Alex
Lawrence [1] > LINDEN LAB | Create Virtual Experiences [2] > ___ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges -- Kind Rega

[opensource-dev] Python and autobuild

2019-10-13 Thread Alex
Hi Guys, This question is directed at the Lab. Python 2.7 becomes EOL as of Jan 1st 2020. Which is not far away. Is there any work underway to make autobuild compatible with Python 3? -- Kind Regards, Alex. ___ Policies and (un)subscribe information

Re: [opensource-dev] Error related to libndof when trying to compile SL on Ubuntu (attempt 2)

2020-02-06 Thread Alex
Hi! Regarding FreeBSD.. You will not get this to work on FreeBSD without an absolute buttload of work.. For starters, autobuild would not recognize FreeBSD as a valid platform, you would need to hack it to support FreeBSD (or write your own build system). Many things would also be missing

Re: [opensource-dev] Error related to libndof when trying to compile SL on Ubuntu (attempt 2)

2020-02-07 Thread Alex
On 2020-02-07 20:52, Henri Beauchamp wrote: > [rant] > You can thank LL for not providing support for Linux; while they > benefit > for free from all the work done by GNU/Linux developers and while SL > won't even exist without their work (especially on the server side of > things, but even the