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:

  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

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

comment:1 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

(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

Note: See TracTickets for help on using tickets.