descriptiondbus-c++ async branch
ownerzub@linux.fjfi.cvut.cz
last changeSun, 14 Jun 2009 21:31:24 +0000 (14 23:31 +0200)
content tags
add:
README.QNX
DBus C++ Async Binding README

These are build notes for the DBus C++ Async binding on the QNX platform.

This package can be built by changing to the individual target directories
(nto-*-*) and typing 'make'. It is recommended that the host target
(typically x86) is built first followed by the cross-compiled targets.

The following two environment variables will impact the build process:

GCC_VERSION         - The GCC version to use (e.g. 4.2.4).
                      Defaults to "4.2.4".
                      
INSTALL_PREFIX      - The prefix of the path where to install the packages.
                      Defaults to "${curDir}/../../../publish"

These environment variables need to be set to suitable values before the
package is built.

QNX provides hooks (via a build-hooks file) that allows the "configure"
and "make" steps to be altered. It is IMPORTANT that when a particular
package and target are rebuilt all the previously built by-products
are removed (e.g. "make distclean") so that the build procedure resets and
starts at the "configure" step. This ensures that the "build-hooks" script
is executed and any over-rides take effect.

*** NOTE ***

When building this package make all the files writeable and then run the
following command from the top directory.

> find . -type f -print0 | xargs touch -r configure.ac 

This command changes the timestamps on all the directories so that they're
consistent. This prevents the configure script from trying to re-run
automake (which isn't typically installed on QNX systems).
shortlog
2009-06-14 zubFree memory with dbus_free instead of free. Account... master
2009-06-02 zubHandle NULL interface and NULL member in messages grace...
2009-05-19 zubMake generator produce send_reply() methods with out...
2009-05-18 zubAdd tomic counter into RefPtr. (Glenn Schmottlach)
2009-04-23 zubRevert "Fix potential destroying of an unitialized...
2009-04-23 zubFix potential destroying of an unitialized mutex in...
2009-04-06 zubAdd MSDV project files (+expat). (Glenn Schmottlach)
2009-03-31 zubInitial commit based on .zip from Glenn Schmottlach.
heads
14 years ago master