etoile trunk svn make error

View: New views
10 Messages — Rating Filter:   Alert me  

etoile trunk svn make error

by Trask Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Attached is a link to my run of 'make' using the svn checkout of Etoile trunk (with GNUstep svn trunk also already installed). Running Ubuntu 9.04.

http://pastebin.com/m7d28b803

_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Eric Wasylishen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Try again now - I added some missing functions to the ObjectiveC2 framework (the function being called on that line with the error wasn't defined.) I don't why it wasn't a problem until now..
Thanks for exposing the bug though :)

Eric

On 2009-10-11, at 6:57 PM, Trask Bryant wrote:

Attached is a link to my run of 'make' using the svn checkout of Etoile trunk (with GNUstep svn trunk also already installed). Running Ubuntu 9.04.

http://pastebin.com/m7d28b803
_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev


_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Trask Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That issue seems to have been resolved, but now I seem to be faced with another one. It seems to be complaining more about GNUstep than anything Etoile, but just to be sure.
Even if the case is GNUstep, if you know how to fix this, it would be greatly appreciated.

http://pastebin.com/m4f47e61d

On Sun, Oct 11, 2009 at 10:50 PM, Eric Wasylishen <ewasylishen@...> wrote:
Hi,
Try again now - I added some missing functions to the ObjectiveC2 framework (the function being called on that line with the error wasn't defined.) I don't why it wasn't a problem until now..
Thanks for exposing the bug though :)

Eric

On 2009-10-11, at 6:57 PM, Trask Bryant wrote:

Attached is a link to my run of 'make' using the svn checkout of Etoile trunk (with GNUstep svn trunk also already installed). Running Ubuntu 9.04.

http://pastebin.com/m7d28b803
_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev



_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Eric Wasylishen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey, 
I committed a hack which will get EtoileSerialize to compile.

On 2009-10-12, at 1:00 AM, Trask Bryant wrote:

That issue seems to have been resolved, but now I seem to be faced with another one. It seems to be complaining more about GNUstep than anything Etoile, but just to be sure.
Even if the case is GNUstep, if you know how to fix this, it would be greatly appreciated.

http://pastebin.com/m4f47e61d

On Sun, Oct 11, 2009 at 10:50 PM, Eric Wasylishen <ewasylishen@...> wrote:
Hi,
Try again now - I added some missing functions to the ObjectiveC2 framework (the function being called on that line with the error wasn't defined.) I don't why it wasn't a problem until now..
Thanks for exposing the bug though :)

Eric

On 2009-10-11, at 6:57 PM, Trask Bryant wrote:

Attached is a link to my run of 'make' using the svn checkout of Etoile trunk (with GNUstep svn trunk also already installed). Running Ubuntu 9.04.

http://pastebin.com/m7d28b803
_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev




_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Trask Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you very much for your work, however all of Etoile is still not compiling for me.

http://pastebin.com/m24d65036

_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Eric Wasylishen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

:(
Do you have the libavcodec-dev and libavformat-dev packages installed? 

If they're installed, it _should_ find the libraries correctly on Ubuntu 9.04; that's what I'm using as well. (libavcodec/libavformat have been causing problems because they are packaged/installed inconsistently on different OS'es)

On 2009-10-12, at 2:48 PM, Trask Bryant wrote:

Thank you very much for your work, however all of Etoile is still not compiling for me.

http://pastebin.com/m24d65036


_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Trask Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It appears I was having some dependency problems with libavcodec-dev, but I got those resolved.
After I got libavcodec-dev, I checked etoile out again and tried making it but still a failure.

http://pastebin.com/m1fe4e58

_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Eric Wasylishen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hm..

Are libavcodec.pc and libavformat.pc in /usr/lib/pkgconfig?

Do you see them when you do: "pkg-config --list-all | grep av"

Does "pkg-config --libs libavcodec libavformat" output "-lavcodec -lavformat" ?



On 2009-10-12, at 3:10 PM, Trask Bryant wrote:

It appears I was having some dependency problems with libavcodec-dev, but I got those resolved.
After I got libavcodec-dev, I checked etoile out again and tried making it but still a failure.

http://pastebin.com/m1fe4e58


_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Trask Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Was having another weird problem where libavformat-dev wasn't installed, even though I have tried to install it multiple times and never got any errors about it, hm.

But I installed it, it's in /usr/lib/pkgconfig, etc. but still failing to make.

http://pastebin.com/m1d761c8

_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev

Re: etoile trunk svn make error

by Eric Wasylishen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This one should be fixed now..
(an LLVM optimization that LanguageKit was using, PredicateSimplifier, was remove from LLVM recently)
On 2009-10-12, at 4:11 PM, Trask Bryant wrote:

Was having another weird problem where libavformat-dev wasn't installed, even though I have tried to install it multiple times and never got any errors about it, hm.

But I installed it, it's in /usr/lib/pkgconfig, etc. but still failing to make.

http://pastebin.com/m1d761c8


_______________________________________________
Etoile-dev mailing list
Etoile-dev@...
https://mail.gna.org/listinfo/etoile-dev