compiling main.cpp
linking ../game
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_init':
/usr/src/contrib/xz/src/liblzma/check/check.h:143: undefined reference to `_libmd_SHA256_Init'
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_update':
/usr/src/contrib/xz/src/liblzma/check/check.h:160: undefined reference to `_libmd_SHA256_Update'
/usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_finish':
/usr/src/contrib/xz/src/liblzma/check/check.h:167: undefined reference to `_libmd_SHA256_Final'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:189: ../game] Error 1
root@enixyazilim:/usr/src/source/Server/game/src #
vreo rezolvare?
[FULL]Serveriles Zeryon2
- Domik309
- 4Metin
- Mesaje: 15
- Membru din: Lun Ian 23, 2023 4:45 pm
- Localitate: Czech Republic
- Status: Activ
Re: [FULL]Serveriles Zeryon2
Uncompilable Client Source!
But only TimerEvent.h is uncompilable as i can see? -.-
Cod: Selectaţi tot
Zeryon3\Binary\Client\eterBase\TimerEvent.h(8,12): message : viz deklarace: Event::Detail
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,45): error C2039: HandleBase není členem: Event::Detail::StaticManager.
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(33,9): message : viz deklarace: Event::Detail::StaticManager
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,55): error C2061: Chyba syntaxe: identifikátor HandleBase
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C4430: Chybějící specifikátor typu – předpokládá se typ int. Poznámka: C++ nepodporuje typ default-int.
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C2143: Chyba syntaxe: Chybí , před &.
11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(129,26): error C2039: DeleteEvent není člen
- F. Gabriel
- Administrator
- Mesaje: 469
- Membru din: Lun Aug 01, 2022 10:23 am
- Localitate: Tecuci
- Status: Retras
- Multumiri acordate: 16
- Multumiri primite: 159
- Contact:
Re: [FULL]Serveriles Zeryon2
The problem is made by VS version.Domik309 scrie: ↑Lun Feb 06, 2023 5:24 pm Uncompilable Client Source!
But only TimerEvent.h is uncompilable as i can see? -.-Cod: Selectaţi tot
Zeryon3\Binary\Client\eterBase\TimerEvent.h(8,12): message : viz deklarace: Event::Detail 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,45): error C2039: HandleBase není členem: Event::Detail::StaticManager. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(33,9): message : viz deklarace: Event::Detail::StaticManager 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,55): error C2061: Chyba syntaxe: identifikátor HandleBase 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C4430: Chybějící specifikátor typu – předpokládá se typ int. Poznámka: C++ nepodporuje typ default-int. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C2143: Chyba syntaxe: Chybí , před &. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(129,26): error C2039: DeleteEvent není člen
You can fix by add the line with "#include <memory>" but is not a real solve.
We used VS 17.4.4 for build the source.
- Domik309
- 4Metin
- Mesaje: 15
- Membru din: Lun Ian 23, 2023 4:45 pm
- Localitate: Czech Republic
- Status: Activ
Re: [FULL]Serveriles Zeryon2
I used VS version 17.4.4F. Gabriel scrie: ↑Mar Feb 07, 2023 5:40 amThe problem is made by VS version.Domik309 scrie: ↑Lun Feb 06, 2023 5:24 pm Uncompilable Client Source!
Cod: Selectaţi tot
Zeryon3\Binary\Client\eterBase\TimerEvent.h(8,12): message : viz deklarace: Event::Detail 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,45): error C2039: HandleBase není členem: Event::Detail::StaticManager. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(33,9): message : viz deklarace: Event::Detail::StaticManager 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(121,55): error C2061: Chyba syntaxe: identifikátor HandleBase 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C4430: Chybějící specifikátor typu – předpokládá se typ int. Poznámka: C++ nepodporuje typ default-int. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(128,43): error C2143: Chyba syntaxe: Chybí , před &. 11>C:\Users\magor\OneDrive\Plocha\Zeryon3\Binary\Client\eterBase\TimerEvent.h(129,26): error C2039: DeleteEvent není člen
You can fix by add the line with "#include <memory>" but is not a real solve.
We used VS 17.4.4 for build the source.
- ThroneSetou
- 4Metin
- Mesaje: 1
- Membru din: Vin Feb 10, 2023 12:42 pm
- Status: Activ
- Contact: