Ticket #725 (closed Defect: fixed)

Opened 1 year ago

Last modified 1 year ago

--test_app switch for make_project is broken

Reported by: ChristianB Assigned to: 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:

1. 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

2. 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.

Change History

10/04/08 11:51:48 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

(In [16129]) - Unix build system: build samples/example_app/,

and change the samples/ makefiles so that they automatically create the symbolic link to libstdc++.a Fixes #725


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.