Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen


Should be fixed now. This one I couldn't test since
I don't have the necessary libs.

--Jani


On Tue, 7 Aug 2001, Steeg wrote:

>Jani Taskinen <[EMAIL PROTECTED]> said:
>
>>
>> Now it should compile. Tested it myself. :)
>>
>> --Jani
>>
>
>
>Thanks.
>
>Don't know if this is your field, but now I get this:
>
>qtdom.c: In function `qdom_find_attributes':
>qtdom.c:127: `tsrm_ls' undeclared (first use in this function)
>qtdom.c:127: (Each undeclared identifier is reported only once
>qtdom.c:127: for each function it appears in.)
>qtdom.c: In function `qdom_find_children':
>qtdom.c:166: `tsrm_ls' undeclared (first use in this function)
>
>
>
>Thanks a million in advance.
>
>
>Stig Smelror
>


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Steeg

Jani Taskinen <[EMAIL PROTECTED]> said:

> 
> Now it should compile. Tested it myself. :)
> 
> --Jani
> 


Thanks.

Don't know if this is your field, but now I get this:

qtdom.c: In function `qdom_find_attributes':
qtdom.c:127: `tsrm_ls' undeclared (first use in this function)
qtdom.c:127: (Each undeclared identifier is reported only once
qtdom.c:127: for each function it appears in.)
qtdom.c: In function `qdom_find_children':
qtdom.c:166: `tsrm_ls' undeclared (first use in this function)



Thanks a million in advance.


Stig Smelror
-- 
Best regards
The DeadWhale Crew
http://deadwhale.com/





This is Beaten To Death Whale Productions' Webmail
Do you play?
Powered by LinCom - http://www.lincom.no/


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen


Now it should compile. Tested it myself. :)

--Jani

On Tue, 7 Aug 2001, Steeg wrote:

>Jani Taskinen wrote:
>> Should be fixed now. Update and try again.
>> If you get more errors, let me know.
>>
>> --Jani
>>
>>
>
>
>Almost :)
>
>
>-
>php_domxml.c: In function `php_if_domxml_node_attributes':
>php_domxml.c:1469: too many arguments to function `node_attributes'
>php_domxml.c: At top level:
>php_domxml.c:2304: conflicting types for `node_attributes'
>php_domxml.c:74: previous declaration of `node_attributes'
>php_domxml.c:2339: conflicting types for `node_children'
>php_domxml.c:75: previous declaration of `node_children'
>make[3]: *** [php_domxml.lo] Error 1
>-
>
>
>
>
>Regards,
>Stig Smelror
>
>
>
>


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Steeg

Jani Taskinen wrote:
> Should be fixed now. Update and try again.
> If you get more errors, let me know.
> 
> --Jani
> 
> 


Almost :)


-
php_domxml.c: In function `php_if_domxml_node_attributes':
php_domxml.c:1469: too many arguments to function `node_attributes'
php_domxml.c: At top level:
php_domxml.c:2304: conflicting types for `node_attributes'
php_domxml.c:74: previous declaration of `node_attributes'
php_domxml.c:2339: conflicting types for `node_children'
php_domxml.c:75: previous declaration of `node_children'
make[3]: *** [php_domxml.lo] Error 1
-




Regards,
Stig Smelror



-- 
Best regards
The DeadWhale Crew
http://deadwhale.com/


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Jani Taskinen


Should be fixed now. Update and try again.
If you get more errors, let me know.

--Jani


On Tue, 7 Aug 2001, Steeg wrote:

>Steeg wrote:
>> Hi all,
>>
>> I'm getting this error when I try to compile the lates CVS of PHP4:
>>
>> php_domxml.c: In function `php_xpathobject_new':
>> php_domxml.c:464: `tsrm_ls' undeclared (first use in this function)
>> php_domxml.c:464: (Each undeclared identifier is reported only once
>> php_domxml.c:464: for each function it appears in.)
>> php_domxml.c: In function `php_xpathcontext_new':
>> php_domxml.c:543: `tsrm_ls' undeclared (first use in this function)
>> php_domxml.c: In function `php_domobject_new':
>> php_domxml.c:609: `tsrm_ls' undeclared (first use in this function)
>> make[3]: *** [php_domxml.lo] Error 1
>> make[3]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/root/progs/www/NEW/php4/ext'
>> make: *** [all-recursive] Error 1
>>
>>
>> I've tried to configure without dom, but then it stops with almost the
>> same error with imap.
>>
>
>I forgot to mention that I run Mandrake 8.0 and Apache 2.0.22 alpha.
>
>Sorry ;)
>
>
>
>
>
>Thanks again.
>
>
>Stig Smelror
>
>


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Steeg

Steeg wrote:
> Hi all,
> 
> I'm getting this error when I try to compile the lates CVS of PHP4:
> 
> php_domxml.c: In function `php_xpathobject_new':
> php_domxml.c:464: `tsrm_ls' undeclared (first use in this function)
> php_domxml.c:464: (Each undeclared identifier is reported only once
> php_domxml.c:464: for each function it appears in.)
> php_domxml.c: In function `php_xpathcontext_new':
> php_domxml.c:543: `tsrm_ls' undeclared (first use in this function)
> php_domxml.c: In function `php_domobject_new':
> php_domxml.c:609: `tsrm_ls' undeclared (first use in this function)
> make[3]: *** [php_domxml.lo] Error 1
> make[3]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/progs/www/NEW/php4/ext'
> make: *** [all-recursive] Error 1
> 
> 
> I've tried to configure without dom, but then it stops with almost the 
> same error with imap.
> 

I forgot to mention that I run Mandrake 8.0 and Apache 2.0.22 alpha.

Sorry ;)





Thanks again.


Stig Smelror

-- 
Best regards
The DeadWhale Crew
http://deadwhale.com/


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Error compiling latest CVS

2001-08-07 Thread Steeg

Hi all,

I'm getting this error when I try to compile the lates CVS of PHP4:

php_domxml.c: In function `php_xpathobject_new':
php_domxml.c:464: `tsrm_ls' undeclared (first use in this function)
php_domxml.c:464: (Each undeclared identifier is reported only once
php_domxml.c:464: for each function it appears in.)
php_domxml.c: In function `php_xpathcontext_new':
php_domxml.c:543: `tsrm_ls' undeclared (first use in this function)
php_domxml.c: In function `php_domobject_new':
php_domxml.c:609: `tsrm_ls' undeclared (first use in this function)
make[3]: *** [php_domxml.lo] Error 1
make[3]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/progs/www/NEW/php4/ext/domxml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/progs/www/NEW/php4/ext'
make: *** [all-recursive] Error 1


I've tried to configure without dom, but then it stops with almost the 
same error with imap.


Thanks.


Stig Smelror


-- 
Best regards
The DeadWhale Crew
http://deadwhale.com/


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]