Re: cross compiling
That would probably be possible. However, that would be limiting as it would restrict you to using visual studio. Also, and I may we wrong here, but I'm pretty sure the visual studio project is only capable of building emulator builds.
Acoording to that link you gave, a Visual Studio project file can be created
from inf and mmp files. Can you get CMake to generate an equivalent Visual
Studio project file?
Clint
On Friday 30 November 2007 1:02:42 pm Jesse Corrington wrote:
> It seems there is some confusion over the symbian build files. If you are
> interested, take a look at this article on building a simple hello world
> app, which talks about the inf and mmp files.
>
> http://newlc.com/Getting-Started-with-Symbian.html
>
>
> Jesse
>
>
> On Nov 30, 2007 11:43 AM, Jesse Corrington <jesse.corrington-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> wrote:
> > I'm pretty sure to build any symbian app you need an inf and mmp file.
> > These have nothing to do with the eclipse plugin, but It is able to
> > import them, so you need these files whether you are working in an IDE or
> > building from the command line. The files are extremely simple, at least
> > the ones we use. They are pretty close to just a flat list of files,
> > because it uses all of the symbian default compiler flags and such. I
> > can't get the CMake source at work right now, because our firewall is
> > being stupid, but I am going to grab it this weekend and start having a
> > look on Monday. I was planning to work from the makefile generator, since
> > this will be similar to that.
> >
> > On Nov 30, 2007 12:55 AM, Torsten Martinsen <tma-xHzrhMJjkLWqz0fwNBLI4A@public.gmane.org> wrote:
> > > The CVS version does, yes.
> > >
> > > ------------------------------
> > > *From:* cmake-bounces+tma=gatehouse.dk-wChDC6UyXvPYtjvyW6yDsg@public.gmane.org
> > > [mailto:cmake-bounces+tma=gatehouse.dk-wChDC6UyXvPYtjvyW6yDsg@public.gmane.org ] *On Behalf Of *Josef
> > > Karthauser
> > > *Sent:* 30 November 2007 09:54
> > > *To:* Jesse Corrington; Salvatore Iovene
> > > *Cc:* cmake-wChDC6UyXvPYtjvyW6yDsg@public.gmane.org; a.neundorf-work-hi6Y0CQ0nG0@public.gmane.org
> > > *Subject:* RE: [CMake] cross compiling
> > >
> > > Did I miss something? Does cmake support cross compiling now?
> > >
> > > ------------------------------
> > > This e-mail and any files sent with it contain information that may be
> > > privileged or confidential and is the property of the GateHouse Group.
> > > This information is intended solely for the person to whom it is
> > > addressed. If you are not the intended recipient, you are not
> > > authorized to read, print, retain, copy, disseminate, distribute, or
> > > use the message or any part thereof. If you have received this e-mail
> > > in error, please notify the sender immediately, and delete all copies
> > > of this message. In accordance with GateHouse Security Policy, e-mails
> > > sent or received may be monitored.
> > >
> > > _______________________________________________
> > > CMake mailing list
> > > CMake-wChDC6UyXvPYtjvyW6yDsg@public.gmane.org
> > > http://www.cmake.org/mailman/listinfo/cmake
_______________________________________________ CMake mailing list CMake@... http://www.cmake.org/mailman/listinfo/cmake
* The UseSWIG.cmake module:
- uses it's first argument as target name for the module and thus also
as output name, better:
- combine target name with the current language and set OUTPUT_NAME
property on target to the first argument
With the latter, the user has to call set_target_properties for _every_ module
to set the OUTPUT_NAME to something sensible.
The rest of the SWIG stuff is incredible easy to use :)
I didn't write the install instruction, yet, though. How do I find the proper
directories for languages like perl, python, ruby and tcl?
HS
RSS Feed