[Ipe-discuss] Compiling Ipe on Mac OSX 10.6 : almost done

Otfried Cheong otfried at ipe.airpost.net
Sun Dec 6 14:05:55 CET 2009


Gwenaël Cléon wrote:
> Thanks.
> I actually did the make install.
> export LUAPATH=ipe/lua/?.lua
> solved the previous error. But now there is a new one :
> 
> fopen error: No such file or directory
> stack traceback:
>     [C]: in function 'assert'
>     ipe/lua/model.lua:407: in function 'newDocument'
>     ipe/lua/model.lua:100: in function 'init'
>     ipe/lua/model.lua:37: in function 'new'
>     ipe/lua/main.lua:243: in main chunk
>     [C]: in function 'require'
>     [string "require "main""]:1: in main chunk

Ipe doesn't find the standard stylesheet.  It should normally be in 
(with your path) /opt/ipe-7/share/ipe/7.0.8/styles/basic.isy

make install should have put it there.  If it isn't, you should 
investigate what went wrong with "make install".  If you go into the 
"src/ipe" directory and say "make install", you should see what it is 
doing - are the paths correct?

Also note that if you called "make" as "make IPEPREFIX=/opt/ipe-7" then 
you also need to do "make install" as "make install IPEPREFIX=/opt/ipe-7"

Otfried




More information about the Ipe-discuss mailing list