You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(1) |
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Steve B. <st...@cu...> - 2011-01-10 21:01:21
|
Hi, Firstly, thanks if you're contributing to this project - looks very interesting and useful. Now, a bit of a noob question but I've been trying to build mammoth all day and I've managed to generate the VS2008 VCPROJ but now I seem to have hit a brick wall. I've never used cmake before so I'm unsure if I'm doing things 100% correctly - several projects (TBB / FFMPEG) had to have their paths manually filled in because I couldn't get cmake to find them for love or money. Anyway I seem to be getting lots of errors while compiling mammoth, mostly from boost - here's a couple: 1>..\..\..\src\core\net\rtmp_connection.cpp(260) : warning C4273: 'mammoth::net::rtmp_connection::write_handshake' : inconsistent dll linkage 1> F:\perforce\plugin3d\Libs\mammoth\include\mammoth/net/rtmp_connection.hpp(139) : see previous definition of 'write_handshake' 1>rtmpt_connection.cpp 1>f:\perforce\plugin3d\libs\boost\include\boost/asio/ssl/detail/openssl_context_service.hpp(74) : error C2440: '=' : cannot convert from 'const SSL_METHOD *' to 'SSL_METHOD *' We're on Boost 1.39 so it's presumably the problem - are there any plans to migrate to a more recent boost level? I've also got some more build errors which look like some windows specific stuff perhaps isn't being pulled in correctly. thanks Steve |
|
From: 李庆赟 <qin...@gm...> - 2010-07-07 08:04:47
|
Hi, boys, How can i run a demo of mammoth, because i have a project need to publish the videos from the hard disk to the users in the intranet. Thanks a lot for your help, if you have a mammoth in running, please give me the address, i want to see the result Rain |
|
From: 李庆赟 <qin...@gm...> - 2010-07-07 08:02:55
|
Hi, boys, How can i run a demo of mammoth, because i have a project need to publish the videos from the hard disk to the users in the intranet. Thanks a lot for your help, if you have a mammoth in running, please give me the address, i want to see the result Rain |
|
From: Piotr K. <pio...@gm...> - 2009-12-03 23:17:55
|
Hi Piotr, > > Make a symlink from vod_service to libmammoth-vod.so and you should be > fine. > > Cheers, > Alexander > > Thanks for the tip, that solved the problem. However, another problem appeared - the artoolkit module doesn't work. I created the symlink "artoolkit_service": lrwxrwxrwx 1 root root 44 Nov 30 18:56 artoolkit_service -> /usr/src/mammoth/bin/libmammoth-artoolkit.so lrwxrwxrwx 1 root root 27 Nov 30 18:54 libmammoth-artoolkit.so -> libmammoth-artoolkit.so.0.2 lrwxrwxrwx 1 root root 29 Nov 30 18:54 libmammoth-artoolkit.so.0.2 -> libmammoth-artoolkit.so.0.2.3 -rwxr-xr-x 1 root root 573722 Nov 30 18:54 libmammoth-artoolkit.so.0.2.3 and the service for artoolkit looks like this: <service> <name>artoolkit</name> <plugin>artoolkit_service</plugin> <storage_folder>/home/piotr/videos</storage_folder> <!-- directory exists --> <chunksize>4096</chunksize> <!-- override the global chunksize --> </service> When I try to run Mammoth is gives these messages 1259674251 INFO mammoth.net.service_manager Loaded FMS service plug-in for resource (vod): vod_service 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): storage_folder=/home/piotr/videos 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): chunksize=4096 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): ul_bandwidth=2500000 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): dl_bandwidth=2500000 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): ul_bandwidth_limit=5000000 1259674251 INFO mammoth.net.service_manager Set FMS service option for resource (vod): dl_bandwidth_limit=5000000 1259674251 FATAL mammoth.server base_service (artoolkit): Plug-in library not found: /usr/src/mammoth/bin/artoolkit_service Cheers, Piotr |
|
From: Alexander W. <dev...@wi...> - 2009-11-30 18:40:42
|
Hi Piotr, Make a symlink from vod_service to libmammoth-vod.so and you should be fine. Cheers, Alexander Piotr Kościerzyński wrote: > Hi, > I managed to successfully compile Mammoth on CentOs 5, but I can't get > Mammoth to run. > Here are the steps to reproduce the error: > STEP 1 ----- BEGIN > bash-3.2# cmake . ; make ; make install > -- Detected version of GNU GCC: 41 > -- Found FFMPEG: > /usr/lib/libavcodec.so;/usr/lib/libavformat.so;/usr/lib/libavutil.so > /usr/include > -- Parsing 'config.hpp.in <http://config.hpp.in>' > -- > -- Resulting configuration for : > -- ----------------------------------------------------------------- > -- Will MAMMOTH be built as a shared library? : Yes > -- Additional checks even in Release : No > -- > -- ----------------------------------------------------------------- > -- > -- Configuring done > -- Generating done > -- Build files have been written to: /usr/src/mammoth > [ 72%] Built target mammoth-core > [ 77%] Built target mammoth-vod > [ 83%] Built target mammoth-live > [ 94%] Built target mammoth-server > [100%] Built target mammoth-artoolkit > make: *** No rule to make target `install'. Stop. > STEP 1 ----- END > > The "make install" step didn't execute? Does it mean that the > configuration generated by Cmake was't good? > > > STEP 2 -- Trying to run Mammoth > In the directory /usr/src/mammoth/bin > ./mammoth-server -c /usr/src/mammoth/settings.xml -f > This gives error message > 1259582884 FATAL mammoth.server base_service (vod) : Plug - in library > not found : vod_service > > /usr/src/mammoth/bin contents : > > lrwxrwxrwx 1 root root 29 Nov 28 14:26 artoolkit_service.so -> > libmammoth-artoolkit.so.0.2.3 > lrwxrwxrwx 1 root root 27 Nov 28 09:50 libmammoth-artoolkit.so -> > libmammoth-artoolkit.so.0.2 > lrwxrwxrwx 1 root root 29 Nov 28 09:50 libmammoth-artoolkit.so.0.2 -> > libmammoth-artoolkit.so.0.2.3 > -rwxr-xr-x 1 root root 573722 Nov 28 09:50 libmammoth-artoolkit.so.0.2.3 > lrwxrwxrwx 1 root root 22 Nov 28 09:47 libmammoth-core.so -> > libmammoth-core.so.0.2 > lrwxrwxrwx 1 root root 24 Nov 28 09:47 libmammoth-core.so.0.2 -> > libmammoth-core.so.0.2.3 > -rwxr-xr-x 1 root root 6631675 Nov 28 09:47 libmammoth-core.so.0.2.3 > lrwxrwxrwx 1 root root 22 Nov 27 22:49 libmammoth-live.so -> > libmammoth-live.so.0.2 > lrwxrwxrwx 1 root root 24 Nov 27 22:49 libmammoth-live.so.0.2 -> > libmammoth-live.so.0.2.3 > -rwxr-xr-x 1 root root 574142 Nov 27 22:49 libmammoth-live.so.0.2.3 > lrwxrwxrwx 1 root root 21 Nov 28 09:28 libmammoth-vod.so -> > libmammoth-vod.so.0.2 > lrwxrwxrwx 1 root root 23 Nov 28 09:28 libmammoth-vod.so.0.2 -> > libmammoth-vod.so.0.2.3 > -rwxr-xr-x 1 root root 403724 Nov 28 09:28 libmammoth-vod.so.0.2.3 > -rwxr-xr-x 1 root root 3519152 Nov 28 09:48 mammoth-server > ---------- settings.xml > Settigs file was generated by cmake, I only changed the directories for > mod and vod services. > <pluginfolder>/usr/src/mammoth/bin</pluginfolder> > and > <services> > > <service> > <name>vod</name> > <plugin>vod_service</plugin> > <storage_folder>/home/piotr/videos</storage_folder> <!-- directory > exists --> > <chunksize>4096</chunksize> <!-- override the global chunksize --> > </service> > > <service> > <name>mod</name> > <plugin>vod_service</plugin> > <storage_folder>/home/piotr/music</storage_folder> <!-- directory > exists --> > </service> > > <service> > <name>live</name> > <plugin>live_service</plugin> > <storage_folder>/</storage_folder> > > <edge> > <host>192.168.1.2</host> <!-- destination ip --> > <port>8888</port> <!-- destination port (tcp) --> > <enabled>false</enabled> > </edge> > > <!-- or --> > > <origin> > <host>127.0.0.1</host> <!-- source ip (empty means binding to all > ip's) --> > <port>8888</port> <!-- source port (tcp) --> > <enabled>false</enabled> > </origin> > > </service> > > </services> > > > > > Best Regards, > Piotr > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mammoth-users mailing list > Mam...@li... > https://lists.sourceforge.net/lists/listinfo/mammoth-users |
|
From: Piotr K. <pio...@gm...> - 2009-11-30 12:40:16
|
Hi, I managed to successfully compile Mammoth on CentOs 5, but I can't get Mammoth to run. Here are the steps to reproduce the error: STEP 1 ----- BEGIN bash-3.2# cmake . ; make ; make install -- Detected version of GNU GCC: 41 -- Found FFMPEG: /usr/lib/libavcodec.so;/usr/lib/libavformat.so;/usr/lib/libavutil.so /usr/include -- Parsing 'config.hpp.in' -- -- Resulting configuration for : -- ----------------------------------------------------------------- -- Will MAMMOTH be built as a shared library? : Yes -- Additional checks even in Release : No -- -- ----------------------------------------------------------------- -- -- Configuring done -- Generating done -- Build files have been written to: /usr/src/mammoth [ 72%] Built target mammoth-core [ 77%] Built target mammoth-vod [ 83%] Built target mammoth-live [ 94%] Built target mammoth-server [100%] Built target mammoth-artoolkit make: *** No rule to make target `install'. Stop. STEP 1 ----- END The "make install" step didn't execute? Does it mean that the configuration generated by Cmake was't good? STEP 2 -- Trying to run Mammoth In the directory /usr/src/mammoth/bin ./mammoth-server -c /usr/src/mammoth/settings.xml -f This gives error message 1259582884 FATAL mammoth.server base_service (vod) : Plug - in library not found : vod_service /usr/src/mammoth/bin contents : lrwxrwxrwx 1 root root 29 Nov 28 14:26 artoolkit_service.so -> libmammoth-artoolkit.so.0.2.3 lrwxrwxrwx 1 root root 27 Nov 28 09:50 libmammoth-artoolkit.so -> libmammoth-artoolkit.so.0.2 lrwxrwxrwx 1 root root 29 Nov 28 09:50 libmammoth-artoolkit.so.0.2 -> libmammoth-artoolkit.so.0.2.3 -rwxr-xr-x 1 root root 573722 Nov 28 09:50 libmammoth-artoolkit.so.0.2.3 lrwxrwxrwx 1 root root 22 Nov 28 09:47 libmammoth-core.so -> libmammoth-core.so.0.2 lrwxrwxrwx 1 root root 24 Nov 28 09:47 libmammoth-core.so.0.2 -> libmammoth-core.so.0.2.3 -rwxr-xr-x 1 root root 6631675 Nov 28 09:47 libmammoth-core.so.0.2.3 lrwxrwxrwx 1 root root 22 Nov 27 22:49 libmammoth-live.so -> libmammoth-live.so.0.2 lrwxrwxrwx 1 root root 24 Nov 27 22:49 libmammoth-live.so.0.2 -> libmammoth-live.so.0.2.3 -rwxr-xr-x 1 root root 574142 Nov 27 22:49 libmammoth-live.so.0.2.3 lrwxrwxrwx 1 root root 21 Nov 28 09:28 libmammoth-vod.so -> libmammoth-vod.so.0.2 lrwxrwxrwx 1 root root 23 Nov 28 09:28 libmammoth-vod.so.0.2 -> libmammoth-vod.so.0.2.3 -rwxr-xr-x 1 root root 403724 Nov 28 09:28 libmammoth-vod.so.0.2.3 -rwxr-xr-x 1 root root 3519152 Nov 28 09:48 mammoth-server ---------- settings.xml Settigs file was generated by cmake, I only changed the directories for mod and vod services. <pluginfolder>/usr/src/mammoth/bin</pluginfolder> and <services> <service> <name>vod</name> <plugin>vod_service</plugin> <storage_folder>/home/piotr/videos</storage_folder> <!-- directory exists --> <chunksize>4096</chunksize> <!-- override the global chunksize --> </service> <service> <name>mod</name> <plugin>vod_service</plugin> <storage_folder>/home/piotr/music</storage_folder> <!-- directory exists --> </service> <service> <name>live</name> <plugin>live_service</plugin> <storage_folder>/</storage_folder> <edge> <host>192.168.1.2</host> <!-- destination ip --> <port>8888</port> <!-- destination port (tcp) --> <enabled>false</enabled> </edge> <!-- or --> <origin> <host>127.0.0.1</host> <!-- source ip (empty means binding to all ip's) --> <port>8888</port> <!-- source port (tcp) --> <enabled>false</enabled> </origin> </service> </services> Best Regards, Piotr |
|
From: info <in...@vi...> - 2009-09-17 09:27:08
|
Hi, we are trying to implement rtmp protocol on a c# application to view video and listen music. do you have some information how to do it I see on your wesite that you implement a cpp class. I see to that you help http://www.paultondeur.com/2008/12/11/rtmp-communication-with-unity3d-using-c-sharp/ to do it we trying to implement a rtmpte dll but for now we didn't know how to do this, do you have some help ? when we try to implement your mammoth library in cpp we compile it on visual studio but we didn't know exactly how does it work there is a lot of includes and I think we don't have all the files, so we are a little lost with this We try with flurinefx dll and when we lunch the programm we have a trouble with the connection on our server * NetConnection.Call.BadVersion *_netConnection.Connect("rtmp://blackvoice.no-ip.org:1935/oflaDemo"); for exemple. Thank you for your help Sylvain |
|
From: James S. <jsa...@gm...> - 2009-08-11 22:15:56
|
Dear Alexander, I am still having problems with this issue: http://sourceforge.net/mailarchive/message.php?msg_name=49D70E69.8000806%40wichers.nu Please tell me: 1. Which directory in a Debian and/or Ubuntu OpenSSL installation should OPENSSL_INCLUDE_DIR point to? 2. Which directory in a Debian and/or Ubuntu OpenSSL installation should OPENSSL_LIBRARIES point to? 3. How do I tell ccmake where to find tbb21_015oss? Thank you. Cheers, James Salsman |
|
From: Ramesh T S <ram...@re...> - 2009-07-30 17:55:56
|
make
[ 2%] Building CXX object
src/core/CMakeFiles/mammoth-core.dir/admin/admin_server.cpp.o
In file included from
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:25,
from
/usr/local/src/mammoth/trunk/include/mammoth/net/rtmp_parser.hpp:25,
from
/usr/local/src/mammoth/trunk/include/mammoth/net/base_connection.hpp:30,
from
/usr/local/src/mammoth/trunk/include/mammoth/net/rtmp_connection.hpp:27,
from
/usr/local/src/mammoth/trunk/include/mammoth/admin/admin_server.hpp:25,
from
/usr/local/src/mammoth/trunk/src/core/admin/admin_server.cpp:21:
/usr/local/src/mammoth/trunk/include/mammoth/net/crypto.hpp: In function
`size_t mammoth::net::encryption::dh_compute_secret(DH*, const uint8_t*,
size_t, uint8_t*)':
/usr/local/src/mammoth/trunk/include/mammoth/net/crypto.hpp:247: warning:
converting of negative value `-0x000000001' to `size_t'
/usr/local/src/mammoth/trunk/include/mammoth/net/crypto.hpp:252: warning:
converting of negative value `-0x000000001' to `size_t'
In file included from
/usr/local/src/mammoth/trunk/include/mammoth/net/rtmp_parser.hpp:25,
from
/usr/local/src/mammoth/trunk/include/mammoth/net/base_connection.hpp:30,
from
/usr/local/src/mammoth/trunk/include/mammoth/net/rtmp_connection.hpp:27,
from
/usr/local/src/mammoth/trunk/include/mammoth/admin/admin_server.hpp:25,
from
/usr/local/src/mammoth/trunk/src/core/admin/admin_server.cpp:21:
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp: In static
member function `static void
mammoth::net::handshake::generate_handshake_part2(InputIterator,
InputIterator, OutputIterator, OutputIterator)':
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:134: error:
`SHA256_DIGEST_LENGTH' was not declared in this scope
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:134: error:
template argument 2 is invalid
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:134: error:
invalid type in declaration before ';' token
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:154: error:
there are no arguments to `EVP_sha256' that depend on a template parameter,
so a declaration of `EVP_sha256' must be available
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:154: error:
(if you use `-fpermissive', G++ will accept your code, but allowing the use
of an undeclared name is deprecated)
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:156: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:160: error:
there are no arguments to `EVP_sha256' that depend on a template parameter,
so a declaration of `EVP_sha256' must be available
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp: In static
member function `static void
mammoth::net::handshake::set_encryption_keys(InputIterator, OutputIterator,
uint8_t*, boost::scoped_ptr<RC4_KEY>&, boost::scoped_ptr<RC4_KEY>&)':
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:174: error:
`SHA256_DIGEST_LENGTH' was not declared in this scope
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:174: error:
template argument 2 is invalid
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:174: error:
invalid type in declaration before ';' token
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:179: error:
there are no arguments to `EVP_sha256' that depend on a template parameter,
so a declaration of `EVP_sha256' must be available
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:181: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:185: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:188: error:
there are no arguments to `EVP_sha256' that depend on a template parameter,
so a declaration of `EVP_sha256' must be available
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:190: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:194: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp: In static
member function `static void
mammoth::net::handshake::set_handshake_digest(OutputIterator,
OutputIterator)':
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:203: error:
`SHA256_DIGEST_LENGTH' was not declared in this scope
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:205: error:
`SHA256_DIGEST_LENGTH' cannot appear in a constant-expression
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:205: error:
template argument 2 is invalid
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:205: error:
invalid type in declaration before ';' token
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:222: error:
there are no arguments to `EVP_sha256' that depend on a template parameter,
so a declaration of `EVP_sha256' must be available
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:224: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:228: error:
request for member `begin' in `digest', which is of non-class type `int'
/usr/local/src/mammoth/trunk/include/mammoth/net/handshake.hpp:228: error:
request for member `end' in `digest', which is of non-class type `int'
make[2]: *** [src/core/CMakeFiles/mammoth-core.dir/admin/admin_server.cpp.o]
Error 1
make[1]: *** [src/core/CMakeFiles/mammoth-core.dir/all] Error 2
make: *** [all] Error 2
Using svn trunk
Regards,
Ramesh T. S
|
|
From: tangbo 0. <ta...@hu...> - 2009-07-14 09:33:39
|
Dear all, I got the following problem when I was compiling the mammoth code: "Could NOT find TBB (missing: TBB_LIBRARY TBB_MALLOC)" I have downloaded the tbb2.1 for linux and the source code, but I have no idea about how to install them. Any help? I really appreciate! Best regards, Tang Bo |
|
From: Daniel <da...@un...> - 2009-05-10 05:26:15
|
Hi, I've done some research looking for a C++ solution for a flash streaming server and someone on red5 community passed me the link to this project So... here is my situation: I'm actually a C++ programmer joining the open source flash community. I'm currently developing a C++ streamming server that connects to a C++ client that sends/receives a H.264/AAC streamming back to the server (using our internal protocol based on IRC). I'm doing some research on flash because I need somehow redirect the stream generated on my client side application to play (somehow) in the flash player. I need to know if it is currently supported by mammoth project and if it would be easy to connect my application server stream to the mammoth server and this to the flash client? What kind of payload do the flash server expect to receive from my app ? RTP carrying H264/AAC ? Is there available sample code on using this just to prove concept ? Thanks in advance, Daniel |
|
From: Alexander W. <dev...@wi...> - 2009-04-04 08:10:18
|
Hi James! Make sure your the openssl / tbb include path is in your INCLUDE environment variable. I think you should be fine then. If not, let me know. Cheers, Alexander James Salsman wrote: > Alexander, > > On an Ubuntu 8.04 LTS system, where are OPENSSL_INCLUDE_DIR > and OPENSSL_LIBRARIES generally expected to be? > > In "ccmake ." my Boost_INCLUDE_DIR is ../boost_1_38_0/libs > > How do I tell ccmake where to find tbb21_015oss? > > Thank you for your excellent help and work so far. > > Sincerely, > > James Salsman > |
|
From: James S. <jsa...@gm...> - 2009-04-03 07:05:49
|
Alexander, On an Ubuntu 8.04 LTS system, where are OPENSSL_INCLUDE_DIR and OPENSSL_LIBRARIES generally expected to be? In "ccmake ." my Boost_INCLUDE_DIR is ../boost_1_38_0/libs How do I tell ccmake where to find tbb21_015oss? Thank you for your excellent help and work so far. Sincerely, James Salsman |
|
From: Alexander W. <dev...@wi...> - 2009-04-03 07:00:06
|
Hi Antoni, I'm sorry it does not compile on your machine, and I have to say that I haven't tested it on FreeBSD yet. If you look at the Mammoth developers page you'll see that you need at least version 1.35 to run Mammoth. That's something you need to correct anyway. Also make sure that the 'include' folder (where everything is installed) is added to your environment variables. Although I haven't seen alot of FreeBSD servers, I can imagine there is a need for that, I'll add this to my TODO list. Cheers, Alexander Antoni Jakubiak wrote: > I try to compile Mammoth on FreeBSD. I get the following error: > > freebsd-v1# pkg_info -XQc tbb boost > boost-1.34.1:Free peer-reviewed portable C++ source libraries > tbb-2.0:A library that provides thread building blocks > > > freebsd-v1# cmake . > -- The C compiler identification is GNU > -- The CXX compiler identification is GNU > -- Check for working C compiler: /usr/bin/gcc > -- Check for working C compiler: /usr/bin/gcc -- works > -- Detecting C compiler ABI info > -- Detecting C compiler ABI info - done > -- Check for working CXX compiler: /usr/bin/c++ > -- Check for working CXX compiler: /usr/bin/c++ -- works > -- Detecting CXX compiler ABI info > -- Detecting CXX compiler ABI info - done > -- Detected version of GNU GCC: 42 > CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:620 (message): > Unable to find the requested Boost libraries. > > Boost version: 1.34.1 > > Boost include path: /usr/local/include > > The following Boost libraries could not be found: > > boost_system > > Some (but not all) of the required Boost libraries were found. You may > need to install these additional Boost libraries. Alternatively, set > Boost_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT > to the location of Boost. > Call Stack (most recent call first): > CMakeLists.txt:109 (FIND_PACKAGE) > > > -- Found OpenSSL: /usr/lib/libssl.so > CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 > (MESSAGE): > Could NOT find TBB (missing: TBB_INCLUDE_DIR) > Call Stack (most recent call first): > build/cmake/FindTBB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) > CMakeLists.txt:127 (FIND_PACKAGE) > > > -- Configuring incomplete, errors occurred! > > ------------------------------------------------------------------------------ > _______________________________________________ > Mammoth-users mailing list > Mam...@li... > https://lists.sourceforge.net/lists/listinfo/mammoth-users |
|
From: Antoni J. <ant...@gm...> - 2009-03-30 15:05:15
|
Mammoth is complicated to compile. Can You create a Virtual Machine with Mammoth installation? |
|
From: Antoni J. <ant...@gm...> - 2009-03-30 15:02:02
|
I try to compile Mammoth on FreeBSD. I get the following error:
freebsd-v1# pkg_info -XQc tbb boost
boost-1.34.1:Free peer-reviewed portable C++ source libraries
tbb-2.0:A library that provides thread building blocks
freebsd-v1# cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detected version of GNU GCC: 42
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:620 (message):
Unable to find the requested Boost libraries.
Boost version: 1.34.1
Boost include path: /usr/local/include
The following Boost libraries could not be found:
boost_system
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
Boost_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:109 (FIND_PACKAGE)
-- Found OpenSSL: /usr/lib/libssl.so
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57
(MESSAGE):
Could NOT find TBB (missing: TBB_INCLUDE_DIR)
Call Stack (most recent call first):
build/cmake/FindTBB.cmake:22 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:127 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
|
|
From: Alexander W. <dev...@wi...> - 2008-12-10 22:29:42
|