Hello Jeff,

These build schemes were not updated properly before 15.04 so some of them
have unecessary requirements such as JAVA_HOME.
I have fixes for this that are not yet on the main branch. You can test
them out if you would like.

All of our changes are on the alljoyn gerrit repo. This is the change that
fixes these issues:

https://git.allseenalliance.org/gerrit/#/c/8363/

You can click on the Download menu on the right to get a set of
instructions to fetch the commit with git.

There is also another related git commit that fixes building for x86_64
devices and simulators:

git fetch ssh://[email protected]:29418/core/alljoyn
refs/changes/65/8365/3 && git checkout FETCH_HEAD

This commit has the previous commit as a parent so it should pull both.

Jorge


On Fri, Jul 15, 2016 at 2:55 PM, Blayney, Jeff <[email protected]>
wrote:

> Hello,
>
> I’m following the instructions to build from source for the iOS project.
> I’m taking notes on what is out of date and needs to be updated.
>
> I’m stuck and could use some help building the alljoyn_darwin.xcodeproj
>
> One thing that is new with the newer versions of XCode, is it doesn’t
> automatically inherit the environment variables of the system because it
> defaults to using a sanitized build environment. Overriding this behavior
> in XCode via “>defaults write com.apple.dt.Xcode
> UseSanitizedBuildSystemEnvironment -bool NO” will give me intermittent
> results. This is why it doesn’t find a lot of variables that it needs (for
> example OPENSSL_ROOT, and JAVA_HOME). I was able to add these in as custom
> user-defined variables.
>
> Now I’m stuck needing the variables below – does anyone know what they
> should be set  to?
>
> CLASSPATH is not defined
>
> Must specify either GECKO_BASE or CORDOVA_BASE build variable
>
> Lastly, I need info on how to compile alljoyn with
> LOCAL_ENDPOINT_MAXALARMS=0 define set for iOS. Any help is appreciated.
>
> -Jeff
>
> Reference stackoverflow article:
> http://stackoverflow.com/questions/23845102/scons-invocation-error-building-alljoyn-for-ios
> _______________________________________________
> Allseen-core mailing list
> [email protected]
> https://lists.allseenalliance.org/mailman/listinfo/allseen-core
>



-- 


*Jorge Martinez Hernandez, Software Developer*
Affinegy
1705 S. Capital of Texas Hwy, Ste. 310, Austin, TX, 78746
*O* 512.535.1700 x1002 | *M* 512.761.8056 <5127618056>
[email protected]   http://affinegy.com  @affinegy
_______________________________________________
Allseen-core mailing list
[email protected]
https://lists.allseenalliance.org/mailman/listinfo/allseen-core

Reply via email to