• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
New on XCode: need help building large C++ code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: dead-code stripping, is it possible?
  • Next by Date: Annoying behavior of single-file Find/Replace dialog
  • Previous by thread: Re: Symbolic link & Xcode install
  • Next by thread: Annoying behavior of single-file Find/Replace dialog
  • Index(es):
    • Date
    • Thread