On 06/03/14 04:08 PM, Rusmir Dusko wrote:
> Thanks many I have now removed this patch
> 
> #       @${REINPLACE_CMD} -e 's|/share/leocad/|/local/share/leocad/|' \
> #               ${WRKSRC}/qt/qtmain.cpp
> 
> and when i use
> 
> ln -s /usr/local/share/ldraw /usr/local/share/leocad/library.bin
> 
> ls -l  /usr/local/share/leocad
> total 1
> lrwxr-xr-x  1 root  wheel  22  6 Mar 21:58 library.bin -> 
> /usr/local/share/ldraw

But you still don't give us the build steps. What do you pass to qmake
to build this. Looks like a game of cat and mouse.

*Basically* your build scripts should do:

$ qmake INSTALL_PREFIX=/usr/local
$ make
# make install

Also if you could fix your MUA to NOT break the threads [1] that would
help in the step by step debugging....

Hub

[1] you use Mutt so you must doing something deliberate to break the threads
_______________________________________________
Leocad mailing list
[email protected]
https://list.gerf.org/listinfo/leocad

Reply via email to