On Mon, Dec 10, 2012 at 10:14 AM, Alexander Broekhuis <[email protected] > wrote:
> Hi, > I've been testing the code, and while it compiles I run into segfaults. I > still need to check what's going on. > > Have you tried everything using the latest commits? Just to be sure I > didn't make an error somewhere else. > Yes I did and for me it works for Linux and Mac OS X. Although i noticed so small issues with Mac OS X, I did not run into a segfault. > > I have several small other fixes, but I'll commit those later on. Most > notably is the "add_subdirectory" in the toplevel CMake file. As written in > a comment over there it is important to add sub directories in reversed > order. Since "remote_shell" depends on "shell" it has to be listed above > "shell". This has to do with the way CMake resolves dependencies. If > someone by hand enables "shell" there is no problem. > > Also up until now I could always compile everything using the Mac OSX > (10.6, which is rather old..) APR version, but this code uses some stuff > that is newer. So I had to change to using the "MacPorts" APR version. I > don't think this is a problem, but it might be important to list the > minimum version in the docs. > Good point, I will look into this. > > Is there anything in this code which would prevent it from being used on > windows? If not, I'll also try it there. > No, there should not be anything to prevent usage on Windows. Although I have not tested is on Windows. Thanks for taking a look at the remote shell. Greetings, Pepijn > > 2012/12/7 Pepijn Noltes (JIRA) <[email protected]> > > > > > [ > > > https://issues.apache.org/jira/browse/CELIX-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > > > Pepijn Noltes resolved CELIX-44. > > -------------------------------- > > > > Resolution: Implemented > > > > > Remote Shell > > > ------------ > > > > > > Key: CELIX-44 > > > URL: https://issues.apache.org/jira/browse/CELIX-44 > > > Project: Celix > > > Issue Type: New Feature > > > Reporter: Pepijn Noltes > > > Assignee: Pepijn Noltes > > > > > > Add Remote Shell, a telnet front-end for the shell, to Apache Celix. > > > > -- > > This message is automatically generated by JIRA. > > If you think it was sent incorrectly, please contact your JIRA > > administrators > > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > > > > > -- > Met vriendelijke groet, > > Alexander Broekhuis >
