Search found 26 matches

Go to advanced search

by jinlsg
06 Nov 2012 11:33
Forum: VLC media player for macOS Troubleshooting
Topic: how to debug vlc use gdb?
Replies: 0
Views: 285

how to debug vlc use gdb?

i have complie vlc on iOS?
how i debug it?
when i use “gdb br”,the tip is breakpoints is pending。
thanks
by jinlsg
06 Nov 2012 10:47
Forum: VLC media player for Windows Troubleshooting
Topic: how to debug vlc
Replies: 4
Views: 498

Re: how to debug vlc

i can debug vlc use gdb。
by jinlsg
16 Oct 2012 05:37
Forum: VLC media player for macOS Troubleshooting
Topic: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1
Replies: 11
Views: 4076

Re: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1

i fix the problem ld: 'non_lazy_ptr' in /Users/bp/Library/Developer/Xcode/DerivedData/MobileVLC-ctcjnpeqzuhulxcmjlhrjnyzpzil/Build/Products/Debug-iphoneos/libMobileVLCKit.a(libdeinterlace_plugin_la-deinterlace.o) contains undefined reference for architecture armv7 by http://stackoverflow.com/questi...
by jinlsg
11 Oct 2012 18:44
Forum: VLC media player for macOS Troubleshooting
Topic: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1
Replies: 11
Views: 4076

Re: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1

i start over build vlc on iOS got the problem ld: '_CloseDecoder' in /Users/lsg/Library/Developer/Xcode/DerivedData/MobileVLC-hcuziamfsoqasuhlhgnfkcwwcuhw/Build/Products/Debug-iphoneos/libMobileVLCKit.a(libopus_plugin_la-opus.o) contains undefined reference for architecture armv7 clang: error: linke...
by jinlsg
10 Oct 2012 04:21
Forum: VLC media player for macOS Troubleshooting
Topic: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1
Replies: 11
Views: 4076

Re: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1

i fix the problem ld: 'non_lazy_ptr' in /Users/bp/Library/Developer/Xcode/DerivedData/MobileVLC-ctcjnpeqzuhulxcmjlhrjnyzpzil/Build/Products/Debug-iphoneos/libMobileVLCKit.a(libdeinterlace_plugin_la-deinterlace.o) contains undefined reference for architecture armv7 by http://stackoverflow.com/questio...
by jinlsg
22 Sep 2012 16:01
Forum: VLC media player for macOS Troubleshooting
Topic: libtool: compile: unable to infer tagged configuration
Replies: 8
Views: 3596

libtool: compile: unable to infer tagged configuration

recently,when i build vlc on mac lion by Xcode 4.4. i Always get this error: libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[5]: *** [libaccess_eyetv_plugin_la-eyetv.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 m...
by jinlsg
22 Sep 2012 15:07
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

libtool: compile: unable to infer tagged configuration

recently,when i build vlc on mac lion by Xcode 4.4. i Always get this error: libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[5]: *** [libaccess_eyetv_plugin_la-eyetv.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 m...
by jinlsg
22 Sep 2012 15:03
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

Re: No package 'ncursesw' found

make distclean on your checkout or remove it in total and start over. we replaced a part of the build system recently and you attempt to use a remnant of the previous tool. i start over build vlc but the last error is also: libtool: compile: unable to infer tagged configuration libtool: compile: sp...
by jinlsg
18 Sep 2012 12:22
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

Re: No package 'ncursesw' found

i os is lion
vlc can build on this os?
by jinlsg
17 Sep 2012 18:02
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

Re: No package 'ncursesw' found

the last error info is: libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[5]: *** [libaccess_eyetv_plugin_la-eyetv.lo] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all...
by jinlsg
17 Sep 2012 17:52
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

Re: No package 'ncursesw' found

i use
--disable-ncurses
but when i make
some error happen
by jinlsg
16 Sep 2012 16:31
Forum: VLC media player for macOS Troubleshooting
Topic: No package 'ncursesw' found
Replies: 10
Views: 2448

No package 'ncursesw' found

when i
Configure the VLC build
by
../extras/package/macosx/configure.sh --enable-debug --host=i686-apple-darwin10 --build=i686-apple-darwin10
i get the error
configure: error: No package 'ncursesw' found
how can i fix ?
thanks
by jinlsg
05 Sep 2012 15:56
Forum: VLC media player for Windows Troubleshooting
Topic: how to debug vlc
Replies: 4
Views: 498

Re: how to debug vlc

who can help?
by jinlsg
04 Sep 2012 09:21
Forum: VLC media player for Windows Troubleshooting
Topic: how to debug vlc
Replies: 4
Views: 498

Re: how to debug vlc

i build vlc on windows by mingw and msys
by jinlsg
04 Sep 2012 09:07
Forum: VLC media player for Windows Troubleshooting
Topic: how to debug vlc
Replies: 4
Views: 498

how to debug vlc

how to debug vlc

i have build vlc
how to debugger or modify vlc by tools?
thanks
by jinlsg
03 Sep 2012 10:06
Forum: VLC media player for Windows Troubleshooting
Topic: how to debug vlc by msys?
Replies: 3
Views: 288

how to debug vlc by msys?

how to debug vlc by msys?

i have build vlc use package-win32-debug flag.
then cd vlc-2.1.0-git.
then gdb vlc
when i use
(gdb) list

the output is
21 ../mingw/main.c: No such file or directory.
in ../mingw/main.c

how can i fix this problem?
thanks
by jinlsg
16 Aug 2012 03:39
Forum: VLC media player for macOS Troubleshooting
Topic: vlc compile error for iOS?
Replies: 4
Views: 1668

Re: vlc compile error for iOS?

who can help?
by jinlsg
15 Aug 2012 12:49
Forum: VLC media player for macOS Troubleshooting
Topic: vlc compile error for iOS?
Replies: 4
Views: 1668

Re: vlc compile error for iOS?

when i compile vlc use -s,
./buildmobilevlc.sh -s

when output above info ,the compile is no response.
how to fix it?
thanks
by jinlsg
15 Aug 2012 12:46
Forum: VLC media player for macOS Troubleshooting
Topic: vlc compile error for iOS?
Replies: 4
Views: 1668

vlc compile error for iOS?

cd ffmpeg && CC="xcrun clang" CXX="xcrun clang++" LD="xcrun ld" AR="xcrun ar" RANLIB="xcrun ranlib" STRIP="xcrun strip" PATH="/Users/lsg/MobileVLC/ImportedSources/vlc/contrib/i686-apple-darwin11/bin:/Users/lsg/MobileVLC/Importe...
by jinlsg
15 Aug 2012 12:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: vlc compile error for iOS
Replies: 6
Views: 1677

Re: vlc compile error for iOS

do you compile MobileVLCKit?
by jinlsg
15 Aug 2012 09:02
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5365

Re: compile error on vlc ios

thanks for help
by jinlsg
15 Aug 2012 09:02
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5365

Re: compile error on vlc ios

i meet this same problem who can help? Do some change in MobileVLC/ImportedSources/vlc/modules/video_filter/Modules.am index 0585d6f..d976380 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -1,3 +1,6 @@ +#kc add for fix +LIBTOOL=@LIBTOOL@ --tag=CC + SUBDIRS = d...
by jinlsg
12 Aug 2012 08:02
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5365

Re: compile error on vlc ios

i meet this same problem
who can help?

Go to advanced search