LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-30-2007, 09:13 PM   #1
gvp87
Member
 
Registered: Mar 2007
Location: Boston
Distribution: Ubuntu Gutsy
Posts: 50

Rep: Reputation: 15
difficulty building from source [make]


I had to completely reinstall my ubuntu edgy system recently, and one of the packages i reinstalled was build-essential. I also downloaded a few source files for two different applications. I've installed packages from source on my old system before, so the steps i was taking were clearly correct - i must not have the correct packages installed.

i do the ./configure, but when i do 'make', it looks as if the text from one of the sourcefiles is being copied into the terminal window. Strangest thing.

I'm sure it's something simple, like a missing package. If anybody needs to see the exact text and error message, let me know. But I thought i only needed build-essential to build packages from source. if anyone has any insight, please let me know! thanks

giuseppe


here's the terminal text!! ./configure goes okay, but here's the rest:
giusi@UbuntuEdgy:~/Desktop/desmume-0.7.3$ make
Making all in src
make[1]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src'
Making all in .
make[2]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src'
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT armcpu.o -MD -MP -MF .deps/armcpu.Tpo -c -o armcpu.o armcpu.c
mv -f .deps/armcpu.Tpo .deps/armcpu.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT arm_instructions.o -MD -MP -MF .deps/arm_instructions.Tpo -c -o arm_instructions.o arm_instructions.c
mv -f .deps/arm_instructions.Tpo .deps/arm_instructions.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT bios.o -MD -MP -MF .deps/bios.Tpo -c -o bios.o bios.c
mv -f .deps/bios.Tpo .deps/bios.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT cp15.o -MD -MP -MF .deps/cp15.Tpo -c -o cp15.o cp15.c
mv -f .deps/cp15.Tpo .deps/cp15.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT cflash.o -MD -MP -MF .deps/cflash.Tpo -c -o cflash.o cflash.c
In file included from cflash.h:9,
from cflash.c:51:
fat.h:80: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:81: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:84: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:86: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:89: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:98: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:99: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:100: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:102: warning: ‘__packed__’ attribute ignored for field of type ‘u8[11]’
fat.h:103: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:105: warning: ‘__packed__’ attribute ignored for field of type ‘u8[448]’
fat.h:113: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:114: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:115: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:116: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:117: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
mv -f .deps/cflash.Tpo .deps/cflash.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT Disassembler.o -MD -MP -MF .deps/Disassembler.Tpo -c -o Disassembler.o Disassembler.c
mv -f .deps/Disassembler.Tpo .deps/Disassembler.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT FIFO.o -MD -MP -MF .deps/FIFO.Tpo -c -o FIFO.o FIFO.c
mv -f .deps/FIFO.Tpo .deps/FIFO.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT GPU.o -MD -MP -MF .deps/GPU.Tpo -c -o GPU.o GPU.c
GPU.c: In function ‘GPU_setVideoProp’:
GPU.c:276: warning: passing argument 1 of ‘T1WriteLong’ from incompatible pointer type
GPU.c: In function ‘GPU_setBGProp’:
GPU.c:348: warning: passing argument 1 of ‘T1WriteWord’ from incompatible pointer type
GPU.c: In function ‘renderline_textBG’:
GPU.c:853: warning: passing argument 1 of ‘T1ReadWord’ from incompatible pointer type
GPU.c: In function ‘lineText’:
GPU.c:1221: warning: passing argument 1 of ‘T1ReadWord’ from incompatible pointer type
GPU.c:1221: warning: passing argument 1 of ‘T1ReadWord’ from incompatible pointer type
mv -f .deps/GPU.Tpo .deps/GPU.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT gl_vertex.o -MD -MP -MF .deps/gl_vertex.Tpo -c -o gl_vertex.o gl_vertex.c
mv -f .deps/gl_vertex.Tpo .deps/gl_vertex.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT mc.o -MD -MP -MF .deps/mc.Tpo -c -o mc.o mc.c
mc.c: In function ‘mc_reset_com’:
mc.c:155: warning: incompatible implicit declaration of built-in function ‘memcpy’
mc.c: In function ‘mc_load_file’:
mc.c:190: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/mc.Tpo .deps/mc.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT wifi.o -MD -MP -MF .deps/wifi.Tpo -c -o wifi.o wifi.c
mv -f .deps/wifi.Tpo .deps/wifi.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT MMU.o -MD -MP -MF .deps/MMU.Tpo -c -o MMU.o MMU.c
In file included from cflash.h:9,
from MMU.c:34:
fat.h:80: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:81: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:84: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:86: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:89: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:98: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:99: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:100: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:102: warning: ‘__packed__’ attribute ignored for field of type ‘u8[11]’
fat.h:103: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:105: warning: ‘__packed__’ attribute ignored for field of type ‘u8[448]’
fat.h:113: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:114: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:115: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:116: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:117: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
mv -f .deps/MMU.Tpo .deps/MMU.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT NDSSystem.o -MD -MP -MF .deps/NDSSystem.Tpo -c -o NDSSystem.o NDSSystem.c
In file included from cflash.h:9,
from NDSSystem.c:27:
fat.h:80: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:81: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:84: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:86: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:89: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:98: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:99: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:100: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:102: warning: ‘__packed__’ attribute ignored for field of type ‘u8[11]’
fat.h:103: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:105: warning: ‘__packed__’ attribute ignored for field of type ‘u8[448]’
fat.h:113: warning: ‘__packed__’ attribute ignored for field of type ‘u8[8]’
fat.h:114: warning: ‘__packed__’ attribute ignored for field of type ‘u8[3]’
fat.h:115: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:116: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
fat.h:117: warning: ‘__packed__’ attribute ignored for field of type ‘u8’
mv -f .deps/NDSSystem.Tpo .deps/NDSSystem.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT ROMReader.o -MD -MP -MF .deps/ROMReader.Tpo -c -o ROMReader.o ROMReader.c
ROMReader.c: In function ‘ROMReaderInit’:
ROMReader.c:33: warning: incompatible implicit declaration of built-in function ‘strlen’
mv -f .deps/ROMReader.Tpo .deps/ROMReader.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT render3D.o -MD -MP -MF .deps/render3D.Tpo -c -o render3D.o render3D.c
mv -f .deps/render3D.Tpo .deps/render3D.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT saves.o -MD -MP -MF .deps/saves.Tpo -c -o saves.o saves.c
mv -f .deps/saves.Tpo .deps/saves.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT SPU.o -MD -MP -MF .deps/SPU.Tpo -c -o SPU.o SPU.c
mv -f .deps/SPU.Tpo .deps/SPU.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT matrix.o -MD -MP -MF .deps/matrix.Tpo -c -o matrix.o matrix.c
mv -f .deps/matrix.Tpo .deps/matrix.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT opengl_collector_3Demu.o -MD -MP -MF .deps/opengl_collector_3Demu.Tpo -c -o opengl_collector_3Demu.o opengl_collector_3Demu.c
mv -f .deps/opengl_collector_3Demu.Tpo .deps/opengl_collector_3Demu.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT thumb_instructions.o -MD -MP -MF .deps/thumb_instructions.Tpo -c -o thumb_instructions.o thumb_instructions.c
mv -f .deps/thumb_instructions.Tpo .deps/thumb_instructions.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../src -g -O2 -MT fs-linux.o -MD -MP -MF .deps/fs-linux.Tpo -c -o fs-linux.o fs-linux.c
mv -f .deps/fs-linux.Tpo .deps/fs-linux.Po
rm -f libdesmume.a
ar cru libdesmume.a armcpu.o arm_instructions.o bios.o cp15.o cflash.o debug.o Disassembler.o FIFO.o GPU.o gl_vertex.o mc.o wifi.o MMU.o NDSSystem.o ROMReader.o render3D.o saves.o SPU.o matrix.o opengl_collector_3Demu.o thumb_instructions.o fs-linux.o
ranlib libdesmume.a
make[2]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src'
Making all in gdbstub
make[2]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.7.3\" -DPACKAGE_STRING=\"desmume\ 0.7.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.7.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBZ=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/giusi/Desktop/desmume-0.7.3/src/gtk-glade/glade/\" -I. -I../../src -g -O2 -MT gdbstub.o -MD -MP -MF .deps/gdbstub.Tpo -c -o gdbstub.o gdbstub.c
mv -f .deps/gdbstub.Tpo .deps/gdbstub.Po
rm -f libgdbstub.a
ar cru libgdbstub.a gdbstub.o
ranlib libgdbstub.a
make[2]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
make[1]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src'
make[1]: Entering directory `/home/giusi/Desktop/desmume-0.7.3'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3'
giusi@UbuntuEdgy:~/Desktop/desmume-0.7.3$ make install
Making install in src
make[1]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src'
Making install in .
make[2]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src'
make[3]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src'
make[2]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src'
Making install in gdbstub
make[2]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
make[3]: Entering directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
make[2]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src/gdbstub'
make[1]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3/src'
make[1]: Entering directory `/home/giusi/Desktop/desmume-0.7.3'
make[2]: Entering directory `/home/giusi/Desktop/desmume-0.7.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3'
make[1]: Leaving directory `/home/giusi/Desktop/desmume-0.7.3'
giusi@UbuntuEdgy:~/Desktop/desmume-0.7.3$ desmume
bash: desmume: command not found

Last edited by gvp87; 10-02-2007 at 01:47 AM. Reason: terminal text
 
Old 09-30-2007, 09:15 PM   #2
AAnarchYY
Member
 
Registered: Sep 2004
Location: Carlisle, MA
Distribution: Debian 8
Posts: 419

Rep: Reputation: 30
yeah the exact text would be very helpfull.
you can throw it in pastebin if you want
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Difficulty Installing epplets source (libImlib2) rekurzion Linux - Software 3 12-08-2013 07:40 PM
building nautilus from source adamruss Linux - Desktop 3 09-24-2007 08:13 AM
Building make files red_hax0r Programming 3 06-28-2006 04:54 AM
Building from source HELL! lonecrow Linux - Newbie 17 04-11-2006 01:19 PM
building from source Protex Slackware 2 02-24-2004 08:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration