Hi!
I hope you can help with a problem that I have when I'm trying to compile PHP with SWF. I have Linux Red Hat version 6.2 and PHP version 4.0.5.
When I do this:
./configure -with-mysql -with-apache=/root/apache_1.3.19/ -with-swf=/root/php-4.0.5/ext/swf/
It works well. No problems there. But here comes the problem. It finds all the files.
When I do make on PHP it doesn't go well. There are some problem with the SWF extansion. Here comes the message that comes out when I'm trying to make the files.
Making all in swf
make[2]: Entering directory /root/php-4.0.5/ext/swf'
make[3]: Entering directory/root/php-4.0.5/ext/swf'
gcc -I. -I/root/php-4.0.5/ext/swf -I/root/php-4.0.5/main -I/root/php-4.0.5 -I/root/apache_1.3.19//src/include -I/root/apache_1.3.19//src/os/unix -I/root/php-4.0.5/Zend -I/root/php-4.0.5/ext/mysql/libmysql -I/root/php-4.0.5/ext/swf//include -I/root/php-4.0.5/ext/xml/expat/xmltok -I/root/php-4.0.5/ext/xml/expat/xmlparse -I/root/php-4.0.5/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c swf.c && touch swf.lo
swf.c: In function php_minit_swf':
swf.c:129:MOD_COLOR' undeclared (first use in this function)
swf.c:129: (Each undeclared identifier is reported only once
swf.c:129: for each function it appears in.)
swf.c:130: MOD_MATRIX' undeclared (first use in this function)
swf.c:131:TYPE_PUSHBUTTON' undeclared (first use in this function)
swf.c:132: TYPE_MENUBUTTON' undeclared (first use in this function)
swf.c:133:BSHitTest' undeclared (first use in this function)
swf.c:134: BSDown' undeclared (first use in this function)
swf.c:135:BSOver' undeclared (first use in this function)
swf.c:136: BSUp' undeclared (first use in this function)
swf.c:137:OverDowntoIdle' undeclared (first use in this function)
swf.c:138: IdletoOverDown' undeclared (first use in this function)
swf.c:139:OutDowntoIdle' undeclared (first use in this function)
swf.c:140: OutDowntoOverDown' undeclared (first use in this function)
swf.c:141:OverDowntoOutDown' undeclared (first use in this function)
swf.c:142: OverUptoOverDown' undeclared (first use in this function)
swf.c:143:OverUptoIdle' undeclared (first use in this function)
swf.c:144: IdletoOverUp' undeclared (first use in this function)
swf.c:145:ButtonEnter' undeclared (first use in this function)
swf.c:146: ButtonExit' undeclared (first use in this function)
swf.c:147:MenuEnter' undeclared (first use in this function)
swf.c:148: `MenuExit' undeclared (first use in this function)
Is there anybody who recognize this and can help to get it working! Very pleased for help!! I dont know what to do.
/Magnus