Hi,
I get an make error for libopensync1-shlibs-0.39-3 and afterwards make stops:
/sw/src/fink.build/libopensync1-shlibs-0.39-3/libopensync-0.39/wrapper/opensync-error.i:51:
Warning 321: 'set' conflicts with a built-in name in python
make[2]: *** [wrapper/opensyncPYTHON_wrap.c] Error 1
make[1]: *** [wrapper/CMakeFiles/_opensync.dir/all] Error 2
make: *** [all] Error 2
This happens when installing the bundle for kde. My environment is:
Package manager version: 0.34.8
Distribution version: selfupdate-rsync Fri May 10 07:08:33 2013, 10.5, powerpc
Trees: local/main stable/main stable/crypto unstable/crypto unstable/main
Xcode.app: 3.1.4
Xcode command-line tools: 3.1.4
Max. Fink build jobs: 1
The problem can be fixed by changing the definition of the function in
opensync-error.i in line 51 from
void set(ErrorType type, const char *msg) {
osync_error_set(&self, type, "%s", msg);
}
to
void set_error(ErrorType type, const char *msg) {
osync_error_set(&self, type, "%s", msg);
}
This seems to be done in newer versions of the file.
best regards,
Norbert------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users