$ mkdir ~/webrtc $ cd ~/webrtc $ wget https://src.chromium.org/svn/trunk/tools/depot_tools.zip
$ export PATH="$PATH":/home/username/webrtc/depot_tools $ export CHROMIUM_ROOT = /home/username/webrtc/ # , .
$ sudo nano ~/.bashrc
export PATH="$PATH":/home/username/webrtc/depot_tools export CHROMIUM_ROOT = /home/username/webrtc
$ gclient --version gclient.py 0.7
$ gclient config http://webrtc.googlecode.com/svn/trunk $ gclient sync --force
$ sudo apt-get install gyp
$ sudo ~/webrtc/trunk/build/install-build-deps.sh
ubuntu_versions="12\.04|12\.10|13\.04|13\.10"
$ gclient runhooks --force
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
File "", line 1, in AssertionError: Point $JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!
gyp: Call to 'python -c "import os; dir=os.getenv('JAVA_HOME', '/usr/lib/jvm/java-6-sun'); assert os.path.exists(os.path.join(dir, 'include/jni.h')), 'Point \$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!'; print dir"' returned exit status 1.
openjdk-6-jdk :
$ sudo apt-get install openjdk-6-jdk $ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 /usr/lib/jvm/java-6-sun $ export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64 $ echo "export JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64" >> ~/.bashrc
, Makefile:
$ echo "export GYP_GENERATORS=make" >> ~/.bashrc
$ gclient sync --force $ gclient runhooks --force
, Makefile ~/webrtc/trunk/
Eclipse
Eclipse : LinuxEclipseDev ( "Install the C Development Tools ("CDT")")
, , .
1
, :
narrowing conversion of 'rate' from 'int' to 'uint32_t []
webrtc/modules/rtp_rtcp/interface/rtp_payload_registry_unittest.cc, :
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, int rate)
ModuleRTPUtility::Payload* ExpectReturnOfTypicalAudioPayload( uint8_t payload_type, uint32_t rate)
2
:
... -Werror=extra ...
/webrtc/trunk/webrtc/build/common.gypi
179
179: '-Wextra',
/webrtc/trunk/build/common.gypi
3875
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
3875: 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
3882, :
3882: '-Wextra',
3
:
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:113:7: note: in definition of macro 'CHECK'
/webrtc/talk/app/webrtc/java/jni/peerconnection_jni.cc:
#include <unistd.h>
n
unittest- webrtc/trunk/all.gyp.
#'talk/libjingle_tests.gyp:*',
, /home/udaf/rabbit/webrtc/trunk/out/Debug/ , : peerconnection_client peerconnection_server
Gyp
- gyp. .gyp . :
'cflags': [ '-I/usr/local/include -I/usr/local/include/cppconn -fexceptions', ], 'link_settings': { 'ldflags': [ '<!@(pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0 libavcodec libavformat libavutil libswscale)', '-lmysqlcppconn' ], 'libraries': [ '-ldl', '-lmysqlcppconn' ], },
www.webrtc.org/reference/getting-started - WebRTC www.webrtc.org/reference/getting-started/prerequisite-sw - , WebRTC sites.google.com/a/chromium.org/dev/developers/how-tos/depottools - depot_tools code.google.com/p/chromium/wiki/LinuxEclipseDev - Eclipse code.google.com/p/gyp/wiki/GypUserDocumentation - gyp.
Source: https://habr.com/ru/post/204068/
All Articles