> And one word about frameworks:
> 
> make/Instance/framework.make:
> 
> internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \
> ...
>           $(LN_S) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)/Headers 
>$(GNUSTEP_INSTANCE); \
> ...
>         $(LN_S) 
>$(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(FRAMEWORK_LIBRARY_FILE)
> $(FRAMEWORK_LIBRARY_FILE); \
> ...
> and so on...
> 
> It ignores INSTALL_ROOT_DIR, and this absolute links confuses rpm when i
> try to build something (GNUMail.app for example), because this links
> points into buildroot...

Thanks - I fixed this.


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to