Opened 16 years ago
Closed 16 years ago
#725 closed Defect (fixed)
--test_app switch for make_project is broken
Reported by: | Christian Beer | Owned by: | davea |
---|---|---|---|
Priority: | Blocker | Milestone: | Undetermined |
Component: | Server - Setup | Version: | |
Keywords: | make_project test_app example_app | Cc: |
Description
When creating a new project with the --test_app switch the script tries to copy the file '../samples/example_app/uc2' which is not present at this moment. This could be solved in two ways:
- Test if this file exists before actually creating the project and show a message to the user that he should compile the samples first and then retry project creation.
or
- Incorporate the samples directory in the make process so that the samples are build when the whole BOINC source is build. Create the link to libstdc++.a before this.
Note: See
TracTickets for help on using
tickets.
(In [16129]) - Unix build system: build samples/example_app/,