Re: [Chicken-users] libsvm

2015-05-18 Thread Mario Domenech Goulart
Hi Daishi,

On Mon, 18 May 2015 21:15:26 +0900 Daishi Kato dai...@axlight.com wrote:

 I haven't been following chicken recently,
 so forgive me if I misunderstand the procedure.

 I updated the libsvm egg and want to share it.
 How can I do it? I have a branch in my local checked-out svn repo,
 but I do not have the permission to commit it, saying:

 $ svn commit -m 'improved version of libsvm'
 Adding branches
 svn: E195023: Commit failed (details follow):
 svn: E195023: Changing directory
 '/home/daishi/src/call-cc.org/chicken-eggs/release/4/libsvm/branches'
 is forbidden by the server
 svn: E175013: Access to '/svn/chicken-eggs/!svn/ver/23920/release/4/libsvm' 
 forbidden
 svn: E175002: Additional errors:
 svn: E175002: CHECKOUT of 
 '/svn/chicken-eggs/!svn/ver/23920/release/4/libsvm': 403 Forbidden

 On Sat, 18 Oct 2014 23:12:22 +0900, Daishi Kato wrote:
 
 Hi Peter,
 
 Are you still maintaining the libsvm egg?
 
 http://wiki.call-cc.org/eggref/4/libsvm

Have you received any response from Peter Lane?  I've filed some bugs on
our bugtracker[*] and tried to contact him many times, but never received
any response.

The error you see from svn is because you didn't have permission to
write to that egg directory.  I've just added permissions for you to
write.  Please let me know if you have any problem with the repo.

[*]
https://bugs.call-cc.org/ticket/835
https://bugs.call-cc.org/ticket/836
https://bugs.call-cc.org/ticket/837
https://bugs.call-cc.org/ticket/1087
https://bugs.call-cc.org/ticket/1090


Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Statically Linking Eggs

2015-05-18 Thread Nick Andryshak
I see, thanks for the reply!

Would it be feasible to make my own object files for eggs that don't
include them by using chicken-install -retrieve, and then compiling the
sources?

- Nick 

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] libsvm

2015-05-18 Thread Daishi Kato
Dear somebody,

I haven't been following chicken recently,
so forgive me if I misunderstand the procedure.

I updated the libsvm egg and want to share it.
How can I do it? I have a branch in my local checked-out svn repo,
but I do not have the permission to commit it, saying:

$ svn commit -m 'improved version of libsvm'
Adding branches
svn: E195023: Commit failed (details follow):
svn: E195023: Changing directory 
'/home/daishi/src/call-cc.org/chicken-eggs/release/4/libsvm/branches' is 
forbidden by the server
svn: E175013: Access to '/svn/chicken-eggs/!svn/ver/23920/release/4/libsvm' 
forbidden
svn: E175002: Additional errors:
svn: E175002: CHECKOUT of '/svn/chicken-eggs/!svn/ver/23920/release/4/libsvm': 
403 Forbidden


Best,
Daishi

On Sat, 18 Oct 2014 23:12:22 +0900,
Daishi Kato wrote:
 
 Hi Peter,
 
 Are you still maintaining the libsvm egg?
 
 http://wiki.call-cc.org/eggref/4/libsvm
 
 Thanks.
 --daishi

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] libsvm

2015-05-18 Thread Christian Kellermann
Daishi Kato dai...@axlight.com writes:

 I haven't been following chicken recently,
 so forgive me if I misunderstand the procedure.

Thanks for your contribution!

Please find information on how to proceed here:

http://wiki.call-cc.org/contribute

In short:

Mail mario a generated password hash or contact the original author of
that egg.

Thanks again!

Christian

-- 
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.


___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] ANN: new chicken-iup Windows installer with IUP gui, canvas-draw, scintilla etc. released.

2015-05-18 Thread Matt Welland
Oops! Thanks Mario.

WHERE:

http://www.kiatoa.com/fossils/chicken-iup

On May 18, 2015 4:45 AM, Mario Domenech Goulart mario.goul...@gmail.com
wrote:

 Hi,

 On Sun, 17 May 2015 23:03:12 -0700 Matt Welland mattrwell...@gmail.com
