[boost] Bjam help

2003-08-24 Thread Paul Hamilton
t rule to another place whenever 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

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 an

Re: [boost] Build help for OS X

2003-08-20 Thread Paul Hamilton
gistry.cpp, 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. -

[boost] feed_args.hpp bug (and patch)

2003-08-20 Thread Paul Hamilton
;; os.str(emptyStr); } --- 34,40 template inline void empty_buf(BOOST_IO_STD basic_ostringstream & os) { ! static const std::basic_string emptyStr; os.str(emptyStr); } feed_args.hpp.patch - P

[boost] Build help for OS X

2003-08-19 Thread Paul Hamilton
/libs/cppreflectlib : $(BOOST_ROOT) expat off off : debug release ; But it gives me a warning saying that "off" is not compatible with full. How do you override those defaults? Paul. - Paul Hamilton pHamtec P/L - Software Makers http://www.phamtec.com/ mailto:[

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 H

[boost] Global vars

2003-08-18 Thread Paul Hamilton
replaced 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 f

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

2003-08-17 Thread Paul Hamilton
em is that the symbols should really 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 tran

Re: [boost] xml library

2003-08-17 Thread Paul Hamilton
of tags, so I need to know when I am started and finished 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 Hamilt

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

2003-08-17 Thread Paul Hamilton
to let the list know that I was working 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

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

2003-08-17 Thread Paul Hamilton
? 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 and

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

2003-08-16 Thread Paul Hamilton
lack of "independence" from it's primary application that it is based on - Mozilla. This is natural from a tool that "grew" out of the side of another program. I don't think there is any problems with having multiple XML based UI toolkits anyway. Diversity is a good

[boost] Re: GUI/GDI template library

2003-08-14 Thread Paul Hamilton
e Macintosh has it's own completely 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 lik

[boost] ANN: C++ XML Objects

2003-08-14 Thread Paul Hamilton
mportant that I 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 ht

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

2003-08-14 Thread Paul Hamilton
see the type of thing that is happening with the library at this point. When 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

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

2003-08-14 Thread Paul Hamilton
ow, since it's 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 whic

[boost] Re: UI++

2003-08-14 Thread Paul Hamilton
of taking my existing schemas that I have for XMLUI, creating all the objects and then porting all of the code currently running on windows 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 windo

[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: ANN: C++ XML Objects

2003-08-14 Thread Paul Hamilton
er stuff going and don't really have time to push this. I'd really rather get a project 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. -

[boost] Building header files with bjam

2003-08-09 Thread Paul Hamilton
all of this in my jamfile, as much as I touch 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 PROTEC

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

2003-02-11 Thread Paul Hamilton
bjam and jam, 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.ph