Discussion:
[Crystal-develop] CS compile rev 38938
Charity
2014-06-08 17:38:56 UTC
Permalink
Full build log: http://pastebin.com/rPjz9R8x

I'm attempting to compile rev 38938 from source. The relevant error lines
are

C++ ./out/linux/debug/plugins/video/canvas/xwindow/plugin_impl.o
LinkPlugin xwin.so
./out/linux/debug/plugins/video/canvas/xwindow/libgobject-2.0.so.0.stub.o:(.data.__bss_start+0x0):
multiple definition of `__bss_start'
./out/linux/debug/plugins/video/canvas/xwindow/libXaw.so.7.stub.o:(.data.__bss_start+0x0):
first defined here
./out/linux/debug/plugins/video/canvas/xwindow/libgobject-2.0.so.0.stub.o:(.data._edata+0x0):
multiple definition of `_edata'
./out/linux/debug/plugins/video/canvas/xwindow/libXaw.so.7.stub.o:(.data._edata+0x0):
first defined here
./out/linux/debug/plugins/video/canvas/xwindow/libgobject-2.0.so.0.stub.o:(.data._end+0x0):
multiple definition of `_end'
./out/linux/debug/plugins/video/canvas/xwindow/libXaw.so.7.stub.o:(.data._end+0x0):
first defined here

Is it possible to build cs on a pure 64-bit system? I do not have any
32-bit libraries or executables on my system.
res
2014-06-09 00:12:48 UTC
Permalink
Post by Charity
Full build log: http://pastebin.com/rPjz9R8x
I'm attempting to compile rev 38938 from source. The relevant error
lines are
You can work around the issue by passing “--disable-relaytool” to configure.

It would be helpful to know some more information about your system –
what distro, what gcc version?

-f.r.
Charity
2014-06-09 03:11:23 UTC
Permalink
Gentoo profile: default/linux/amd64/13.0/no-multilib
kernel version 3.12.21
gcc version 4.7.3
Post by Charity
Full build log: http://pastebin.com/rPjz9R8x
I'm attempting to compile rev 38938 from source. The relevant error
lines are
You can work around the issue by passing “--disable-relaytool” to
configure.
It would be helpful to know some more information about your system –
what distro, what gcc version?
-f.r.
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://www.hpccsystems.com
_______________________________________________
Crystal-develop mailing list
https://lists.sourceforge.net/lists/listinfo/crystal-develop
Loading...