After I have updated the emulator and the database, I proceed to compile and get the following errors, after using the make server command:
script.c:In function ‘script_getitem_randomoption’:
script.c:6730:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
it->option[i].id =(short)__64BPRTSIZE(get_val2(st,reference_uid(opt_id_id,opt_id_idx+i),opt_id_ref));^
script.c:6732:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
it->option[i].value =(short)__64BPRTSIZE(get_val2(st,reference_uid(opt_val_id,opt_val_idx+i),opt_val_ref));^
script.c:6734:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
it->option[i].param =(char)__64BPRTSIZE(get_val2(st,reference_uid(opt_param_id,opt_param_idx+i),opt_param_ref));
I compiled using the following command line:
./configure --enable-packetver=20150513 --disable-64bit
make clean
make server
I installed g ++, solved conflicts after update...
Question
Dark Lunacy
After I have updated the emulator and the database, I proceed to compile and get the following errors, after using the make server command:
I compiled using the following command line:
./configure --enable-packetver=20150513 --disable-64bit make clean make server
I installed g ++, solved conflicts after update...
Ubuntu 16.04 lts 32 bits
Renewal
Please help :c
Regards!
Edited by Bucle8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.