[boost] Bjam help

2003-08-24 Thread Paul Hamilton
it's built. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review

Re: [boost] Virus defense

2003-08-22 Thread Paul Hamilton
from using Windows based systems with boost? Sorry, couldn't resist. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed and may

Re: [boost] Build help for OS X

2003-08-20 Thread Paul Hamilton
, BOOST_PYTHON_CONVERTER_REGISTRY_APPLE_MACH_WORKAROUND. It could be that the std::cout std::flush trick is the main trick, I am not sure, I only know it works the way you see it. Were you getting the ld: common symbols not allowed with MH_DYLIB output format error? Paul. - Paul Hamilton pHamtec P/L

[boost] Build help for OS X

2003-08-19 Thread Paul Hamilton
-libraryexpat optimizationoff inliningoff : debug release ; But it gives me a warning saying that optimizationoff is not compatible with optimizationfull. How do you override those defaults? Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto

[boost] Global vars

2003-08-18 Thread Paul Hamilton
with: oss.str(); This would save a whole lot of grief and eliminate this fairly ugly global variable. Comments? - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which

Re: [boost] Global vars

2003-08-18 Thread Paul Hamilton
Peter Dimov wrote: Did you try to remove the static const? Not sure if this would achieve the same effect as the code is trying to get done. I think it's a static const so that the the compiler will optimize it out and just init the string. Paul. - Paul Hamilton pHamtec P

[boost] boost::io::detail::empty_buf problem with shared libs

2003-08-17 Thread Paul Hamilton
in another library? I'm working on OS X, so maybe it's specific to that platform. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed

Re: [boost] Re: XMLUI (was Re: Re: UI++)

2003-08-17 Thread Paul Hamilton
on it. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission

Re: [boost] xml library

2003-08-17 Thread Paul Hamilton
a tag. I also need to know the normal CDATA or comments that just came through. Is this possible with the iterator idea? I also have a bunch of code for wrapping expat, but it's pretty simple. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com

[boost] Further to boost::io::detail::empty_buf problem with sharedlibs

2003-08-17 Thread Paul Hamilton
be common but are given two completely different names, since they are compiled in too different units? Not sure. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person

[boost] Re: ANN: C++ XML Objects

2003-08-14 Thread Paul Hamilton
written using this stuff as a kind of body of work using it rather than try to push it on the group at such an early stage. Thank's for looking at it though! Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information

[boost] ANN: C++ XML Objects (docs)

2003-08-14 Thread Paul Hamilton
For those who were interested but wanted to see what it is all about first, I have updated the site so that it has some documentation on how to actually use the project from within your own code. http://cppxmlobj.sourceforge.net/use.html Paul. - Paul Hamilton pHamtec P/L

[boost] Re: UI++

2003-08-14 Thread Paul Hamilton
to this new system. This is probably a good 6 months away, but it will happen this year, and it will be free (probably GPL). It will probably only be windows/Mac OS X available, but a port to X would be simple. Paul. - Paul Hamilton pHamtec P/L - Software Makers http

Re: [boost] ANN: C++ XML Objects

2003-08-14 Thread Paul Hamilton
I do some real docs, I'll let you guys know again so you can take a real look. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed

XMLUI (was Re: [boost] Re: UI++)

2003-08-14 Thread Paul Hamilton
all proprietary C++ code. I'll let you know when I get the SF stuff done. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only for the person or entity to which it is addressed and may

[boost] ANN: C++ XML Objects

2003-08-14 Thread Paul Hamilton
complete the tangle tool so that it can create any sort of file for programming. It's almost done. There aren't any docs done except the doxygen stuff, but that will happen over time. Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL

[boost] Re: GUI/GDI template library

2003-08-14 Thread Paul Hamilton
different UI library based on a lot of the Next stuff. But a quick and dirty port to the mac could simply be a recompile of linux code that used X. for example I run ddd all the time on my mac, using lesstif. But it's not very mac like :-) Paul. - Paul Hamilton pHamtec P/L

[boost] Building header files with bjam

2003-08-09 Thread Paul Hamilton
xxx.y, xxx.hpp is never being asked to rebuild. basically the actions is never executed. What's the right way to do this? Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL PROTECTED] The information transmitted is intended only

Re: [boost] Re: [test] metrowerks linking errors

2003-02-11 Thread Paul Hamilton
, you will need to track the binaries down and then copy them somewhere on your executable path. I built for OSX, and I just cp'd bjam and jam into /usr/bin (you could just drag them in also). - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[EMAIL