Summary: | Compilation on Windows not supported | ||
---|---|---|---|
Product: | Telepathy | Reporter: | mahesh <maheshkulkarni> |
Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED MOVED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | enhancement | ||
Priority: | low | CC: | maheshkulkarni |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Windows (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
mahesh
2008-10-09 05:22:40 UTC
telepathy-glib does not support compilation on Windows, for several reasons. telepathy-glib contains code generated by scripts that are run at compile time - everything in _gen/ is a generated file like that. You can't build it by a process not involving the autoconf/automake/libtool build system we provide (unless you construct a build system of similar complexity). We also don't test compilation with Visual Studio's C compiler, or with any of the free gcc-based compilers on Windows. We would accept reasonable portability patches for compilation with cygwin, mingw32 or Visual Studio (in increasing order of expected difficulty) but can't devote much time to it ourselves; we don't develop in Windows. The direction I'd recommend going in for compilation on Windows is to set up a Unix-like environment using cygwin or mingw32, in which you can run the normal autoconf/automake/libtool build system. OABuild <http://people.collabora.co.uk/~oleavr/OABuild/> uses this approach. (Please do not set inflated priorities when reporting bugs.) Hi As per the suggessation in previous case, I tried to set up the MinGW 5.1.4 and was successed in compiling a simple C program using MinGW. Now I have the latest telepathy-glib latest version(0.7.16)which I am trying to build using MinGW. I have gone through the README and INSTALL which comes along with package, but these files dont describe much about how to compile on Windows using MinGW Cross Compilation. Can I get some guidelines for the same(which also take care of running the shell scripts and creating OS specific headers in the _gen folder etc..) Thanks & Regards, Mahesh Kulkarni -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-glib/issues/7. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.