|
[PATCH 50/50] [unittest] Adding C Unit Tests
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/gunittest/c/Makefile.am | 10 +-
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
mama/c_cpp/src/gunittest/c/Makefile.am | 10 +-
|
By
Michael Schonberg <mschonberg@...>
·
#159
·
|
|
Bridge devel process
Mike or someone,
Would you mind posting a link to the "dummies guide" to OpenMAMA bridge development?
Best
William
Mike or someone,
Would you mind posting a link to the "dummies guide" to OpenMAMA bridge development?
Best
William
|
By
William Henry <whenry@...>
·
#162
·
|
|
OpenMAMA 2.1 - configure: WARNING: unrecognized options: --with-avis
I’ve cloned the OpenMAMA 2.1 release git repository. When I try to configure the environment with --wIth-avis, the output from the configure script has a bunch of warnings of the following:
I’ve cloned the OpenMAMA 2.1 release git repository. When I try to configure the environment with --wIth-avis, the output from the configure script has a bunch of warnings of the following:
|
By
Mark Spielman
·
#163
·
|
|
Fedora build issues
Hi,
I see configure fail because it can't find sem_timedwait():
checking for library containing sem_timedwait... no
Failed to find sem_timedwait().
This appears to be the cause of no makefile being
Hi,
I see configure fail because it can't find sem_timedwait():
checking for library containing sem_timedwait... no
Failed to find sem_timedwait().
This appears to be the cause of no makefile being
|
By
William Henry <whenry@...>
·
#164
·
|
|
Re: Bridge devel process
By
Mike Schonberg <mschonberg@...>
·
#165
·
|
|
Re: Fedora build issues
By
Mike Schonberg <mschonberg@...>
·
#166
·
|
|
[PATCH] [mama] Add libpthread to library list for sem_timedwait
From: Mike Schonberg <mschonberg@...>
configure.ac needs to search for sem_timedwait in both librt and libpthread.
On OS's like certain Solaris versions that do not support
From: Mike Schonberg <mschonberg@...>
configure.ac needs to search for sem_timedwait in both librt and libpthread.
On OS's like certain Solaris versions that do not support
|
By
Michael Schonberg <mschonberg@...>
·
#167
·
|
|
[PATCH] [mamda] Add patch for -lmama for news and orderbook examples
From: Mike Schonberg <mschonberg@...>
The news and orderbook examples were not building because the linker could not
find libmama. This patch adjusts the link flags to include the path to the
From: Mike Schonberg <mschonberg@...>
The news and orderbook examples were not building because the linker could not
find libmama. This patch adjusts the link flags to include the path to the
|
By
Michael Schonberg <mschonberg@...>
·
#168
·
|
|
Re: OpenMAMA 2.1 - configure: WARNING: unrecognized options: --with-avis
Mark,
The current top level configurescript is fairly simplistic and passes all of the configure arguments to allthe lower level configure scripts. If the option is not supported by the lowerlevel
Mark,
The current top level configurescript is fairly simplistic and passes all of the configure arguments to allthe lower level configure scripts. If the option is not supported by the lowerlevel
|
By
Mike Schonberg <mschonberg@...>
·
#169
·
|
|
Re: Fedora build issues
I've attached the output from ./configure
I wonder if now my only issue is having avis installed.
William.
I've attached the output from ./configure
I wonder if now my only issue is having avis installed.
William.
|
By
William Henry <whenry@...>
·
#170
·
|
|
Re: Fedora build issues
Got the build at least going now with the avis stuff installed.
But I'm hitting:
bridge.c:22:24: fatal error: avis/elvin.h: No such file or directory
compilation terminated.
make[5]: *** [bridge.lo]
Got the build at least going now with the avis stuff installed.
But I'm hitting:
bridge.c:22:24: fatal error: avis/elvin.h: No such file or directory
compilation terminated.
make[5]: *** [bridge.lo]
|
By
William Henry <whenry@...>
·
#171
·
|
|
Re: Fedora build issues
Okay so here's what's wrong now and what I did to get to wrong and what I'm doing to fix it.
The ./configure flags the avis_client_config.h file.
So after svn co the avis source. I copied this file
Okay so here's what's wrong now and what I did to get to wrong and what I'm doing to fix it.
The ./configure flags the avis_client_config.h file.
So after svn co the avis source. I copied this file
|
By
William Henry <whenry@...>
·
#172
·
|
|
Re: Fedora build issues
By
Mike Schonberg <mschonberg@...>
·
#173
·
|
|
Re: Why are bridges in the general build
Les,
You can configure with --without-middleware-bridge and no bridge will be
built. Likewise you can specify --without-payload-bridge to build
without a payload
bridge.
I definitely like the idea
Les,
You can configure with --without-middleware-bridge and no bridge will be
built. Likewise you can specify --without-payload-bridge to build
without a payload
bridge.
I definitely like the idea
|
By
Michael Schonberg
·
#175
·
|
|
Why are bridges in the general build
Reading the difficulties that William is having getting the Avis bridge to build, wouldn't it make sense to split the build into open mama core (possibly including a null bridge as an example for
Reading the difficulties that William is having getting the Avis bridge to build, wouldn't it make sense to split the build into open mama core (possibly including a null bridge as an example for
|
By
Leslie Spiro <lspiro@...>
·
#174
·
|
|
Re: Why are bridges in the general build
I can build all of the projects under OpenMAMA 2.1 solution (Windows 7, VS 2010).
Requirements:
1. flex - http://gnuwin32.sourceforge.net/packages/flex.htm
2. avis-client -
I can build all of the projects under OpenMAMA 2.1 solution (Windows 7, VS 2010).
Requirements:
1. flex - http://gnuwin32.sourceforge.net/packages/flex.htm
2. avis-client -
|
By
Pavel Patarinski
·
#176
·
|
|
General MAMA feature / project questions
Greetings all. I'm getting started with OpenMAMA here at NYSE and had the below questions. Mike suggested that I send them to this list for the benefit of anyone else who had similar questions:
1)
Greetings all. I'm getting started with OpenMAMA here at NYSE and had the below questions. Mike suggested that I send them to this list for the benefit of anyone else who had similar questions:
1)
|
By
Noah Zucker <NZucker@...>
·
#177
·
|
|
Re: General MAMA feature / project questions
mama_open() by default attempts to load properties from
$WOMBAT_PATH/mama.properties.
mama_openWithProperties(path, filename) initializes OpenMAMA reading the
properties from path/filename rather
mama_open() by default attempts to load properties from
$WOMBAT_PATH/mama.properties.
mama_openWithProperties(path, filename) initializes OpenMAMA reading the
properties from path/filename rather
|
By
Mike Schonberg <mschonberg@...>
·
#178
·
|
|
FYI erroneous log messages
Hi,
Got some time today to look through the avis bridge code to try and understand the flow more.
Not a biggie: I found that avisBridgeMamaTransport_destroy() logs two avisBridgeMamaTransport_create
Hi,
Got some time today to look through the avis bridge code to try and understand the flow more.
Not a biggie: I found that avisBridgeMamaTransport_destroy() logs two avisBridgeMamaTransport_create
|
By
William Henry <whenry@...>
·
#179
·
|
|
[PATCH] [avis-bridge] Fix code style and incorrect logging
From: Mike Schonberg <mschonberg@...>
Two log statements in avisBridgeMamaTransport_destroy() incorrectly logged
"create".
Cleaned up most of the file to adhere more closely to the dominant
From: Mike Schonberg <mschonberg@...>
Two log statements in avisBridgeMamaTransport_destroy() incorrectly logged
"create".
Cleaned up most of the file to adhere more closely to the dominant
|
By
Michael Schonberg <mschonberg@...>
·
#180
·
|