Results 1 to 3 of 3
Hope this isn't too simple but if you are installing several programs from source, in my case eet followed by evas, how do you tell evas where eet is?
Put ...
- 03-13-2008 #1
[SOLVED] How to tell programs where things are?
Hope this isn't too simple but if you are installing several programs from source, in my case eet followed by evas, how do you tell evas where eet is?
Put eet in a non-standard location with ./configure --prefix=/media/flasha/e17 and evas will configure but will not 'make'; apparantly because it does not know where eet is. Have tried ./configure --help but am none the wiser. TIA.
- 03-17-2008 #2
If I have well understood, when you launch ./configure to configure the installation of evas, it gives you some error saying it cannot locate eet. Can you post the error message? Usually it tells you which option to use to indicate where to find the missing piece.
- 03-18-2008 #3
Great thanks sturmer.
The fix was '$ export PKG_CONFIG_PATH=/media/flasha/e17/lib/pkgconfig'. I cannot help being a bit smegmatic about this: it is difficult to understand how I was supposed to work this fix out. ./configure --prefix=/media/flasha/e17 was the non-standard directory the stuff was put in.



