Giter Club home page Giter Club logo

Comments (3)

cznice avatar cznice commented on August 17, 2024

@hduong85
I tried to $use./configure --host=x86_64-w64-mingw32 --includedir=/tmp/openssl/include --libdir=/tmp/openssl/lib
$ make
but,

make  all-recursive
make[1]: Entering directory '/home/cz/39/arm_adb'
Making all in lib
make[2]: Entering directory '/home/cz/39/arm_adb/lib'
/bin/bash ../libtool  --tag=CXX   --mode=compile x86_64-w64-mingw32-g++ -DHAVE_CONFIG_H -I. -I..    -I/tmp/openssl/include -I../include -I../lib/base/include -std=c++11 -g -O2 -MT base/libbase_la-file.lo -MD -MP -MF base/.deps/libbase_la-file.Tpo -c -o base/libbase_la-file.lo `test -f 'base/file.cpp' || echo './'`base/file.cpp
libtool: compile:  x86_64-w64-mingw32-g++ -DHAVE_CONFIG_H -I. -I.. -I/tmp/openssl/include -I../include -I../lib/base/include -std=c++11 -g -O2 -MT base/libbase_la-file.lo -MD -MP -MF base/.deps/libbase_la-file.Tpo -c base/file.cpp  -DDLL_EXPORT -DPIC -o base/.libs/libbase_la-file.o
base/file.cpp: In function ‘std::__cxx11::string android::base::Basename(const string&)’:
base/file.cpp:272:15: error: ‘mutex’ in namespace ‘std’ does not name a type
   static std::mutex& basename_lock = *new std::mutex();
               ^
base/file.cpp:273:19: error: ‘mutex’ is not a member of ‘std’
   std::lock_guard<std::mutex> lock(basename_lock);
                   ^
base/file.cpp:273:19: error: ‘mutex’ is not a member of ‘std’
base/file.cpp:273:29: error: template argument 1 is invalid
   std::lock_guard<std::mutex> lock(basename_lock);
                             ^
base/file.cpp:273:36: error: ‘basename_lock’ was not declared in this scope
   std::lock_guard<std::mutex> lock(basename_lock);
                                    ^
base/file.cpp: In function ‘std::__cxx11::string android::base::Dirname(const string&)’:
base/file.cpp:297:15: error: ‘mutex’ in namespace ‘std’ does not name a type
   static std::mutex& dirname_lock = *new std::mutex();
               ^
base/file.cpp:298:19: error: ‘mutex’ is not a member of ‘std’
   std::lock_guard<std::mutex> lock(dirname_lock);
                   ^
base/file.cpp:298:19: error: ‘mutex’ is not a member of ‘std’
base/file.cpp:298:29: error: template argument 1 is invalid
   std::lock_guard<std::mutex> lock(dirname_lock);
                             ^
base/file.cpp:298:36: error: ‘dirname_lock’ was not declared in this scope
   std::lock_guard<std::mutex> lock(dirname_lock);
                                    ^
Makefile:699: recipe for target 'base/libbase_la-file.lo' failed
make[2]: *** [base/libbase_la-file.lo] Error 1
make[2]: Leaving directory '/home/cz/39/arm_adb/lib'
Makefile:452: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/cz/39/arm_adb'
Makefile:363: recipe for target 'all' failed
make: *** [all] Error 2

from arm_adb.

qhuyduong avatar qhuyduong commented on August 17, 2024

I'm so sorry but this is not supported in Windows yet :)

from arm_adb.

cznice avatar cznice commented on August 17, 2024

Thank you for the reply,i finish it,Although it is 37 !~
Angina pectoris~

from arm_adb.

Related Issues (18)

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.