|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
xine-ui with xine-lib-1.2I am trying to build xine-ui-0.99.5 (which seems to be the newest) against xine-lib 1.2. For configure I use:
./autogen.sh --prefix=/usr --enable-vdr-keys mv -f .deps/xine_remote-network.Tpo .deps/xine_remote-network.Po gcc -I/usr/include/readline -I../../src/xitk/xine-toolkit -DNETWORK_CLIENT -Wall -D_FILE_OFFSET_BITS=64 -Wpointer-arith -Wnested-ext erns -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -march=athlon64 -DNDEBUG -Wformat=2 -Wno-format- zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -o xine-remote xine_remote-network.o -lnsl -lpthread -lreadline -lncurses ../../src/common/libcommon.a actions.o: In function `gui_xine_open_and_play': actions.c:(.text+0x1569): undefined reference to `xine_strdupa' actions.c:(.text+0x15a2): undefined reference to `xine_strdupa' actions.c:(.text+0x160d): undefined reference to `xine_strdupa' actions.o: In function `gui_select_sub': actions.c:(.text+0x5ff9): undefined reference to `xine_strdupa' config_wrapper.o: In function `config_mrl': config_wrapper.c:(.text+0x40d): undefined reference to `xine_strdupa' control.o:control.c:(.text+0x13c2): more undefined references to `xine_strdupa' follow collect2: ld returned 1 exit status make[4]: *** [xine] Error 1 make[4]: Leaving directory `/usr/local/src/xine/xine-ui/xine-ui-0.99.5+cvs20070914/src/xitk' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/xine/xine-ui/xine-ui-0.99.5+cvs20070914/src/xitk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/xine/xine-ui/xine-ui-0.99.5+cvs20070914/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/xine/xine-ui/xine-ui-0.99.5+cvs20070914' make: *** [all] Error 2 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xine-user mailing list xine-user@... https://lists.sourceforge.net/lists/listinfo/xine-user |
|
|
Re: xine-ui with xine-lib-1.2hi timothy
From the error msg, it looks like the xine_strdupa functions is not available in xine-lib-1.2 whereas it is in the current 1.1 tree. Maybe you can copy this function from xine-lib-1.1 into xine-ui or try to find out why it was removed in xine-lib-1.2 which should be possible by the mercurial commit messages. As far as I know (which is not too much), the xine API between 1.1 and 1.2 does not differ too much. good luck, matthias looks like On 16.09.2008, at 02:07, Timothy D. Lenz wrote: > I am trying to build xine-ui-0.99.5 (which seems to be the newest) > against xine-lib 1.2. For configure I use: > ./autogen.sh --prefix=/usr --enable-vdr-keys > > > mv -f .deps/xine_remote-network.Tpo .deps/xine_remote-network.Po > gcc -I/usr/include/readline -I../../src/xitk/xine-toolkit - > DNETWORK_CLIENT -Wall -D_FILE_OFFSET_BITS=64 -Wpointer-arith - > Wnested-ext > erns -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing- > prototypes -march=athlon64 -DNDEBUG -Wformat=2 -Wno-format- > zero-length -Wmissing-format-attribute -Wstrict-aliasing=2 -o xine- > remote > xine_remote-network.o -lnsl -lpthread -lreadline -lncurses ../../ > src/common/libcommon.a > actions.o: In function `gui_xine_open_and_play': > actions.c:(.text+0x1569): undefined reference to `xine_strdupa' > actions.c:(.text+0x15a2): undefined reference to `xine_strdupa'... ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xine-user mailing list xine-user@... https://lists.sourceforge.net/lists/listinfo/xine-user |
|
|
Re: xine-ui with xine-lib-1.2I demand that Matthias Ringwald may or may not have written...
> On 16.09.2008, at 02:07, Timothy D. Lenz wrote: >> I am trying to build xine-ui-0.99.5 (which seems to be the newest) >> against xine-lib 1.2. For configure I use: >> ./autogen.sh --prefix=/usr --enable-vdr-keys [snip] >> actions.o: In function `gui_xine_open_and_play': >> actions.c:(.text+0x1569): undefined reference to `xine_strdupa' >> actions.c:(.text+0x15a2): undefined reference to `xine_strdupa'... > From the error msg, it looks like the xine_strdupa functions is not > available in xine-lib-1.2 whereas it is in the current 1.1 tree. Maybe you > can copy this function from xine-lib-1.1 into xine-ui or try to find out > why it was removed in xine-lib-1.2 which should be possible by the > mercurial commit messages. As far as I know (which is not too much), the > xine API between 1.1 and 1.2 does not differ too much. Or use a current xine-ui CVS snapshot. -- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Use more efficient products. Use less. BE MORE ENERGY EFFICIENT. No good deed goes unpunished. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xine-user mailing list xine-user@... https://lists.sourceforge.net/lists/listinfo/xine-user |
| Free Forum Powered by Nabble | Forum Help |