Re: [abcusers] jcabc2ps source?

2002-10-08 Thread Mary Lou Knack

John and others who might want a Windoze C compiler,

Cygwin (http://cygwin.com) provides a unix-like interface for Windows.  More
importantly, it comes with the gcc compiler and a whole mess of other stuff.
I was able to compile and run abc2ps (source downloaded from Michael's site)
with no changes.  As with most Gnu/Unix software, the documentation and
setup are cryptic.  It's immediately useable as installed, personalizing it
requires unix knowledge or wading through a lot of documentation.

Mary Lou Knack
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] jcabc2ps source?

2002-09-24 Thread John Chambers

Guido writes:
| I'd like to provide Win32 binaries for jcabc2ps, and I've been trying to
| download the source from Sourceforge. No way. I've also searched on Google -
| nothing. I'm not prepared to waste more than 40 seconds on this...
|
| Could anyone point me to the sources? I'll make the binaries available on
| the abcplus page.

By some coincidence, I have the source. ;-)

I keep a copy at:
  http://trillian.mit.edu/~jc/music/abc/src/

The file jcabc2ps-src.tar.gz is the latest  source,  plus  a  lot  of
small test files.  It's also in cvs at sourceforge, but I'm not clear
on how a random person would get it from there.

I've been working on documenting all of the program's features.  I've
worked  on  a  unix-style man page to document all the command-line
options, but there are some that I don't understand yet. (I never did
get the audio output to work anywhere.)

Also, to keep myself from going crazy trying to figure out how to  do
the  web  interface that people have been asking about, I've made one
radical change in the command line:  The options now all use  '+'  to
mean yes or enable, and '-' to mean no or disable.  This is a
scheme that is popping up in some unix software these days. Of course
most  programmers  continue  to  implement random inconsistent option
flags (or use '-' for positive and '+' for negative ;-).  I find this
consistent  scheme  very  useful  when  trying to write programs that
invoke other programs, since it gives a consistent way for  a  parent
program to turn things on or off.

Now if I could figure out how to use all of those options ...

Another very useful thing I did lately is to make jcabc2ps  write  to
standard  output  by  default,  like  a normal unix program.  My main
motive was to make it  possible  to  pipe  the  ps  output  to  other
programs that do useful things with ps files. It also has the benefit
of making the most common command simpler:
  abc2ps FoosJig.abc -O -o FoosJig.ps
becomes just:
  jcabc2ps FoosJig.abc FoosJig.ps
(and of course that .abc can be omitted in both).

Also, I've gotta make it read from stdin ...

In any case, anyone is welcome to use jcabc2ps for  whatever  purpose
they  like,  as  with any GPL'd code.  It might be interesting to see
whether it still works on a Windows system.  I don't have  access  to
one  with  a  C compiler or standard C libraries, and I haven't built
any software on Windows for the past several years, so I  don't  know
how to do it these days.


To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



Re: [abcusers] jcabc2ps source?

2002-09-24 Thread ANewman110

If you find the sources and create the binary let me know, I will put it on 
Sourceforge.  I would really like it if all of the freely available projects were in 
one place, and sourceforge is an ideal choice since we have pretty much unlimited disk 
space.

I think our project site could be cleaned up a bit, and that would make it easier for 
people to use.  Sourceforge has a bit of an odd structure, but our site has a lot of 
out of date/misleading information that can make it worse.

In a message dated Tue, 24 Sep 2002 07:56:09 +0200 (CEST), [EMAIL PROTECTED] writes:

 
 
 Hello,
 
 I'd like to provide Win32 binaries for jcabc2ps, and I've been trying to
 download the source from Sourceforge. No way. I've also searched on Google -
 nothing. I'm not prepared to waste more than 40 seconds on this...
 
 Could anyone point me to the sources? I'll make the binaries available on
 the abcplus page.
 
 Ciao,
 Guido =8-)
 

 To subscribe/unsubscribe, point your browser to: 
 http://www.tullochgorm.com/lists.html


To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html



[abcusers] jcabc2ps source?

2002-09-23 Thread Guido Gonzato

Hello,

I'd like to provide Win32 binaries for jcabc2ps, and I've been trying to
download the source from Sourceforge. No way. I've also searched on Google -
nothing. I'm not prepared to waste more than 40 seconds on this...

Could anyone point me to the sources? I'll make the binaries available on
the abcplus page.

Ciao,
 Guido =8-)

-- 
Guido Gonzato, Ph.D. guido . gonzato at univr . it - Linux System Manager
Universita' di Verona (Italy), Facolta' di Scienze MM. FF. NN.
Ca' Vignal II, Strada Le Grazie 15, 37134 Verona (Italy)
Tel. +39 045 8027990; Fax +39 045 8027928 --- Timeas hominem unius libri

To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html