Herbert, 

Forget about my last report. We started over and figured out that an 
environment variable was causing the dmake issues.  Once we cleared the 
environment of variables related to our other projects, the build took off. We 
will have to figure out what it was later.

-----Original Message-----
From: Steele, Raymond 
Sent: Thursday, November 21, 2013 9:28 AM
To: 'Herbert Duerr'
Cc: dev@openoffice.apache.org
Subject: RE: EXTERNAL: Re: Building comphelper



-----Original Message-----
From: Steele, Raymond 
Sent: Wednesday, November 20, 2013 4:57 PM
To: 'Herbert Duerr'
Cc: Meffe, David K
Subject: RE: EXTERNAL: Re: Building comphelper

Thanks, 

We've run into some errors with dmake and are trying to understand it. First, 
the startup.mk and makefile.mk could not find settings.mk and some others that 
are located in solenv/inc even though dmake -v seems to be looking there. We 
created a link of all the files in solenv/inc to solenv where makefile.mk is to 
overcome the problem. Although this does not seem to be a good solution. 

Then dmake could not find seem to find minor.mk.  For example, on line 1665 in 
target.mk we have the following:
        ALLTAR: \
                "$(SOLARVERSION)/$(INPATH)/inc$/$(UPDMINOREXT)/$(UPD)minor.mk"
This would be interpreted by dmake as '//inc/minor.mk' as if the variables were 
not expanded. If I hardcode the full path to minor.mk , then dmake is fine.

I eventually got past building solenv by performing the above hacks. I have a 
feeling I should not have to do that stuff.

Now, building 'afms', dmake complains that "SHELL could not find macro" on line 
64. I think it has to do with the function macro 'find', but I am not sure. 

Any help would be great!!

Thanks,

Raymond         


-----Original Message-----
From: Herbert Duerr [mailto:h...@apache.org] 
Sent: Wednesday, November 20, 2013 1:02 AM
To: Steele, Raymond
Subject: Re: EXTERNAL: Re: Building comphelper

Hi Raymond,

>   I just wanted to give you a heads up that I am beginning to start work on 
> compiling for Solaris 11 x86. Hopefully, you will be able to assist if needed.

Thanks for the heads up! I'm looking forward to this and will try to help.

Herbert


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to