Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Tue Mar 19, 2024 8:38 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: warnings
PostPosted: Sat Feb 02, 2008 1:46 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
I have commit a patch for a warning in ode.c. However i'm not sure how to fix a different one i detected in php.c:

Code:
Creating: raydium/compile/php.o
raydium/php.c:131: aviso: falta el inicializador
raydium/php.c:131: aviso: (cerca de la inicialización de ‘raydium_sapi_module.ini_entries’)

Translated is something like: Initializer is missing (near the initialization of ‘raydium_sapi_module.ini_entries’)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 09, 2008 9:51 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Hard to fix, it has something to do with "your" PHP version, since the SAPI struct of PHP change time to time (they're adding fields).
To fix such things, we need to have a look at "sapi_module_struct" of PHP.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 09, 2008 11:17 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
So this warning could dissapear in a near future if we change the PHP version?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 10, 2008 2:19 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
No, but we can fix it (but it will generate a warning for "old" version of PHP) until PHP add, again, a new field to SAPI structure, when it will generate a warning, again :)

I'm going to fix this now.

PS: We're not "linked" to a fixed PHP version, since our configure script downloads directly the latest version of PHP (5.2.x) from the net ...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group