Re: [nox-dev] g++ internal when compiling

2012-02-15 Thread Kyriakos Zarifis
I couldn't look at it at the time, so I ended up simply not compiling the offending components.. I am planning to take a look at some point soon (but if you do it first feel free to share:> ) On Wed, Feb 15, 2012 at 2:15 PM, Shrutarshi Basu wrote: > Did you manage to fix it? If so, do you remembe

Re: [nox-dev] g++ internal when compiling

2012-02-15 Thread Shrutarshi Basu
Did you manage to fix it? If so, do you remember what you did? Thanks, On Wed, Feb 15, 2012 at 3:00 PM, Kyriakos Zarifis wrote: > I actually came across this too last week when compiling destiny on Ubuntu > 11.10. > It also happened for "user_event_log" and I think maybe one more component. > > O

Re: [nox-dev] g++ internal when compiling

2012-02-15 Thread Kyriakos Zarifis
I actually came across this too last week when compiling destiny on Ubuntu 11.10. It also happened for "user_event_log" and I think maybe one more component. On Wed, Feb 15, 2012 at 9:58 AM, Shrutarshi Basu wrote: > Hi guys, > I'm trying to compile the Destiny branch on Ubuntu 10.04 with GCC 4.4

Re: [nox-dev] Extending pytopology component

2012-02-15 Thread Kyriakos Zarifis
Hi Andrea, that sounds good. Yes, the .i file is the right place to make the extensions. Here's a tutorial that helped when I was looking into swig: http://www.swig.org/tutorial.html On Wed, Feb 15, 2012 at 3:27 AM, andrea simeoni wrote: > Hi guys, > > I need a certain amount of information by t

[nox-dev] g++ internal when compiling

2012-02-15 Thread Shrutarshi Basu
Hi guys, I'm trying to compile the Destiny branch on Ubuntu 10.04 with GCC 4.4 but I keep getting the following error: g++: Internal error: Killed (program cc1plus) Please submit a full bug report. See for instructions. make[9]: *** [authenticator_la-authenticator_util.lo] Error 1 make[9]: *** Wa

[nox-dev] Extending pytopology component

2012-02-15 Thread andrea simeoni
Hi guys, I need a certain amount of information by the Topology component. I'm working in python and the pytopology component exposes only a subset of the whole Topology functionalities. To this aim I was thinking to extend pytopology with proper functions. Since I've not SWIG experience could som