Results 1 to 1 of 1
Hey there,
I am trying to learn about compiling .so files for a game modification.
There is a development kit with a simple helloworld example.
My linux knowledge however is ...
- 04-09-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 5
Missing header files / Known definitions on Ubuntu 64bit
Hey there,
I am trying to learn about compiling .so files for a game modification.
There is a development kit with a simple helloworld example.
My linux knowledge however is very very redundand and I have a hard time getting the compiler to run properly (especially installing all necessary library packages).
Line 385:../SDK/amx/amx.h:385: error: āsize_tā has not been declared
Code:int AMXAPI amx_GetString(char *dest,const cell *source, int use_wchar, size_t size);
Line 405:../SDK/amx/amx.h:405: error: āsize_tā has not been declared
If you want to see the whole code of this header file follow:Code:int AMXAPI amx_SetString(cell *dest, const char *source, int pack, int use_wchar, size_t size);
pastebin.com/HF7PHkvR
Had lots of similar errors in the first place which all disappeared slowly during installation of new lib packs...
Now I am wondering:
As there are tons of people using this development kit just fine:
* Am I missing simply another library package I didn`t install yet for gpp/g++?
* Could it be as I am running on Ubuntu 64bit and not 32bit that this just messes around?
* Is it something else?
Thanks in advance for any help!
Regards!


Reply With Quote