Re: [e-users] error compiling evas cvs

2004-03-12 Thread Kyle Gonzales
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Carsten Haitzler (The Rasterman) wrote:

 i blame autoSPLAT. i dont give a crap anymore. i'm sick of
 continuously changing the build scripts for every minor rev of
 autoSPLAT tools that breaks something on someones platform. if it
 works for the people developing the code - good. otherwise: nothing
 will happen to fix it.

No, I completely agree that it is the autoSPLAT tools fault!  As
evidenced by the guy upgrading libtool, and suddenly, everything
working.  I'm sure this is annoying to everyone involved, esp the
developers.

Perhaps there should be firm autoSPLAT tool versions (major and minor)
that are confirmed the code builds against on different versions of
Linux/Unix.

I'm not deep enough into development to know if that is viable or not. :(

- -- 
Kyle Gonzales - [EMAIL PROTECTED]

They that can give up essential liberty to obtain a little
 temporary safety deserve neither liberty nor safety.
- - Benjamin Franklin, Historical Review of Pennsylvania, 1759

xterm The problem with America is stupidity. I'm not saying there
should be a capital punishment for stupidity, but why don't we just take
the safety labels off of everything and let the problem solve itself?
- - http://www.bash.org/?4753
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAUbBsezBLO5w/vVERAlgUAJ97YoZwqk66N4qRF4ljkTCm2tfJpACfd6dc
om6Yuqx2CoIKUAD6H/5il4Y=
=h8TN
-END PGP SIGNATURE-


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] error compiling evas cvs

2004-03-11 Thread Chema Ollés
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi everybody:
I obtain this error when I try compiled cvs evas lib ---
configure: error: conditional am__fastdepCXX was never defined.
Usually this means the macro was only invoked conditionally.
Any idea?
I use automake 1.7 autoconf 2.57 with make 3.79.1 on Linux suse 8.1 with
kernel 2.4.25 and XFree86 4.4.0
Thanks
- --
Chema Ollés
Usuario Linux: #198057
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAUDyWEU1XZxX+Q+YRAiqkAJ9iI2DhwxNfhQrL0SSnv6g8YuRRpACfSvQi
QQb2sjcvCib+1c5Jba08IHA=
=Iym5
-END PGP SIGNATURE-
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] error compiling evas cvs

2004-03-11 Thread Chema Ollés
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Kyle Gonzales escribió:
| I'm using a RH9 box, and I got the same error.
|
| There is a line that checks for C++ usage within an if statement in the
| code.  apparently, some versions of the auto tools don't like that.  My
| solution was to remove the test from the if statement.
|
| If I can find it again, I will let you know.
|
| Personally, I think this means the build is broken on several platforms
| due to autotools differences.
|
| Chema Ollés wrote:
|
| Hi everybody:
| I obtain this error when I try compiled cvs evas lib ---
|
| configure: error: conditional am__fastdepCXX was never defined.
| Usually this means the macro was only invoked conditionally.
|
| Any idea?
| I use automake 1.7 autoconf 2.57 with make 3.79.1 on Linux suse 8.1 with
| kernel 2.4.25 and XFree86 4.4.0
| Thanks
| --
| Chema Ollés
| Usuario Linux: #198057
|
|
| -- Kyle Gonzales - [EMAIL PROTECTED]
|
| They that can give up essential liberty to obtain a little
|  temporary safety deserve neither liberty nor safety.
| - Benjamin Franklin, Historical Review of Pennsylvania, 1759
|
| xterm The problem with America is stupidity. I'm not saying there
| should be a capital punishment for stupidity, but why don't we just take
| the safety labels off of everything and let the problem solve itself?
| - http://www.bash.org/?4753
Thanks but I can't understand why if I have the same check when
compiling imblib2,edb or eet in that case,I have not the problem,only I
have with evas... :-(
- --
Chema Ollés
Usuario Linux: #198057
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAUGv/EU1XZxX+Q+YRAvB3AJ47NIaFTjeThbShJVdhpVGAOSb6VACeOmGc
a6FiVvvRMH9kl3tPQx09P0A=
=JXP/
-END PGP SIGNATURE-
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] error compiling evas cvs

