Re: [Seqan-dev] SeqAn Restructuring Done
- From: Fabian Buske <f.buske@uq.edu.au>
- To: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Date: Tue, 10 May 2011 09:38:23 +1000
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: Re: [Seqan-dev] SeqAn Restructuring Done
Hi Manuel,
I used the skel generator script for the sandbox establishment and its still a problem.1.) When following the tutorial for "getting started" and jumping right to the Mac section and following from there I noticed that the "forwards" are not generated when opening the sandbox and trying to compile the example resulting in plenty of compiler errors. # mkdir Debug # cd Debug # cmake ../.. -DCMAKE_BUILD_TYPE=Debug -G "Xcode" # open sandbox/my_sandbox/seqan_sandbox_my_sandbox.xcodeproj or # open core/demos/seqan_core_demos.xcodeproj Opening the overall project build/Debug/seqan.xcodeproj and compiling anything at all first seems to be a workaround to get the "forwards" generated.Did you use the skel generator script or the zip file with the example sandbox? I remember that there were some issues with the generator that I fixed in [9570]. I forgot to update the ZIP file in the tutorial and just did this.
Ok, I was thinking (for some reason) that the CMakeList.txt is generated from the folder content so I didn't even think about touching them. After adding the header and cpp files manually they appear in the project. Looks like I have managed to fully port my project to the new structure now.2.) Running the cmake command after populating the app folder does not seem to pick up additional header files in an app. cmake ../.. -DCMAKE_BUILD_TYPE=Debug -G "Xcode" 3.) The same seems to be true for the sandbox tests. Here neither header nor cpp files dropped into the sandbox/test/testapp-folder are picked up by cmake.Did you look into the existing apps and tests? Headers have to be added manually to the seqan command adding a new test/app executable.
Thanks again! Best, Fabian -- Fabian Buske Institute for Molecular Bioscience The University of Queensland Brisbane, Qld. 4072 Australia Phone: (61)-(7)-334-62641
- Follow-Ups:
- Re: [Seqan-dev] SeqAn Restructuring Done
- From: Manuel Holtgrewe <manuel.holtgrewe@fu-berlin.de>
- Re: [Seqan-dev] SeqAn Restructuring Done
- References:
- Re: [Seqan-dev] SeqAn Restructuring Done
- From: Fabian Buske <f.buske@uq.edu.au>
- Re: [Seqan-dev] SeqAn Restructuring Done
- From: Manuel Holtgrewe <manuel.holtgrewe@fu-berlin.de>
- Re: [Seqan-dev] SeqAn Restructuring Done
-
seqan-dev - May 2011 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...