Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Unable to build native eSWT DLL for S60

eswtapifacade.dll and eswtapifacade.lib are on CVS under the
/eswt/S60/org.eclipse.ercp.swt.s60/native/bin. There are directories
for their arm and winscw compilation.I thought our build scripts
already copied them to correct locations, but it is safe to copy them
yourself as well, they are not regenerated on every build.
--
Gorkem

On Mon, Sep 22, 2008 at 16:27, Gerald McCobb <mccobb@xxxxxxxxxxxxxx> wrote:
> Hello,
>
> We are trying to build the native DLL for S60 and we get a consistent error.
> W used two methods to build the native DLL:
>
> 1) org.eclipse.ercp.swt.s60/native/group folders bld.inf file to build
> using "bldmake bldfiles" and then the "abld build winscw udeb"(Command line)
> 2) Imported the project using the bld.inf and build the project using
> Carbide.
>
> In both the cases the same error -
>
> Error (Command line):
> make[1]: *** No rule to make target
> `\epoc32\release\WINSCW\udeb\eswtapifacade.lib', needed by
> `\epoc32\release\WINSCW\udeb\es
> wt.dll'.  Stop.
>
> Error( Carbide) :
> Specified file
> '\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\WINSCW\udeb\eswtapifacade.lib'
> not found
>
> How is eswtapifacade.lib generated?  Is it some  dependency that must be got
> from somewhere or is it generated by the org.eclipse.ercp.swt.s60/native
> code?
> We assume the make file needs to be updated.
>
> Regards,
>
> Jerry McCobb
>
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev
>
>


Back to the top