![]()
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
check for either of -lboost_thread or -lboost_thread-mt, and add a --with-boostthreadlib to allow for other boost variants
fix --with-avahi handling (never worked I guess)
remove the dependency on dns_sd.h when using avahi, hence only avahi-utils are needed for using avahi, not libavahi-compat-libdnssd-dev
config bits to allow for openssl-engine encapsulated keys at configure time
oops
merge -r 3156:3183 branches/leaks -> trunk should be a great big no-op unless you pass extra configure flags, or have openssl configured with engines turned on.
merge -r 2921:2929 branches/avahi -> trunk UIA can now choose between using mdnsresponder (on OSX for example) and avahi (via the avahi-utils packages) on linux. You will need to rerun autoconf and configure after this update. Also includes fixes for the mndsresponder version so that they'll receive avahi broadcasts correctly. the scripts for building packages for ubuntu and the n800's should switch over to avahi now.
big reorg merge: merge -r 1807:1841 branches/reorg branch->trunk
disable the portions of autoconf that depend on built versions of other uia packages, and don't have configure call make anymore. This now restores the usual pattters of ./configure make make install (except that configure still calls autoconf...)
link order correct everywhere now
uia starts compiling now (doesn't link properly yet)
start of a top-level configure script. yam builds now, rest doesn't
new uianet subtree
new reorg branch
a few configure cleanups: - remove some unused checks - allow python2.5 - provide a --with-python= flag to override, for example if you have python2.5 installed, but it doesn't have the right modules but python2.4 does
qmake for qt4 goes by many names, all different.
find the distributed qt4 libs on ubuntu 6.06
Created word lists for more user-friendly introduction procedure. Currently contains 5770 words total of 2 to 5 letters each, thus representing about 12.5 bits of information per word. Also, reorganized qmake profile so that we no longer need to rerun configure after every little change. NOTE: You need to re-run BOTH misc/setup.sh and configure after THIS change, however.
- new logformat.x and all the changes that go with it. - to use the new format you'll need to blow away /etc/uia/names.db (it should complain about mismatched version numbers if you don't) - bumped version numbers for the packed structures, as well as the named <-> named wire protocol - calc.py tests all pass, and named starts up successfully, but not tested beyond that. - changed configure scripts to include the full path to python and put that into uiacert2eid (/usr/bin/python is old and broken on my box) - old log formats available with tag LOGHEADER_VER_1
Now we need to pass Boost's include path into the qmake environment... (Note: re-run misc/setup and configure after updating!)
on my mac with fink-installed qt-3.3, qmake for uiactl dies because my shell defifines a QMAKESPEC, which is for the 3.3 version and bombs out soon after. So... unset QMAKESPEC before calling $QMAKE. This is probably wrong(tm), but it appears to work.
Check for python and twisted in the configure script, and substitute proper python command name in scripts
Make UIA's build environment expect the YAM distribution to be in a subdirectory 'yam' in the UIA tree. Also, add configure variables for the systemwide UIA user (UIA_USER), and for the log and run file directories (logdir and rundir).
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |