RE: [users@httpd] syntax error before '*' token

2005-06-24 Thread Boyle Owen
-Original Message- From: Gustavo A. Baratto [mailto:[EMAIL PROTECTED] Sent: Freitag, 24. Juni 2005 02:32 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] syntax error before '*' token Does anybody know what is this error all about? I got the same error in all combinations

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Gustavo A. Baratto
I'm using the standard gcc that comes with freebsd: # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 Thanks - Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent:

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Dick Davies
* Gustavo A. Baratto [EMAIL PROTECTED] [0632 01:32]: Does anybody know what is this error all about? I got the same error in all combinations of these: - freebsd 5.3 and 5.4. - apache 2.0.53 and 2.0.54 - freebsd make and gmake Why don't you just use the ports tree?

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Gustavo A. Baratto
Thanks for the hint, but although I do use ports for most things, I found that for apache and php the ports dont give me as much flexibility. And particularly the apache port is much more difficult to use than a simple ./configure --tons --of --args ;make; make install... I actually tried to

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Joost de Heer
Gustavo A. Baratto said: I'm using the standard gcc that comes with freebsd: Are you sure? gmake[4]: Entering directory `/home/admin2/src/httpd-2.0.54/server/mpm/prefork' /home/admin2/src/httpd-2.0.54/srclib/apr/libtool --silent --mode=compile cc -g -O2-D_REENTRANT -D_THREAD_SAFE

Re: [users@httpd] syntax error before '*' token

2005-06-24 Thread Gustavo A. Baratto
Not really. They are the same: # md5 /usr/bin/cc MD5 (/usr/bin/cc) = 13df95e5e0f1dbf3fc538e83b01dc1c2 # md5 /usr/bin/gcc MD5 (/usr/bin/gcc) = 13df95e5e0f1dbf3fc538e83b01dc1c2 Even if I add CC=gcc in the environment, I get the same error. - Original Message - From: Joost de Heer

[users@httpd] syntax error before '*' token

2005-06-23 Thread Gustavo A. Baratto
Does anybody know what is this error all about? I got the same error in all combinations of these: - freebsd 5.3 and 5.4. - apache 2.0.53 and 2.0.54 - freebsd make and gmake gmake[4]: Entering directory `/home/admin2/src/httpd-2.0.54/server/mpm/prefork'