Git Product home page Git Product logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
[deleted comment]

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
I rebuild with the Boost library version 1.44.0. Repository site of Boost 
wasn't included the version 1.44.1. I attach log follow as below.
Scanning dependencies of target mapreduce_lite
[ 68%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/protofile.pb.cc.o
[ 70%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/epoller.cc.o
[ 72%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/flags.cc.o
[ 74%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/mapreduce_lite.cc.o
[ 75%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/mapreduce_main.cc.o
[ 77%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/protofile.cc.o
[ 79%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/reader.cc.o
[ 81%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/signaling_queue.cc.o
[ 83%] Building CXX object 
src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/socket_communicator.cc.o
/home/chatsiri/workspacecpp/mic/mapreduce-lite-read-only/src/mapreduce_lite/sock
et_communicator.cc: In member function ‘int 
mapreduce_lite::Connector::Receive()’:
/home/chatsiri/workspacecpp/mic/mapreduce-lite-read-only/src/mapreduce_lite/sock
et_communicator.cc:392:46: error: no matching function for call to ‘min(long 
unsigned int, uint)’
/home/chatsiri/workspacecpp/mic/mapreduce-lite-read-only/src/mapreduce_lite/sock
et_communicator.cc:392:46: note: candidates are:
/usr/include/c++/4.6/bits/stl_algobase.h:187:5: note: template<class _Tp> const 
_Tp& std::min(const _Tp&, const _Tp&)
/usr/include/c++/4.6/bits/stl_algobase.h:233:5: note: template<class _Tp, class 
_Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
/home/chatsiri/workspacecpp/mic/mapreduce-lite-read-only/src/mapreduce_lite/sock
et_communicator.cc:397:46: error: no matching function for call to ‘min(long 
unsigned int, uint)’
/home/chatsiri/workspacecpp/mic/mapreduce-lite-read-only/src/mapreduce_lite/sock
et_communicator.cc:397:46: note: candidates are:
/usr/include/c++/4.6/bits/stl_algobase.h:187:5: note: template<class _Tp> const 
_Tp& std::min(const _Tp&, const _Tp&)
/usr/include/c++/4.6/bits/stl_algobase.h:233:5: note: template<class _Tp, class 
_Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
make[2]: *** 
[src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/socket_communicator.cc.o] 
Error 1
make[1]: *** [src/mapreduce_lite/CMakeFiles/mapreduce_lite.dir/all] Error 2
make: *** [all] Error 2

Original comment by [email protected] on 22 Aug 2013 at 4:48

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
That's patch for socket_communicator.cc file. 
Status:
CMake through an error as 
"mapreduce-lite-read-only/src/mapreduce_lite/socket_communicator.cc:392:46: 
error: no matching function for call to ‘min(long unsigned int, uint)`"

Patch Status:
G++ version: g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Linux : x86_64 x86_64 GNU/Linux
Source have changed type of lvalue variables of compare on argument 
std::min(a,b). Changed long unsigned int to uint32 type.
Test Status: Not test, My view, It's not critical bug.

Best Regards,
R.Chatsiri

Original comment by [email protected] on 19 Sep 2013 at 11:36

Attachments:

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Resend patch, Apologize in old patch not include detail on file.
R.Chatsiri

Original comment by [email protected] on 20 Sep 2013 at 3:11

Attachments:

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Thanks, R.Chatsiri,

Please review my change at here: https://codereview.appspot.com/13382046/

Original comment by Yi.Wang.2005 on 21 Sep 2013 at 1:06

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Thanks R.Chatsiri for your feedback and patch. I committed a change 
(http://code.google.com/p/mapreduce-lite/source/detail?r=38), please check 
whether the reported issue has been fixed.  The code review issue of this fix 
can be referred to at https://codereview.appspot.com/13382046/.

Original comment by Yi.Wang.2005 on 21 Sep 2013 at 11:26

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
I committed this change as r38

Original comment by Yi.Wang.2005 on 3 Oct 2013 at 2:50

  • Changed state: Fixed

from mapreduce-lite.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 6, 2024
Thank Yi Wang, I review source code and recompiled again. It's look like smooth 
in compile steps. How to debug mapreduce-lite with protocol-buffer C++ and 
Python? Look like you using gtest only. I will send mail to ask in detail with 
you again.


Original comment by [email protected] on 3 Oct 2013 at 5:29

from mapreduce-lite.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.