2004-03-11 Thread Chema Ollés
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chema Ollés escribió:
| Kyle Gonzales escribió:
| | I'm using a RH9 box, and I got the same error.
| |
| | There is a line that checks for C++ usage within an if statement in the
| | code.  apparently, some versions of the auto tools don't like that.  My
| | solution was to remove the test from the if statement.
| |
| | If I can find it again, I will let you know.
| |
| | Personally, I think this means the build is broken on several platforms
| | due to autotools differences.
| |
| | Chema Ollés wrote:
| |
| | Hi everybody:
| | I obtain this error when I try compiled cvs evas lib ---
| |
| | configure: error: conditional am__fastdepCXX was never defined.
| | Usually this means the macro was only invoked conditionally.
| |
| | Any idea?
| | I use automake 1.7 autoconf 2.57 with make 3.79.1 on Linux suse 8.1
| with
| | kernel 2.4.25 and XFree86 4.4.0
| | Thanks
| | --
| | Chema Ollés
| | Usuario Linux: #198057
| |
| |
| | -- Kyle Gonzales - [EMAIL PROTECTED]
| |
| | They that can give up essential liberty to obtain a little
| |  temporary safety deserve neither liberty nor safety.
| | - Benjamin Franklin, Historical Review of Pennsylvania, 1759
| |
| | xterm The problem with America is stupidity. I'm not saying there
| | should be a capital punishment for stupidity, but why don't we just take
| | the safety labels off of everything and let the problem solve itself?
| | - http://www.bash.org/?4753
| Thanks but I can't understand why if I have the same check when
| compiling imblib2,edb or eet in that case,I have not the problem,only I
| have with evas... :-(
| --
| Chema Ollés
| Usuario Linux: #198057
- ---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Solved!
I update my system to libtool 1.5 ;-)
- --
Chema Ollés
Usuario Linux: #198057
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFAUIgREU1XZxX+Q+YRAoTGAJ400wAy6C/dz1O+MOdPYmM0bGucjgCeJLHW
tC33rWPgm6th0GBYrHG9XUU=
=SeTW
-END PGP SIGNATURE-
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] error compiling evas cvs

2004-03-11 Thread Kyle Gonzales
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Because I do not think the same check is made with imlib2 or edb or eet. 
 In fact, the problem in evas was in the Qtopia section, which I don't 
even use.

Chema Ollés wrote:

Thanks but I can't understand why if I have the same check when
compiling imblib2,edb or eet in that case,I have not the problem,only I
have with evas... :-(
--
Chema Ollés
Usuario Linux: #198057
- -- 
Kyle Gonzales - [EMAIL PROTECTED]

They that can give up essential liberty to obtain a little
 temporary safety deserve neither liberty nor safety.
- - Benjamin Franklin, Historical Review of Pennsylvania, 1759
xterm The problem with America is stupidity. I'm not saying there
should be a capital punishment for stupidity, but why don't we just take
the safety labels off of everything and let the problem solve itself?
- - http://www.bash.org/?4753
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFAUKM3ezBLO5w/vVERAiXAAKCgoX4U6k1CZTxQY3CUzFzZmALJrwCeO/2W
UWAyrKGSKUMANRNtz50SGqg=
=xCH0
-END PGP SIGNATURE-
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] error compiling evas cvs

2004-03-11 Thread The Rasterman
On Thu, 11 Mar 2004 08:09:01 -0500 Kyle Gonzales [EMAIL PROTECTED] babbled:
(B
(B -BEGIN PGP SIGNED MESSAGE-
(B Hash: SHA1
(B 
(B I'm using a RH9 box, and I got the same error.
(B 
(B There is a line that checks for C++ usage within an if statement in the 
(B code.  apparently, some versions of the auto tools don't like that.  My 
(B solution was to remove the test from the if statement.
(B 
(B If I can find it again, I will let you know.
(B 
(B Personally, I think this means the build is broken on several platforms 
(B due to autotools differences.
(B
(Bi blame autoSPLAT. i dont give a crap anymore. i'm sick of continuously changing
(Bthe build scripts for every minor rev of autoSPLAT tools that breaks something
(Bon someones platform. if it works for the people developing the code - good.
(Botherwise: nothing will happen to fix it.
(B
(B  Hi everybody:
(B  I obtain this error when I try compiled cvs evas lib ---
(B  
(B  configure: error: conditional "am__fastdepCXX" was never defined.
(B  Usually this means the macro was only invoked conditionally.
(B  
(B  Any idea?
(B  I use automake 1.7 autoconf 2.57 with make 3.79.1 on Linux suse 8.1 with
(B  kernel 2.4.25 and XFree86 4.4.0
(B  Thanks
(B  --
(B  Usuario Linux: #198057
(B 
(B - -- 
(B Kyle Gonzales - [EMAIL PROTECTED]
(B 
(B "They that can give up essential liberty to obtain a little
(B   temporary safety deserve neither liberty nor safety."
(B - - Benjamin Franklin, Historical Review of Pennsylvania, 1759
(B 
(B "xterm The problem with America is stupidity. I'm not saying there
(B should be a capital punishment for stupidity, but why don't we just take
(B the safety labels off of everything and let the problem solve itself?"
(B - - http://www.bash.org/?4753
(B -BEGIN PGP SIGNATURE-
(B Version: GnuPG v1.2.3 (GNU/Linux)
(B 
(B iD8DBQFAUGTtezBLO5w/vVERAs1kAJ0XNyjwG7D2GFpJrqDaI4IGrK1KMwCgowd9
(B 6Ab5HGduUNPPDKBxPcI/ypU=
(B =Nl7q
(B -END PGP SIGNATURE-
(B 
(B 
(B ---
(B This SF.Net email is sponsored by: IBM Linux Tutorials
(B Free Linux tutorial presented by Daniel Robbins, President and CEO of
(B GenToo technologies. Learn everything from fundamentals to system
(B ___
(B enlightenment-users mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users