Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-14 Thread Peter Wehrfritz
M.McNeil schrieb: I used the easy_e17 script and with the exception of the elitaire application, everything compiled and worked like a charm. Thanks again!!! Oh, what is the problem with elitaire? Can you please paste the error message? Thanks Peter

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-11 Thread M.McNeil
That did it!! Removing the enlightenment-devel FreeBSD port fixed the problem and allowed me to compile everything properly. I'd like to thank each of you who took the time to offer assistance. I really appreciate it. Best Regards, M. McNeil Sr. Network Engineer University of California

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-11 Thread Massimiliano Calamelli
Great news! Just a question: have you used easy_e17, or compiled all by hand? massimiliano 2008/1/11, M.McNeil [EMAIL PROTECTED]: That did it!! Removing the enlightenment-devel FreeBSD port fixed the problem and allowed me to compile everything properly. I'd like to thank each of you who

[e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no luck in compiling from CVS. Can someone point me in the

[e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no luck in compiling from CVS. Can someone point me in the right

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Gustavo Sverzut Barbieri
On Jan 10, 2008 3:50 PM, M.McNeil [EMAIL PROTECTED] wrote: Hi, I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, Thanks for the prompt response. I will post a copy of the compile errors in about an hour. Thanks again for offering to help. Regards, M.McNeil Sr. Network Engineer University of California Berkeley Gustavo Sverzut Barbieri wrote: On Jan 10, 2008 3:50 PM, M.McNeil [EMAIL PROTECTED]

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
My 2 cents: try easy_e17 from omicron.homeip.net , it contains my patches for freebsd users.massimiliano 2008/1/10, M.McNeil [EMAIL PROTECTED]: Hi, Thanks for the prompt response. I will post a copy of the compile errors in about an hour. Thanks again for offering to help. Regards,

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Luchezar Petkov
I am a long time FreeBSD user, now using 7.0 beta-1, havent had any problems with E17 for a year or something. Pastebin the errors and make sure you're strictly following the user guide (that I wrote)so we can solve your prolbem and/or modify the guide. Thanks. ManoWarrior On Jan 10, 2008 10:26

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Here's what I get when using the easy_e17 script: --- Installing libraries (EFL) - - imlib2 . ok - edb ok - eet ok - evas ... ok

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
I'm sorry but my BSD host isn't at home, and atm i'm not able to check for error. Can you post the full logfile or, better, make a pastebin? Ah, just a question: have you removed e17 from ports? not sure, but i think that the presence of both E ways can create problems. Massimiliano PS: you're

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Razmig K
I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no luck in compiling from CVS. Can someone point me in the

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, Ok, so I tried the following as you'd suggested: [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# export declare -x ACLOCAL_FLAG=-I/usr/local/share/aclocal declare -x BLOCKSIZE=K declare -x CFLAGS=-lintl -liconv -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Razmig K
M.McNeil a écrit : [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# export declare -x ACLOCAL_FLAG=-I/usr/local/share/aclocal declare -x CFLAGS=-lintl -liconv -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include declare -x CPPFLAGS=-I/usr/local/incI/opt/lude

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
Imho, before to start with compile, you've to check if previous installation of E is present, and if it's true remove it. All of your problems seems related to the library that are found. Massimiliano 2008/1/11, M.McNeil [EMAIL PROTECTED]: Hi, Ok, so I tried the following as you'd suggested: