RE: automotive-message-broker do not start

2014-05-27 Thread VanCutsem, Geoffroy
Hi Joachim, I haven't tried myself but here are a couple of things you could check: - Check the path where the lib was installed, if it is /usr/local/lib (I _think_ it's the default), then you should export LD_LIBRARY_PATH=/usr/local/lib before calling ambd - Maybe try to

Re: syslinux package for arm

2014-05-27 Thread Philippe Coval
On 05/27/2014 01:28 PM, Jay D Bhatt wrote: Hi, I am working on creating my own MIC image from the GBS packages build. I have taken the kickstart file (ivi-release-mbr-i586.ks) from online repos and want to convert it to make it work for armv7l architecture. that's what I've been doing

Re: [Dev] Obs built images

2014-05-27 Thread McGee, Art
Brad, That seems to have fixed the issue. I am able to switch apps and the screen stays full screen when I switch back. I still have trouble with the touch/mouse not functioning 1/2 the time when returning to the app such as HVAC. This doesn't happen if you kill the app first. This also

Re: automotive-message-broker do not start

2014-05-27 Thread Rees, Kevron
Ubuntu doesn't look in /usr/local/{arch}/ by default for libraries. So I typically change my install paths to /usr using cmake-gui. If you don't use cmake-gui pass: cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=/usr/lib/i386-linux-gnu -DINCLUDE_INSTALL_DIR=/usr/include .. Be sure to