Hi Glenn, That GitHub mirror looks like it's several months out of date. I've added Ry Jones, who may have some insight on who controls that mirror, and if it can be updated.
Meanwhile, you can look at this wiki page to see where our live repositories live: https://wiki.allseenalliance.org/develop/repository_information In particular, the clone path for the authoritative repo is: https://git.allseenalliance.org/gerrit/core/alljoyn Hopefully we can get the GitHub mirror updated, but any proposed changes will need to be submitted to our Gerrit server on our authoritative Git repo. All the information on how to make contributions is available on a link on the page above. BR=on does build the router functionality, but I believe you need to link your binary against libajrouter.a which gets dropped into dist/cpp/lib in the build tree; this provides the AllJoynRouterInit/Shutdown functions needed. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Glenn Pierce Sent: Friday, July 15, 2016 2:09 AM To: [email protected] Subject: [Allseen-core] Scons help Hi I am trying to get my Python bindings into a shape where they could potentially be merged into the mainline project. My branch https://github.com/glennpierce/core-alljoyn is based on https://github.com/allseenalliance/core-alljoyn I have a couple of basic questions about the build system scons that I can't seem to find answers for. I currently build the project with scons OS=linux WS=off OE_BASE=/usr BR=on BINDINGS=c,cpp,python Things build fine but Is there a way to install the build into the file system ie like make install ? How can I get the AllJoynRouterInit / alljoyn_routerinit symbol built into the c wrapper ? When I build the c wrapper the router symbol is never present. Is there a switch ? I would like to use the built in router functionality in for ease of use for the users. Thanks _______________________________________________ Allseen-core mailing list [email protected] https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2flists.allseenalliance.org%2fmailman%2flistinfo%2fallseen-core&data=01%7c01%7ckkane%40microsoft.com%7c02c88c808ce74d11f7a308d3ac8fb461%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=KE7XOZg8jvPuzM%2fODDszHKUTiv8Y4y9GtIh6P7Sbe4Q%3d _______________________________________________ Allseen-core mailing list [email protected] https://lists.allseenalliance.org/mailman/listinfo/allseen-core
