Re: Persistent font problems

2002-10-24 Thread Russell Smiley
Jan,

I'm running Redhat 7.3 with standard kernel and appropriate updates. I
first saw the problem on Redhat 7.1 or 7.2.

 mf --version
Metafont (Web2C 7.3.1) 2.7182
kpathsea version 3.3.1

 rpm -q tetex
tetex-1.0.7-47
 rpm -q glibc
glibc-2.2.5-34

Here's the responses to the kpsewhich you suggested:

 kpsewhich feta20.mf
/usr/share/lilypond/1.6.5/fonts/source/feta20.mf

 kpsewhich feta20.pk
[no response]

 kpsewhich feta-nummer10.mf
/usr/share/lilypond/1.6.5/fonts/source/feta-nummer10.mf

 kpsewhich feta-nummer10.pk
[no response]

Hope this helps.

Russell.


On Thu, 2002-10-24 at 03:48, Jan Nieuwenhuizen wrote:
 Russell Smiley [EMAIL PROTECTED] writes:
 
  I have this font problem which existed in 1.4.x and appears to persist
  in the 1.6.5 redhat rpm. I have run the buildscripts/clean-font.sh and
  it appears to not make any difference.
 
  You can see the 3 on the time signature is squashed. This
  also happens with numbers in repeats.
 
 Wow, this looks *very* strange.  It almost seems like metafont is
 making mistakes.  What are the details of your system, especially the
 version of your tetex installation, your metafont (mf) executable and
 your glibc?
 
 What do these four commands say:
 
kpsewhich feta20.mf
kpsewhich feta20.pk
kpsewhich feta-nummer10.mf
kpsewhich feta-nummer10.pk
 
 Jan.
 
 -- 
 Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
 http://www.xs4all.nl/~jantien   | http://www.lilypond.org
 
 
 
 ___
 Lilypond-user mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/lilypond-user
 
-- 
Russell Smiley
[EMAIL PROTECTED]



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



Re: building problems (1.6)

2002-10-24 Thread Rune Zedeler
Jan Nieuwenhuizen wrote:

  --with-kpathsea-inc=/users/kaja/texlive/Master/lib

 --with-kpathsea-include=/users/kaja/texlive/Master/include
 ?

Whoops. Unfortunately it didn't help spelling the option right.
Master/include does not exist, but Master/lib contains a kpathsea.h and
no other .h-files.

 
  /usr/local/lib/libltdl.so.3: undefined reference to `atexit'
  collect2: ld returned 1 exit status
  make[1]: *** [out/lilypond] Error 1
  rm out/lexer.cc out/parser.cc
  make[1]: Leaving directory `/users/rz/lilypond/lilypond-1.6/lily'
  make: *** [all] Error 2
  [rz@cyclops:...lilypond-1.6]$
 
 What is the (tail of the) linking command, where libkpathsea and
 possibly libltdl are mentioned?  atexit is defined in libc.  Either
 you need an extra -lc at the very end, your kpathsea/libtool uses a
 broken atexit prototype...

The only linker command I found did neither refer to libltdl nor
libkpathsea.
Going to lily/ and executing the command with -lc appended does not
help.

