1. Eubins without bins
- Posted by nanochip Dec 04, 2010
- 1197 views
Could someone explain what those eubins without bins are? Isn't it supposed that eubins zip archives contain binaries files?
2. Re: Eubins without bins
- Posted by jimcbrown (admin) Dec 04, 2010
- 1172 views
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?
3. Re: Eubins without bins
- Posted by LarryMiller Dec 04, 2010
- 1136 views
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.
4. Re: Eubins without bins
- Posted by jimcbrown (admin) Dec 04, 2010
- 1116 views
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.
5. Re: Eubins without bins
- Posted by jimcbrown (admin) Dec 04, 2010
- 1146 views
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).
6. Re: Eubins without bins
- Posted by jimcbrown (admin) Dec 04, 2010
- 1124 views
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.
7. Re: Eubins without bins
- Posted by nanochip Dec 04, 2010
- 1138 views
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.
8. Re: Eubins without bins
- Posted by jeremy (admin) Dec 04, 2010
- 1144 views
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 , 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
9. Re: Eubins without bins
- Posted by nanochip Dec 04, 2010
- 1123 views
...that awful version of Euphoria.
Sorry if that sounded rude. I've managed to compile 4511. Anyways...error.
10. Re: Eubins without bins
- Posted by mattlewis (admin) Dec 04, 2010
- 1135 views
...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.
We're working to get things back on track.
Matt