Results 1 to 3 of 3
Hello everyone, before I ask my question I'd like to say thanks to everyone here. Although this is my first post, I was able to use the search feature to ...
- 04-09-2007 #1
Mplayer PLUG-IN error
Hello everyone, before I ask my question I'd like to say thanks to everyone here. Although this is my first post, I was able to use the search feature to not only get my OpenSuSe 10.2 Distro installed and running, but to fix the nasty error I had with my video card, install NDISwrapper, fix the error WITH ndiswrapper, install mplayer and codecs, and a few other things as well. So once again, thanks!
My problem now is that I seem to be getting this weird error with "compiling" (not sure if using the correct word) the plug in, I've followed all the instructions in the read me file using the gecko-sdk (package already came with my system, I used YAST to install it). The error that keeps coming up when I try and use make is
make: *** [plugin.o] Error 1
What is wierd is that it seems to configure just fine. Here is what comes out of the terminal window when I configure it
linux-tf6q:~/Desktop/MplayerPlugIn/mplayerplug-in # make: *** [plugin.o] Error 1
bash: make:: command not found
linux-tf6q:~/Desktop/MplayerPlugIn/mplayerplug-in # ./configure -with-gecko-sdk=/home/root/Desktop/MplayerPlugIn/Apps/gecko-sdk
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
Using new (v1.7+) gecko-sdk
checking for GTK... yes
checking for GTK24... yes
checking for GTHREAD... yes
checking how to run the C preprocessor... gcc -E
checking for X... yes
checking for XT... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for XPM... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strrchr... yes
checking for snprintf... yes
checking for mkfifo... yes
checking for dup2... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtol... yes
checking for mkdir... yes
checking for setlocale... yes
checking for memmem... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... void
checking for DPMSQueryExtension in -lXdpms... no
checking for X11/extensions/dpms.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile
config.status: creating install.sh
config.status: creating uninstall.sh
config.status: creating config.h
config.status: config.h is unchanged
- 04-09-2007 #2
but then when I try and to use make
I get a bunch of errors
http://www.geocities.com/youmember2001/error.txt
I actually found it more convent to just post a text file up to display the errors, otherwise I would have 6-7 more replies to this thread.
- 04-09-2007 #3
Why are you trying to compile the plugin???
If you have not allready done this follow the intrunctions here
http://www.softwareinreview.com/cms/content/view/60/
Then go to Yast-Software-software management
Search for MPALYER
then install mplayer-plugin.
Note If you are running 64 Bit OS the plug in might not work with 32 bit browsers.


Reply With Quote