Skip to:
The following ECL service...
....generates something along the lines of the following C++...
...when called via the following ECL...
...yielding in the following compiler error:
---------- compiler output -------------- a.out.cpp: In member function ‘virtual int MyEclProcess::perform(IGlobalCodeContext*, unsigned int)’:a.out.cpp:102:115: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]a.out_1.cpp: In member function ‘virtual void cAc5::onStart(const byte*, MemoryBuffer*)’:a.out_1.cpp:63:70: error: no matching function for call to ‘rtlDataset2RowsetX(unsigned int&, byte*&, Owned<IOutputRowDeserializer>&, unsigned int&, byte)’a.out_1.cpp:63:70: note: candidates are:/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:485:24: note: void rtlDataset2RowsetX(size32_t&, byte*&, IEngineRowAllocator, IOutputRowDeserializer*, size32_t, const void*, bool)/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:485:24: note: candidate expects 7 arguments, 5 provided/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:488:24: note: void rtlDataset2RowsetX(size32_t&, byte*&, IEngineRowAllocator, IOutputRowDeserializer*, size32_t, const void*)/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:488:24: note: candidate expects 6 arguments, 5 providedg++: error: a.out_1.o: No such file or directory
--------- end compiler output ----------- 1 error, 0 warning
- Please comment
- Go into the Link feature and the drop down has blocks item.
Generally, we use it for bugs that block the use of the system completely, or that impact the deliverability of a high-profile feature.
What is the 'priority:blocker' specifically for?
Cheers
The following ECL service...
....generates something along the lines of the following C++...
...when called via the following ECL...
...yielding in the following compiler error:
---------- compiler output --------------
a.out.cpp: In member function ‘virtual int MyEclProcess::perform(IGlobalCodeContext*, unsigned int)’:
a.out.cpp:102:115: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
a.out_1.cpp: In member function ‘virtual void cAc5::onStart(const byte*, MemoryBuffer*)’:
a.out_1.cpp:63:70: error: no matching function for call to ‘rtlDataset2RowsetX(unsigned int&, byte*&, Owned<IOutputRowDeserializer>&, unsigned int&, byte)’
a.out_1.cpp:63:70: note: candidates are:
/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:485:24: note: void rtlDataset2RowsetX(size32_t&, byte*&, IEngineRowAllocator, IOutputRowDeserializer*, size32_t, const void*, bool)
/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:485:24: note: candidate expects 7 arguments, 5 provided
/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:488:24: note: void rtlDataset2RowsetX(size32_t&, byte*&, IEngineRowAllocator, IOutputRowDeserializer*, size32_t, const void*)
/home/jamienoss/GitRepos/HPCC-Platform/rtl/eclrtl/rtlds_imp.hpp:488:24: note: candidate expects 6 arguments, 5 provided
g++: error: a.out_1.o: No such file or directory
--------- end compiler output -----------
1 error, 0 warning