Personal tools
You are here: Home cmgui Zinc mozCmgui
Views

mozCmgui

last edited 5 years ago by blackett

Building mozCmgui

Checkout the mozCmgui module from cmiss cvs

aclocal

automake -a

autoconf

There is a configure parameter for --with-cmgui-corba-bridge but it doesn't seem to be fully respected, instead it looks in CMISS_ROOT/cmgui_corba_bridge, so for now set CMISS_ROOT to be the directory above cmgui_corba_bridge

./configure --with-omniORB=/path/to/omniorb --with-mozilla=/path/to/mozilla/dist/dir --with-xpcorba=/path/to/xpcorba

make

To make the installer .xpi

make packages

On Win32, you need to make sure you refer to the MSVC version of omniORB, not the gcc one, or linking will fail.

On Win32, paths should be Cygwin paths not native Windows paths. They must also be from the mount point eg /cygdrive/c/home not /home.

There are two places that you change the mozCmgui version number:

mozCmgui/install/install.rdf.in

mozCmgui/components/mozCmgui/base/public/mozICmgui.idl

plus you should then add at least one example to test your version examples_testing

and release your version in the release centre: http://www.cmiss.org/ReleaseCenter/mozcmgui

Contributing to this site

Please add to the wiki any relevant information that you think might be useful to other users of this website. For example, you might like to contribute your experiences, questions and answers.

You are encouraged to contribute to this site regardless of your level of experience. Contributions are welcomed from new and regular visitors.

If you ask a question and receive an answer from a developer you should record it in the wiki. This information is extremely useful and can help other users overcome the same problem.

See how to add and edit pages for more information.