You are not logged in.

#1 2006-07-10 22:50:20

Malek
Member
Registered: 2004-11-06
Posts: 20

Doomdsay Compile -- Hot to do it? (Solved, duh on my part)

Hey all, been trying to get jDoom working for some time now but even with the beta and straight out 1.8.6 versions I'm unable to get this compiled and made... not sure if this helps but this is what the errors start after I run make.

...
         -c -o p_pspr.lo `test -f 'p_pspr.c' || echo './'`p_pspr.c; 
        then mv -f ".deps/p_pspr.Tpo" ".deps/p_pspr.Plo"; 
        else rm -f ".deps/p_pspr.Tpo"; exit 1; 
        fi
 gcc -DUNIX -DGNU_X86_FIXED_ASM -D__JDOOM__ -I. -I. -I../.. -I../../Include/jDoom -I../../Include/Common -I../../Include -Wunused-variable -Wunused-function -g -O2 -MT p_pspr.lo -MD -MP -MF .deps/p_pspr.Tpo -c p_pspr.c  -fPIC -DPIC -o .libs/p_pspr.o
 gcc -DUNIX -DGNU_X86_FIXED_ASM -D__JDOOM__ -I. -I. -I../.. -I../../Include/jDoom -I../../Include/Common -I../../Include -Wunused-variable -Wunused-function -g -O2 -MT p_pspr.lo -MD -MP -MF .deps/p_pspr.Tpo -c p_pspr.c -o p_pspr.o >/dev/null 2>&1
if /bin/sh ../../libtool --mode=compile gcc -DUNIX -DGNU_X86_FIXED_ASM -D__JDOOM__ -I. -I. -I../.. -I../../Include/jDoom -I../../Include/Common -I../../Include     -Wunused-variable -Wunused-function -g -O2 -MT p_setup.lo -MD -MP -MF ".deps/p_setup.Tpo" 
          -c -o p_setup.lo `test -f 'p_setup.c' || echo './'`p_setup.c; 
        then mv -f ".deps/p_setup.Tpo" ".deps/p_setup.Plo"; 
        else rm -f ".deps/p_setup.Tpo"; exit 1; 
        fi
 gcc -DUNIX -DGNU_X86_FIXED_ASM -D__JDOOM__ -I. -I. -I../.. -I../../Include/jDoom -I../../Include/Common -I../../Include -Wunused-variable -Wunused-function -g -O2 -MT p_setup.lo -MD -MP -MF .deps/p_setup.Tpo -c p_setup.c  -fPIC -DPIC -o .libs/p_setup.o
p_setup.c: In function 'P_LoadVertexes':
p_setup.c:77: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
p_setup.c:77: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
p_setup.c:87: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadSegs':
p_setup.c:135: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadSegsGL':
p_setup.c:176: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadSubsectors':
p_setup.c:242: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadSectors':
p_setup.c:269: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadNodes':
p_setup.c:304: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadLineDefs':
p_setup.c:395: error: invalid lvalue in assignment
p_setup.c: In function 'P_LoadSideDefs':
p_setup.c:473: error: invalid lvalue in assignment
make[3]: *** [p_setup.lo] Error 1
make[3]: Leaving directory `/home/malek/deng-1.8.6/Src/jDoom'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/malek/deng-1.8.6/Src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/malek/deng-1.8.6'
make: *** [all] Error 2
[malek@decksix deng-1.8.6]$

                                   
How did anyone else get this to work?

Offline

#2 2006-07-11 14:27:19

Malek
Member
Registered: 2004-11-06
Posts: 20

Re: Doomdsay Compile -- Hot to do it? (Solved, duh on my part)

Fixed it.

Basically downloaded and installed the 1.9.0.beta4 version and forgot to run autogen.sh  whoops

Offline

Board footer

Powered by FluxBB