Hi everyone,
I'm running Ubuntu 9.10 and after I typed 'sudo make install' and tried to
use soci it complained that I was missing unsigned-types.h so I did this:
=== Start Diff ===
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index cb0433a..7e23f60 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -73,7 +73,8 @@ soci_HEADERS = \
use.h \
use-type.h \
values.h \
- values-exchange.h
+ values-exchange.h \
+ unsigned-types.h
EXTRA_DIST = Makefile.basic
=== End Diff ==
And after the ./confugure && make && make install it compiled just fine.
Just thought I'd send it back.
Thanks,
Robert
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users