Pages:<< prev 1 next >>


Apprentice

GroupMembers
Posts57
JoinedNov 24, 2016
Anyone know what I might be missing in my dependencies or Makefile to get Kavir MSDP done. Compiles clean until it tries linking.
GNU ld (GNU Binutils for Ubuntu) 2.26.1
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
elf_iamcu
i386linux
elf_l1om
elf_k1om
i386pep
i386pe
o/comm.o: In function `write_to_buffer(descriptor_data*, char const*, unsigned long)':
/home/vladaar/Downloads/6D/src/comm.c:1973: undefined reference to `ProtocolOutput(descriptor_data*, char const*, unsigned long*)'
o/genesis.o: In function `do_delete(char_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:1930: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o: In function `nanny_get_name(descriptor_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:2081: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o: In function `genesis(descriptor_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:255: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
/home/vladaar/Downloads/6D/src/genesis.c:299: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
/home/vladaar/Downloads/6D/src/genesis.c:349: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o:/home/vladaar/Downloads/6D/src/genesis.c:364: more undefined references to `ProtocolNoEcho(descriptor_data*, bool)' follow
collect2: error: ld returned 1 exit status
Makefile:102: recipe for target '6dragons' failed
make[2]: *** [6dragons] Error 1
make[2]: Leaving directory '/home/vladaar/Downloads/6D/src'
Makefile:99: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/vladaar/Downloads/6D/src'
Makefile:123: recipe for target 'clean' failed
make: *** [clean] Error 2
GNU ld (GNU Binutils for Ubuntu) 2.26.1
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
elf_iamcu
i386linux
elf_l1om
elf_k1om
i386pep
i386pe
o/comm.o: In function `write_to_buffer(descriptor_data*, char const*, unsigned long)':
/home/vladaar/Downloads/6D/src/comm.c:1973: undefined reference to `ProtocolOutput(descriptor_data*, char const*, unsigned long*)'
o/genesis.o: In function `do_delete(char_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:1930: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o: In function `nanny_get_name(descriptor_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:2081: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o: In function `genesis(descriptor_data*, char*)':
/home/vladaar/Downloads/6D/src/genesis.c:255: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
/home/vladaar/Downloads/6D/src/genesis.c:299: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
/home/vladaar/Downloads/6D/src/genesis.c:349: undefined reference to `ProtocolNoEcho(descriptor_data*, bool)'
o/genesis.o:/home/vladaar/Downloads/6D/src/genesis.c:364: more undefined references to `ProtocolNoEcho(descriptor_data*, bool)' follow
collect2: error: ld returned 1 exit status
Makefile:102: recipe for target '6dragons' failed
make[2]: *** [6dragons] Error 1
make[2]: Leaving directory '/home/vladaar/Downloads/6D/src'
Makefile:99: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/vladaar/Downloads/6D/src'
Makefile:123: recipe for target 'clean' failed
make: *** [clean] Error 2



Apprentice

GroupMembers
Posts57
JoinedNov 24, 2016
Holy crap what a brain fart that was.
I got it. My protocolout function didn't match protocoloutput function in protocol.h exactly.
It's in like flyn now.
I got it. My protocolout function didn't match protocoloutput function in protocol.h exactly.
It's in like flyn now.
Pages:<< prev 1 next >>