|
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
·
|
|
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: 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
·
|
|
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
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
·
|
|
Re: Fedora build issues
By
Mike Schonberg <mschonberg@...>
·
#173
·
|
|
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
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
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: 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
·
|
|
[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
·
|
|
[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
·
|
|
Re: Fedora build issues
By
Mike Schonberg <mschonberg@...>
·
#166
·
|
|
Re: Bridge devel process
By
Mike Schonberg <mschonberg@...>
·
#165
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
[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
·
|
|
[PATCH 49/50] [common] More Win32 Support
From: Mike Schonberg <mschonberg@...>
wUuid.c for uuid support and strpcasecmp and strptime implementations.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
From: Mike Schonberg <mschonberg@...>
wUuid.c for uuid support and strpcasecmp and strptime implementations.
Signed-off-by: Mike Schonberg <mschonberg@...>
---
|
By
Michael Schonberg <mschonberg@...>
·
#158
·
|
|
[PATCH 48/50] [common] Removed Unnecessary Symlink to wConfig.h
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
common/c_cpp/src/c/wombat/wConfig.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
From: Mike Schonberg <mschonberg@...>
Signed-off-by: Mike Schonberg <mschonberg@...>
---
common/c_cpp/src/c/wombat/wConfig.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
|
By
Michael Schonberg <mschonberg@...>
·
#157
·
|