Re: [sigc] static compile error

2012-07-30 Thread Mohsen Pahlevanzadeh
Dear Kjell and list, i again extracted libsigc++2.2.0 and then invoked: ./configure --prefix=/opt/libsigc++/ --disable-shared --enable-static;make the i got: /// In file included from ../sigc++/signal.h:8:0, from signal.cc:2

Re: [sigc] Android and iOS

2012-07-30 Thread Mohsen Pahlevanzadeh
Dear all, I issue again my problem: I have a ANSI C++ program and can port it to iSO and Android, can i use your library in the iOS and Android? Yours, Mohsen On Sun, 2012-07-29 at 13:09 +0430, Mohsen Pahlevanzadeh wrote: > Dear all, > > Can i use libsigc in the Android and iOS world? > > --m

Re: [sigc] Android and iOS

2012-07-30 Thread cheshirekow
On Mon, 2012-07-30 at 18:02 +0430, Mohsen Pahlevanzadeh wrote: > Dear all, > > I issue again my problem: > I have a ANSI C++ program and can port it to iSO and Android, can i use > your library in the iOS and Android? Not sure if you asking about licensing or technical challenges, but to potenti

Re: [sigc] static compile error

2012-07-30 Thread Kjell Ahlstedt
So you use gcc 4.7.1. I found the following entry in its NEWS file: * Avoid polluting the global namespace and do not include . I haven't installed gcc 4.7 (I use gcc 4.6.3 in Ubuntu 12.04), but I looked at some of the header files of its libstdc++ standard library. Probably a lot of stuf

Re: [sigc] static compile error

2012-07-30 Thread Kjell Ahlstedt
libsigc++2.2.0 is a 4-year old release. The latest release is 2.2.10. See http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/ But I'm convinced that you will get same compile errors with libsigc++2.2.10. Did you try the workaround I suggested? You can try changing #include in sigc++/signa