LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   weird make errors (https://www.linuxquestions.org/questions/linux-general-1/weird-make-errors-345175/)

invinciblegod 07-20-2005 07:05 PM

weird make errors
 
i keep having errors no matter what a try to "make". Im using suse 9.2. I keep seeing this stuff even if ./configure completes properly. It is too much to show here but part of it is below. Also, I can install xineui fine but when I try to install kaffiene, it cant detect xinelib. If I go into yast, xinelib shows as libxine. If that is the problem, can someone tell me how to fix it?
make[3]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -c xine-config /usr/local/bin/xine-config
/bin/sh ../mkinstalldirs /usr/local/lib/pkgconfig
/usr/bin/install -c -m 644 libxine.pc /usr/local/lib/pkgconfig/libxine.pc
make install-data-hook
make[4]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
make[4]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
make[3]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
make[2]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
make[1]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/misc'
Making install in include
make[1]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/include'
make[2]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/include'
make[2]: Nothing to be done for `install-exec-am'.

part of weird make error
/bin/sh ../mkinstalldirs /usr/local/include
/usr/bin/install -c -m 644 xine.h /usr/local/include/xine.h
sed -e '/^\/\*_x_/d' xine.h > /usr/local/include/xine.h
make[2]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/include'
make[1]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/include'
Making install in lib
make[1]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/lib'
/bin/sh ../libtool-nofpic --mode=link gcc -mcpu=athlon -O3 -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -o libxineposix.la
mkdir .libs
ar cru .libs/libxineposix.a
ranlib .libs/libxineposix.a
creating libxineposix.la
(cd .libs && rm -f libxineposix.la && ln -s ../libxineposix.la libxineposix.la)
make[2]: Entering directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/lib'
make[2]: Nothing to be done for `install-exec-am'.
/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/install-sh -d /usr/local/include/xine
make[2]: /home/Rose/My: Command not found
make[2]: *** [install-includeHEADERS] Error 127
make[2]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/Rose/My Downloads/xine-lib-1.0.1/xine-lib-1.0.1/lib'
make: *** [install-recursive] Error 1

demian 07-20-2005 07:10 PM

Re: weird make errors
 
Quote:

Originally posted by invinciblegod
[B]
make[2]: /home/Rose/My: Command not found
Try renaming My Documents to something without a blank in the name or compile in some other directory.

invinciblegod 07-20-2005 07:51 PM

I tried that and now it does something different. After a while, it starts spewing out garbage. An example is below. Someone help me please!
S -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT grand.lo -MD -MP -MF ".deps/grand.Tpo" \
-c -o grand.lo `test -f 'grand.c' || echo './'`grand.c; \
then mv -f ".deps/grand.Tpo" ".deps/grand.Plo"; \
else rm -f ".deps/grand.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT grand.lo -MD -MP -MF .deps/grand.Tpo -c grand.c -fPIC -DPIC -o .libs/grand.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT gscanner.lo -MD -MP -MF ".deps/gscanner.Tpo" \
-c -o gscanner.lo `test -f 'gscanner.c' || echo './'`gscanner.c; \
then mv -f ".deps/gscanner.Tpo" ".deps/gscanner.Plo"; \
else rm -f ".deps/gscanner.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT gscanner.lo -MD -MP -MF .deps/gscanner.Tpo -c gscanner.c -fPIC -DPIC -o .libs/gscanner.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT gshell.lo -MD -MP -MF ".deps/gshell.Tpo" \
-c -o gshell.lo `test -f 'gshell.c' || echo './'`gshell.c; \
then mv -f ".deps/gshell.Tpo" ".deps/gshell.Plo"; \
else rm -f ".deps/gshell.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT gshell.lo -MD -MP -MF .deps/gshell.Tpo -c gshell.c -fPIC -DPIC -o .libs/gshell.o
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread -g -O2 -Wall -MT gslist.lo -MD -MP -MF ".deps/gslist.Tpo" \
-c -o gslist.lo `test -f 'gslist.c' || echo './'`gslist.c; \
then mv -f ".deps/gslist.Tpo" ".deps/gslist.Plo"; \
else rm -f ".deps/gslist.Tpo"; exit 1; \
fi

demian 07-20-2005 07:59 PM

That's not garbage, that's the program compiling. The commands you see being executed are what's in the Makefile.


All times are GMT -5. The time now is 03:53 PM.