The problem is that in my development/MacOSX Makefile the command to generate a .lproj directory is
         $(MKDIR_P) $(pkgdatadir)/$$f.lproj

However, MKDIR_P is not defined so make attempts to execute $ (pkgdatadir)/$$f.lproj instead of make a directory.

I defined MKDIR_P = mkdir in the development/MacOSX Makefile and this fixed things.
I now have a working LyX1.5.2svn.

So now I need to find why  MKDIR_P isn't being defined.
Any suggestions will be gratefully appreciated.

Roger


On 31/08/2007, at 10:43 PM, Bennett Helm wrote:

No problems here. Note that currently the LyX.app skeleton is automatically generated (thanks to Jean-Marc), so you're not missing anything there.

Bennett

Reply via email to