|
Boost : |
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-09-19 11:22:36
On 09/19/07 09:57, Achilleas Margaritis wrote:
> Larry Evans wrote:
[snip]
> Ah yes, there was a problem with an ifdef. I posted the fixed version in
> the vault.
This works:
<-- cut here --
cd /home/evansl/prog_dev/boost-svn/ro/trunk/sandbox/axilmar/
bjam main.exe
...
./0.5/cppgc/include/cppgc.hpp:283: warning: 'size_t
_address::<anonymous struct>::_1'
./0.5/cppgc/include/cppgc.hpp:316: warning: when initialized here
gcc.link ../../bin.v2/sandbox/axilmar/gcc-4.1/debug/main
...updated 3 targets...
>-- cut here --
Of course I modified my Jamfile slightly to use the 0.5 subdirectory.
It's attached.
>
> I am downloading Fedora Core and I will install it under VMWare, so as
> that I can compile the code for Linux as well.
Great!
version = 0.5/cppgc
;
project
: requirements
<include>./$(version)/include
: default-build debug
<include>./$(version)/include
;
obj main.obj
: ./$(version)/src/main.cpp
;
obj dlmalloc.obj
: ./$(version)/src/dlmalloc.c
;
obj cppgc.obj
: ./$(version)/src/cppgc.cpp
;
exe main.exe
: main.obj
dlmalloc.obj
cppgc.obj
;
obj main_test.obj
: ./$(version)/main_test.cpp
;
exe main_test.exe
: main_test.obj
dlmalloc.obj
;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk