mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Application Run Directory Not Configurable #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It looks like the application must be run from the same directory that has 
the assets/* files.

[-]  SYSTEM ERROR : Unable to access 'assets/index.html' - wrong directory?
    Stop location : main(), skipfish.c:374
       OS message : No such file or directory

It would be nice if one could supply the assets path via the CLI and/or 
configure it to be a specific location.

Original issue reported on code.google.com by steve.mi...@gmail.com on 22 Mar 2010 at 7:50

GoogleCodeExporter commented 8 years ago
This is already covered in the documentation. Yes, there is no support for 
standalone 
installation at this time; you can specify a fixed system-wide path instead of 
relative ones in config.h, however.

Original comment by lcam...@gmail.com on 22 Mar 2010 at 8:02

GoogleCodeExporter commented 8 years ago
Ah, ok that should work. Thank you for your quick response. I'll make a patch 
for my 
rpm build of skipfish.

Original comment by steve.mi...@gmail.com on 22 Mar 2010 at 10:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Attached is a patch to correct this issue in case anyone still needs it. Cheers.

Original comment by crt....@gmail.com on 28 Jul 2011 at 8:34

Attachments: