Ok, I need to update the instructions. As far as I know,there is no ldconfig on 
OSX like there is on linux.

Regarding the include problems, you can modify:

smartbody/lib/vhmsg/vhmsg-c/CMakeLists.txt

and replace the line:

include_directories(/usr/local/include/activemq-cpp-3.5.0)

with

include_directories(/usr/local/include/activemq-cpp-3.4.2)

and try your build again (make sure your SmartBody code has been updated - I 
just checked in a build fix for OSX).

Does it build now?

Regards,

Ari Shapiro


________________________________________
From: James Walker [[email protected]]
Sent: Tuesday, May 08, 2012 7:00 PM
To: [email protected]
Subject: [SmartBody-dev] help building on Mac - ActiveMQ problem

Hi, I'm trying to set up Smartbody on OS X (10.6.8), and I seem to be
having a problem with ActiveMQ.  The SmartBody manual and Install.txt
say to use this link:

http://www.apache.org/dyn/closer.cgi/activemq/activemq-cpp/source/activemq-cpp-library-3.4.0-src.tar.gz

However, that results in a "not found" message, even if I click one of
the mirror links.

I did find a newer version here:

http://www.apache.org/dyn/closer.cgi/activemq/activemq-cpp/source/activemq-cpp-library-3.4.2-src.tar.gz

Install.txt says that for OS X, one needs to patch a couple of files,
but apparently that has already happened in the newer version.

OK, so I unpacked the archive, and did

./configure --disable-ssl
make
sudo make install

as instructed, but then when I came to

sudo ldconfig

my system doesn't know any command named ldconfig.

Unlike the manual, Install.txt implies that sudo ldconfig may be
optional, so I tried to press on.  I tried to build smartbody itself,
but then I get #include errors.  For one thing, some smartbody code was
expecting to find /usr/include/activemq, but what actually got installed
was /usr/include/activemq-cpp-3.4.2/activemq.

Any suggestions?
--
   James W. Walker, Innoventive Software LLC
   <http://www.frameforge3d.com/>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Smartbody-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-developer

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Smartbody-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-developer

Reply via email to