Git Product home page Git Product logo

Comments (2)

nickflink avatar nickflink commented on August 24, 2024

You could merge in the pinned branch into master and that should fix it.
It is a direct merge. You should take care to discard any changes that
have been made to the DEPS file, as master should always have the up to
date code where pinned is locked down to specific revisions in every repo.
I'll make sure to apply this merge first thing Tuesday when I get back,
unless someone gets to it before me.

On Sat, Jan 5, 2013 at 2:30 AM, Kunal Kerkar [email protected]:

The following error crops ups while building

SharedLibrary : libjingle_unittest.so
SharedLibrary : libvoiceclient.so
SharedLibrary : libjingle_media_unittest.so
SharedLibrary : libjingle_p2p_unittest.so
/home/tsudot/workspace/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld:
/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/armeabi-v7a/objs-debug/voiceclient////client/voiceclient.o:
in function
tuenti::VoiceClient::InitializeS():jni/../../../client/voiceclient.cc:140:
error: undefined reference to
'tuenti::VoiceClient::OnSignalStatsUpdate(char const_)'
collect2: ld returned 1 exit status
make: _
[/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/armeabi-v7a/libvoiceclient.so]
Error 1
make: * Waiting for unfinished jobs....
/home/tsudot/workspace/android-ndk-r8c/toolchains/x86-4.6/prebuilt/linux-x86/bin/../lib/gcc/i686-linux-android/4.6/../../../../i686-linux-android/bin/ld:
/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/x86/objs-debug/voiceclient//
/**/client/voiceclient.o:
in function
tuenti::VoiceClient::InitializeS():jni/../../../client/voiceclient.cc:133:
error: undefined reference to
'tuenti::VoiceClient::OnSignalStatsUpdate(char const_)'
collect2: ld returned 1 exit status
make: _
[/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/x86/libvoiceclient.so]
Error 1
make: Leaving directory
`/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core'

OS - Ubuntu 12.04

Am I missing something?


Reply to this email directly or view it on GitHubhttps://github.com//issues/56.

Nick Flink
Calle de San Joaquín, 4,
28004 Madrid,
Spain
+34 911394660 (land line)
+34 627256841 (mobile)

from webrtc-jingle-client.

nickflink avatar nickflink commented on August 24, 2024

FYI I've just pushed the fix for this, so if you update with master now it
should be working.

Sorry for the inconvenience.

On Sat, Jan 5, 2013 at 1:09 PM, Nick Flink [email protected] wrote:

You could merge in the pinned branch into master and that should fix it.
It is a direct merge. You should take care to discard any changes that
have been made to the DEPS file, as master should always have the up to
date code where pinned is locked down to specific revisions in every repo.
I'll make sure to apply this merge first thing Tuesday when I get back,
unless someone gets to it before me.

On Sat, Jan 5, 2013 at 2:30 AM, Kunal Kerkar [email protected]:

The following error crops ups while building

SharedLibrary : libjingle_unittest.so
SharedLibrary : libvoiceclient.so
SharedLibrary : libjingle_media_unittest.so
SharedLibrary : libjingle_p2p_unittest.so
/home/tsudot/workspace/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld:
/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/armeabi-v7a/objs-debug/voiceclient////client/voiceclient.o:
in function
tuenti::VoiceClient::InitializeS():jni/../../../client/voiceclient.cc:140:
error: undefined reference to
'tuenti::VoiceClient::OnSignalStatsUpdate(char const_)'
collect2: ld returned 1 exit status
make: _
[/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/armeabi-v7a/libvoiceclient.so]
Error 1
make: * Waiting for unfinished jobs....
/home/tsudot/workspace/android-ndk-r8c/toolchains/x86-4.6/prebuilt/linux-x86/bin/../lib/gcc/i686-linux-android/4.6/../../../../i686-linux-android/bin/ld:
/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/x86/objs-debug/voiceclient//
/**/client/voiceclient.o:
in function
tuenti::VoiceClient::InitializeS():jni/../../../client/voiceclient.cc:133:
error: undefined reference to
'tuenti::VoiceClient::OnSignalStatsUpdate(char const_)'
collect2: ld returned 1 exit status
make: _
[/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core/obj/default_debug/local/x86/libvoiceclient.so]
Error 1
make: Leaving directory
`/home/tsudot/workspace/webrtcjingleproject/trunk/android/voice-client-core'

OS - Ubuntu 12.04

Am I missing something?


Reply to this email directly or view it on GitHubhttps://github.com//issues/56.

Nick Flink
Calle de San Joaquín, 4,
28004 Madrid,
Spain
+34 911394660 (land line)
+34 627256841 (mobile)

Nick Flink
Calle de San Joaquín, 4,
28004 Madrid,
Spain
+34 911394660 (land line)
+34 627256841 (mobile)

from webrtc-jingle-client.

Related Issues (20)

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.