Thanks you guys! Sam called it correctly: I was missing the 'libboost-serialization-dev' package. I was able to get the configure script to run to the end without installing 'libboost-thread-dev', but Seb's test indicated that I needed that package and a whole bunch more, mostly concerned (I think) with doc building. I'm running 'make' now, so we'll see what happens :) If it fails to build all the way, I'll install the packages recommended by Seb's test.
Thanks, Matt On Thu, 25 Jul 2013 21:52:14 -0600 Sebastian Kuzminsky <[email protected]> wrote: > On 07/25/2013 08:09 PM, sam sokolik wrote: > > when building on 12.04 - I use > > > > sudo apt-get install build-essential autoconf libpth-dev > > libglib2.0-dev libgtk2.0-dev tcl-dev tk-dev bwidget libreadline-dev > > python-tk python-dev libgl1-mesa-dev libglu1-mesa-dev libxmu-dev > > libudev-dev libmodbus-dev libboost-python-dev > > libboost-serialization-dev libboost-thread-dev > > > > So I think you are missing the libboost 3 at the end.. > > The best way to check for missing build dependencies is this: > > $ cd debian > > $ ./configure sim # if you're building sim, or... > $ ./configure -r # if you're building realtime > > $ cd .. > $ dpkg-checkbuilddeps > > That'll list all the build dependencies that are missing from your > build system. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
