1. Eubins without bins

Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?

new topic     » topic index » view message » categorize

2. Re: Eubins without bins

nanochip said...

Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?

Which ones are you talking about?

new topic     » goto parent     » topic index » view message » categorize

3. Re: Eubins without bins

nanochip said...

Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?

I believe this is referring to this site: http://openeuphoria.org/eubins/windows/

The latest entries show a size of only 369K and, not surprisingly, contain no binaries. These files are created by an automated process. I believe Jeremy mentioned somewhere that he would have to do a manual build due to some changes that were made.

new topic     » goto parent     » topic index » view message » categorize

4. Re: Eubins without bins

LarryMiller said...
nanochip said...

Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?

I believe this is referring to this site: http://openeuphoria.org/eubins/windows/

The latest entries show a size of only 369K and, not surprisingly, contain no binaries. These files are created by an automated process. I believe Jeremy mentioned somewhere that he would have to do a manual build due to some changes that were made.

Ok, it looks like the build is failing because of the lack of windres.

new topic     » goto parent     » topic index » view message » categorize

5. Re: Eubins without bins

jimcbrown said...

Ok, it looks like the build is failing because of the lack of windres.

Workaround with this:

// dummy.c 
extern void _dummy_(); 
void _dummy_() 
{ 
} 

and this:

#! /bin/sh 
# windres shell script 
myname="$0" 
while [ -n "$1" ]; do 
        if [ "$1" = "-o" ]; then 
                cp `dirname "$myname"`/dummy.o "$2" 
        fi 
        shift 
done 

I've starting a manual build again so we should see the latest eubins this afternoon.

Note that the mingw eubins won't have the resources attached (specifying the theme and icon and such).

new topic     » goto parent     » topic index » view message » categorize

6. Re: Eubins without bins

jimcbrown said...

I've starting a manual build again so we should see the latest eubins this afternoon.

Note that the mingw eubins won't have the resources attached (specifying the theme and icon and such).

These are now up.

new topic     » goto parent     » topic index » view message » categorize

7. Re: Eubins without bins

jimcbrown said...
nanochip said...

Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?

Which ones are you talking about?

Sorry for not explaining I was talking about Windows eubins. I was (and still am) very frustrated as I haven't been able to do anything decent since I began working with that awful version of Euphoria.

new topic     » goto parent     » topic index » view message » categorize

8. Re: Eubins without bins

nanochip said...

Sorry for not explaining I was talking about Windows eubins. I was (and still am) very frustrated as I haven't been able to do anything decent since I began working with that awful version of Euphoria.

eubins are automated, unattended builds of the latest from SVN. Sometimes we commit bad code or code that breaks a previous SVN revision (not releases) and that shows up in eubins. eubins should be used with caution for those who want to live on the bleeding edge version.

That being said, I do all the time smile, but I've had a few issues here and there in doing so. I tend to keep the last known working eubin around for a bit of time to minimize this type of down time.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

9. Re: Eubins without bins

nanochip said...

...that awful version of Euphoria.

Sorry if that sounded rude. I've managed to compile 4511. Anyways...error.

new topic     » goto parent     » topic index » view message » categorize

10. Re: Eubins without bins

nanochip said...
nanochip said...

...that awful version of Euphoria.

Sorry if that sounded rude. I've managed to compile 4511. Anyways...error.

Less rude than I've been sounding since last night. smile

We're working to get things back on track.

Matt

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu