Bugs item #3175577, was opened at 2011-02-08 12:35
Message generated for change (Comment added) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3175577&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiling
Group: Sedna (current)
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: black-magic (black-magic)
>Assigned to: Ivan Shcheklein (shcheklein)
Summary: Compile error on openSUSE 11.3

Initial Comment:
I am trying to compile sedna-3.4.66 on openSUSE 11.3 (gcc 4.5.0) and apart from 
a couple of warnings it goes well quite a while and then stops with an error. 
This occurs in kernel/tr/idx/indexes.cpp and basically says:

/home/usr/programs/sedna/compile/sedna-3.4.66/kernel/tr/idx/indexes.cpp:373:138:
 error: cannot call constructor 'tuple_cell::tuple_cell' directly
/home/usr/programs/sedna/compile/sedna-3.4.66/kernel/tr/idx/indexes.cpp:373:138:
 error:   for a function-style cast, remove the redundant '::tuple_cell'
/home/usr/programs/sedna/compile/sedna-3.4.66/kernel/tr/idx/indexes.cpp: In 
function 'void idx_deserialize(tuple&, xptr&, const void*)':
/home/usr/programs/sedna/compile/sedna-3.4.66/kernel/tr/idx/indexes.cpp:614:17: 
warning: unused variable 'buffer'
make[2]: *** [kernel/tr/CMakeFiles/se_trn.dir/idx/indexes.cpp.o] Fehler 1
make[1]: *** [kernel/tr/CMakeFiles/se_trn.dir/all] Fehler 2
make: *** [all] Fehler 2

There are some more errors of the same type. The log file is attached.


----------------------------------------------------------------------

>Comment By: Ivan Shcheklein (shcheklein)
Date: 2011-02-09 00:51

Message:
Thanks for the bug report! 

To workaround and compile 3.4.66 with gcc 4.5 replace all
tuple_cell::tuple_cell(...) calls with tuple_cell(...) in indexes.cpp
file.

This issue will be fixed in the next version of Sedna.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3175577&group_id=129076

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to