Installation ------------ Installation on systems with g++ is straightforward. Unpack the tarball, enter the created directory "aspectc++-" and you are ready to test the examples. Examples -------- To play with the examples type "make" in the top level directory to run ac++ on the examples under the examples/ directory. The output is placed under examples/-out/. To run an example change to the output directory and type "make" and then start the generated binary. You could also try "make testrun", which will compile and run in one step. Platform-specific Problems -------------------------- Solaris: if ac++ reports parse errors in stddef.h, the parser configuration file has to be extended by -D _WCHAR_T Contact ------- Visit http://www.aspectc.org for more information and updated versions. If you want any information about the AspectC++ project or have any comments, feel free to send us mail via info@aspectc.org.