Changes between Initial Version and Version 1 of Ticket #65


Ignore:
Timestamp:
07/23/07 03:11:27 (17 years ago)
Author:
arango
Comment:

Many thanks to John Warner for reporting this problem. I also corrected few typos.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #65 – Description

    initial v1  
    1 There is a problem in the '''makefile''' and the application-dependent compilation options from file '''make_macros.mk'''.  This one is a little bit tricky and affect the order of configuration files included in the '''makefile'''.  It turns out that the file '''make_macros.mk''' needs to be included first before the dependencies are generated and included. Thsi implies that the application-dependent CPP flags need to be set-up earlier because they are needed to create configuration file '''make_macros.mk'''.
     1There is a problem in the '''makefile''' and the application-dependent compilation options from file '''make_macros.mk'''.  This one is a little bit tricky and affects the order of configuration files included in the '''makefile'''.  It turns out that the file '''make_macros.mk''' needs to be included first before the dependencies are generated and included. Thsi implies that the application-dependent CPP flags need to be set-up earlier because they are needed to create configuration file '''make_macros.mk'''.