On Tue, Nov 9, 2010 at 1:04 AM, Boroondas Gupte
<slli...@boroon.dasgupta.ch>wrote:

>  On 11/09/2010 08:12 AM, Ricky wrote:
>
> Trying to compile viewer_development a60d3b118c76 (tip as of the time
> of this message) I get the following error:
>
> make[2]: *** No rule to make target
> `sharedlibs//PROJECT_llmath_TEST_llbboxlocal', needed by
> `llmath/PROJECT_llmath_TEST_llbboxlocal_ok.txt'.  Stop.
>
> The folder linden/indra/sharedlibs/ contains the following:
> $(CONFIGURATION)      Debug                   RelWithDebInfo          Release 
>                 Resources
>
> Looks like a misconfig in the build system; I don't think that there
> should be a folder named "$(CONFIGURATION)" in that directory.  Maybe
> someone typed single quotes when they intended to use double quotes?
>
>  Maybe caused by changesets 
> 2626<http://bitbucket.org/lindenlab/viewer-development/changeset/7428efe715e1#chg-indra/cmake/Linking.cmake_newline25>
> /2627<http://bitbucket.org/lindenlab/viewer-development/changeset/c72a96980f2e#chg-indra/cmake/Linking.cmake_newline25>?
> Though those are one year old, now. So if it's them, Mac builders should be
> having this problem ever since 2.0 ...
>
> Cheers,
> Boroondas
>

Speaking as the author of the offending changesets (sorry!).  I'd strongly
recommend buiding using the xcode generator instead of makefiles on Mac.
This is not the only place we make this assumption in our cmake scripts.

Anyways, for now our builds pretty much assume Mac == Xcode.  In theory,
that'd be good to fix, but I don't really have time to look into it now.  If
there are enough people interested in this we should get a story written for
adding support for the makefile generator on mac, and then I can fill in the
details there for how it should be done.

-Brad
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to