New on XCode: need help building large C++ code
New on XCode: need help building large C++ code
- Subject: New on XCode: need help building large C++ code
- From: Eric Nicolas <email@hidden>
- Date: Wed, 2 Jun 2004 11:34:38 +0200
Hi,
I'm new on XCode, and I have lots of troubles building an existing C++
code, which
has already been ported (it compiles fine with a Makefile).
This code consists of a C++ program and several C++ shared libraries
(could be
compiled as static libraries if that eases the process).
I tried this:
-> Created a new project, kind "legacy c++ application"
-> It compiles ok, the sample main program works
Now I want to add my first C++ library.
-> Add new target, kind "legacy library"
-> Add new group, selected the directory where the sources are
-> When he asked me I tell him to add those files to the newly created
target
-> Went to the main program, added a reference to this library
-> Added a line in main.cpp which uses this library to see "if it works"
But now nothing compiles anymore !!
When I click "build & run", it process fo a while (Indexing...), and
stops with no
reason (hasn't compiled anything, hasn't found any errors either).
I'm lost.
Any clue ?
Thanks.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.