Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2765)

Ticket Resolution Summary Owner Reporter
#61 fixed rasdaman v8.2 compile error: rasmgr_config.cc herziga@…
Description

error compiling rasdaman v8.2 (05/07/11) on Kubuntu 11.04 2.6.38-10-generic i686 i386 GNU/Linux

error message:

rasmgr_config.cc: In member function ‘const char* Configuration::makeLogFileName(const char*)’: rasmgr_config.cc:555:64: error: ‘mkdir’ was not declared in this scope

proposed fix: add include directive: #include <sys/stat.h>

#62 duplicate png_info has no member named trans_values on slackware 13.37 Peter Baumann julio.morales@…
Description

When installing in slackware I found an error in conversion/png.cc:

png.cc:216:67: error: 'struct png_info' has no member named 'trans_values'

I applied the changes suggested here http://tuxthink.blogspot.com/2010/08/pnginfo-has-no-member-by-name-trans.html

and changed all occurrences of trans_values for trans_color and compilation went on.

Still stops in rasmanager/rasmgr_conf.cc (ticket #61)

#63 fixed standard marray operation fails in system test Jinsongdi Yu Dimitar Misev
Description

The following marray operation fails in the system test:

select marray x in [1:5], y in [1:10] values a[ x[0], y[0] ] from mr2 as a
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.