c++ -o out/lilypond ./out/a2-engraver.o ./out/accidental-engraver.o
./out/accidental-placement.o ./out/accidental.o ./out/afm.o
./out/align-interface.o ./out/all-font-metrics.o
./out/ambitus-engraver.o ./out/ambitus.o ./out/arpeggio-engraver.o
./out/arpeggio.o ./out/audio-column.o ./out/audio-element-info.o
./out/audio-element.o ./out/audio-item.o ./out/audio-staff.o
./out/auto-beam-engraver.o ./out/auto-change-iterator.o
./out/axis-group-engraver.o ./out/axis-group-interface.o
./out/bar-check-iterator.o ./out/bar-engraver.o ./out/bar-line.o
./out/bar-number-engraver.o ./out/beam-engraver.o ./out/beam-quanting.o
./out/beam.o ./out/beaming-info.o ./out/bezier-bow.o ./out/bezier.o
./out/binary-source-file.o ./out/box.o ./out/break-algorithm.o
./out/break-align-engraver.o ./out/break-align-interface.o
./out/break-substitution.o ./out/breathing-sign-engraver.o
./out/breathing-sign.o ./out/change-iterator.o
./out/chord-name-engraver.o ./out/chord-name.o
./out/chord-tremolo-engraver.o ./out/chord-tremolo-iterator.o
./out/chord.o ./out/clef-engraver.o ./out/clef.o
./out/collision-engraver.o ./out/column-x-positions.o
./out/command-request.o ./out/completion-note-heads-engraver.o
./out/context-specced-music.o ./out/custos-engraver.o ./out/custos.o
./out/dimension-cache.o ./out/dimensions.o
./out/directional-element-interface.o ./out/dot-column-engraver.o
./out/dot-column.o ./out/dots.o ./out/duration.o
./out/dynamic-engraver.o ./out/dynamic-performer.o
./out/engraver-group-engraver.o ./out/engraver.o
./out/extender-engraver.o ./out/figured-bass-engraver.o
./out/fingering-engraver.o ./out/folded-repeat-iterator.o
./out/font-interface.o ./out/font-metric.o ./out/font-size-engraver.o
./out/forbid-break-engraver.o ./out/function-documentation.o ./out/gdb.o
./out/global-ctor.o ./out/global-translator.o ./out/gourlay-breaking.o
./out/grace-iterator.o ./out/grace-music.o ./out/grob-info.o
./out/grob-interface.o ./out/grob-pitch-tuple.o ./out/grob-pq-engraver.o
./out/grob-property.o ./out/grob-scheme.o ./out/grob.o
./out/group-interface.o ./out/hairpin.o ./out/hara-kiri-group-spanner.o
./out/hyphen-engraver.o ./out/hyphen-spanner.o ./out/includable-lexer.o
./out/input-file-results.o ./out/input-smob.o ./out/input.o
./out/instrument-name-engraver.o ./out/interpretation-context-handle.o
./out/item.o ./out/key-engraver.o ./out/key-performer.o
./out/key-signature-interface.o ./out/keyword.o ./out/kpath.o
./out/least-squares.o ./out/ligature-bracket-engraver.o
./out/ligature-bracket.o ./out/ligature-engraver.o ./out/ligature-head.o
./out/lily-guile.o ./out/lily-version.o ./out/lilypond-version.o
./out/line-spanner.o ./out/lookup.o ./out/lyric-combine-music-iterator.o
./out/lyric-combine-music.o ./out/lyric-engraver.o
./out/lyric-extender.o ./out/lyric-performer.o
./out/lyric-phrasing-engraver.o ./out/main.o ./out/mark-engraver.o
./out/melisma-engraver.o ./out/mensural-ligature-engraver.o
./out/mensural-ligature.o ./out/midi-def.o ./out/midi-item.o
./out/midi-stream.o ./out/midi-walker.o ./out/misc.o ./out/molecule.o
./out/moment.o ./out/multi-measure-rest-engraver.o
./out/multi-measure-rest.o ./out/music-constructor.o
./out/music-iterator.o ./out/music-output-def.o ./out/music-sequence.o
./out/music-wrapper-iterator.o ./out/music-wrapper.o ./out/music.o
./out/musical-request.o ./out/my-lily-lexer.o ./out/my-lily-parser.o
./out/new-accidental-engraver.o ./out/note-collision.o
./out/note-column.o ./out/note-head-line-engraver.o ./out/note-head.o
./out/note-heads-engraver.o ./out/note-name-engraver.o
./out/note-performer.o ./out/note-spacing.o
./out/output-property-engraver.o ./out/output-property-music-iterator.o
./out/paper-column.o ./out/paper-def.o ./out/paper-outputter.o
./out/paper-score.o ./out/parse-scm.o
./out/part-combine-music-iterator.o ./out/part-combine-music.o
./out/percent-repeat-engraver.o ./out/percent-repeat-item.o
./out/percent-repeat-iterator.o ./out/performance.o
./out/performer-group-performer.o ./out/performer.o

building problems (1.6)

2002-10-24 Thread Rune Zedeler
Once again I tried to install lilypond at the university.
Old readers will remember that I had problems with kpathsea because of
the texlive-distribution runned here didn't by default ship with
kpathsea.

Our tex-administrator now has directed me to a local installation of
kpathsea. 
If I add

/users/kaja/texlive/Master/bin/i368-linux

to my path and configure with

./autogen.sh --prefix=/users/rz/usr/lily-stable
--with-kpathsea-lib=/users/kaja/texlive/Master/lib
--with-kpathsea-inc=/users/kaja/texlive/Master/lib

then configure completes, and all the c++-files compile. But now the
linker fails with

/usr/local/lib/libltdl.so.3: undefined reference to `atexit'
collect2: ld returned 1 exit status
make[1]: *** [out/lilypond] Error 1
rm out/lexer.cc out/parser.cc
make[1]: Leaving directory `/users/rz/lilypond/lilypond-1.6/lily'
make: *** [all] Error 2
[rz@cyclops:...lilypond-1.6]$ 

(Running on a HEAVILY customized RH7.3)

I am very confused about this.
Any help appreciated.


-Rune


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user



Persistent font problems

2002-10-24 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 Hi,
 
 I have this font problem which existed in 1.4.x and appears to persist
 in the 1.6.5 redhat rpm. I have run the buildscripts/clean-font.sh and
 it appears to not make any difference.
 
 Can anyone suggest any further efforts to eliminate the problem?
 
 I've attached a png illustrating the problem (apologies for the
 attachment). You can see the 3 on the time signature is squashed. This
 also happens with numbers in repeats.

Does this happen on the Xdvi screen or in the PS? What happens if you
try ly2dvi --pdf and view the result with gv ?

(It looks as if someone is dropping half of the lines of the font,
causing the glyphs to be half as high as normal. I suspect Xdvi.)

--
Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user