wrote:

  WHAT:
 
  The chicken-iup installer has been updated with Chicken 4.9.01, and
  recent versions of many eggs, the IUP gui including canvas-draw, and
  the iup scintilla editor support.
 
  STATUS:
 
  chicken-iup appears to work just fine on WinXP and Windows 8. To
  install eggs not bundled with the installer you will need to install
  mingw (http://www.mingw.org/).
 
  WHO:
 
  Thanks to Matt Gushee for his help in making this happen.
 
  WHY:
 
  I find Chicken scheme to be a pragmatic and productive development
  tool. The chicken-iup package makes it very easy to develop on Linux
  and then deploy to both Linux and Windows.
 
  Download and run the chicken-iup installer and you can start creating
  scripts with an IUP gui in minutes. Add mingw and you can compile your
  scripts to executables. Get the very easy to use Inno setup
  (http://www.jrsoftware.org/isinfo.php) and generate installable
  packages. All with almost zero integration effort. If only it was this
  easy on Linux

 Nice work, Matts. :-)

 Isn't a WHERE section missing?

 Best wishes.
 Mario
 --
 http://parenteses.org/mario

 ___
 Chicken-users mailing list
 Chicken-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/chicken-users
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Statically Linking Eggs

2015-05-18 Thread Evan Hanson
Hi Nick,

On 2015-05-18  9:12, Nick Andryshak wrote:
 Would it be feasible to make my own object files for eggs that don't
 include them by using chicken-install -retrieve, and then compiling the
 sources?

Yes, and it's straightforward to do for most extensions -- I've used
this approach for a few projects myself -- but it requires manually
compiling every single dependency in turn so the task balloons very
quickly unless you consciously avoid using eggs with many dependencies.

Evan

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] Statically Linking Eggs

2015-05-18 Thread Evan Hanson
Hi Nick,

On 2015-05-11 13:31, Nick Andryshak wrote:
 But can you statically link Eggs anymore? There's like 40 files in the
 deployment folder after deploying only one extension, I'd like a single,
 static executable. Is this possible?

It's possible if all of the eggs you need to use provide suitable object
files for static compilation, but this is not currently supported in any
meaningful way by the toolchain and it's unlikely to be possible for all
of those 40 files you're trying to use.

The sysexits egg is a very simple example of an extension that provides
an object file for static linking:

$ cat foo.scm
(import sysexits)
(exit exit/ok)
$ chicken-status -f sysexits
/usr/local/lib/chicken/7/sysexits.import.so
/usr/local/lib/chicken/7/sysexits.o
/usr/local/lib/chicken/7/sysexits.so
$ csc -static -uses sysexits foo.scm /usr/local/lib/chicken/7/sysexits.o
$ ./foo

However, this practice is not widespread.

Evan

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] ANN: new chicken-iup Windows installer with IUP gui, canvas-draw, scintilla etc. released.

2015-05-18 Thread Matt Welland
WHAT:

The chicken-iup installer has been updated with Chicken 4.9.01, and recent
versions of many eggs, the IUP gui including canvas-draw, and the iup
scintilla editor support.

STATUS:

chicken-iup appears to work just fine on WinXP and Windows 8. To install
eggs not bundled with the installer you will need to install mingw (
http://www.mingw.org/).

WHO:

Thanks to Matt Gushee for his help in making this happen.

WHY:

I find Chicken scheme to be a pragmatic and productive development tool.
The chicken-iup package makes it very easy to develop on Linux and then
deploy to both Linux and Windows.

Download and run the chicken-iup installer and you can start creating
scripts with an IUP gui in minutes. Add mingw and you can compile your
scripts to executables. Get the very easy to use Inno setup (
http://www.jrsoftware.org/isinfo.php) and generate installable packages.
All with almost zero integration effort. If only it was this easy on
Linux
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Goettingen CHICKEN Meeting (5th - 7th of June)

2015-05-18 Thread felix . winkelmann
Hello!


Here a few recommendations regarding accomodation in Goettingen:

- Hotel Hannover, this seems to be quite nice and located
  near the centre:

  http://www.hotelstadthannover.de/english/

- Right at the train-station there is the Intercity Hotel:

  http://en.intercityhotel.com/Goettingen/InterCityHotel-Goettingen

If you are looking for a cheaper place, consider:

  http://appartement-goettingen.de/
  http://www.deutsche-pensionen.de/pension-goettingen/verzeichnis-3z.html

You won't get breakfast, but the prices are very attractive.


See you in June!


cheers,
felix

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] ANN: new chicken-iup Windows installer with IUP gui, canvas-draw, scintilla etc. released.

2015-05-18 Thread Mario Domenech Goulart
Hi,

On Sun, 17 May 2015 23:03:12 -0700 Matt Welland mattrwell...@gmail.com wrote:

 WHAT: 

 The chicken-iup installer has been updated with Chicken 4.9.01, and
 recent versions of many eggs, the IUP gui including canvas-draw, and
 the iup scintilla editor support.

 STATUS: 

 chicken-iup appears to work just fine on WinXP and Windows 8. To
 install eggs not bundled with the installer you will need to install
 mingw (http://www.mingw.org/).

 WHO:

 Thanks to Matt Gushee for his help in making this happen.

 WHY:

 I find Chicken scheme to be a pragmatic and productive development
 tool. The chicken-iup package makes it very easy to develop on Linux
 and then deploy to both Linux and Windows.

 Download and run the chicken-iup installer and you can start creating
 scripts with an IUP gui in minutes. Add mingw and you can compile your
 scripts to executables. Get the very easy to use Inno setup
 (http://www.jrsoftware.org/isinfo.php) and generate installable
 packages. All with almost zero integration effort. If only it was this
 easy on Linux

Nice work, Matts. :-)

Isn't a WHERE section missing?

Best wishes.
Mario
-- 
http://parenteses.org/mario

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users