Ticket #207 (closed defect/bug: worksforme)

Opened 5 months ago

Last modified 5 months ago

make install fails

Reported by: SlowRider <geeemmixx ath gmx doth net> Assigned to: KaZeR
Priority: major Milestone:
Component: install Version: svn
Keywords: Cc:

Description

Using the latest svn source, make install fails. I did:

svn up

./autogen.sh && ./configure --prefix=/home/ce/navit.app --disable-garmin --disable-samplemap --disable-hildon && make

make install

I logged the output of make install into a log file which is attached. The problems seem to start in line 622 where nonexistent svg files shall be converted to png.

Due to my lack of build systems I cannot fix it right away, sorry.

Attachments

makeinstall.txt (85.5 kB) - added by SlowRider on 08/18/08 19:38:51.
output of make install

Change History

08/18/08 19:38:51 changed by SlowRider

  • attachment makeinstall.txt added.

output of make install

08/19/08 22:24:10 changed by SlowRider <geeemmixx@gmx.net>

Just for the records: I managed to workaround the make install problems by using --disable-svg2png. I have no clue though what the problem with svg conversion is, as ksvgtopng is installed. I guess I'm missing something else. It would be cool to sort this out, as I'd prefer adding new icons as plain svg rather than xpm.

08/20/08 15:06:16 changed by KaZeR

  • status changed from new to closed.
  • resolution set to worksforme.

I was unable to reproduce your problem, so i believe it comes from your setup. If it still occurs after a fresh checkout in a new dir, please reopen the ticket. Thanks.

08/22/08 03:30:05 changed by SlowRider

While I accept that we both do not have the resources to check the issue in-depth, I still guess that other people will fall into this trap jsut like me. For now it's ok to close the issue, but IMO it's worth reminding that the issue goes away when using -disable-svg2png.