* [ltt-dev] LTTV for mingw
@ 2010-11-22 11:02 Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Radhika Chowdary @ 2010-11-22 11:02 UTC (permalink / raw)
Hi
I want to build LTTV using mingw. I couldnt find any kind of documentation
regarding this. is there any patch available for lttng to build under mingw.
can anyone give me starting point
Thanks
Radhika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20101122/69aa0ce1/attachment.htm>
^ permalink raw reply [flat|nested] 7+ messages in thread* [ltt-dev] LTTV for mingw
2010-11-22 11:02 [ltt-dev] LTTV for mingw Radhika Chowdary
@ 2010-11-22 11:02 ` Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
2010-11-25 0:45 ` Mathieu Desnoyers
2 siblings, 0 replies; 7+ messages in thread
From: Radhika Chowdary @ 2010-11-22 11:02 UTC (permalink / raw)
Hi
I want to build LTTV using mingw. I couldnt find any kind of documentation
regarding this. is there any patch available for lttng to build under mingw.
can anyone give me starting point
Thanks
Radhika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20101122/69aa0ce1/attachment-0002.htm>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ltt-dev] LTTV for mingw
2010-11-22 11:02 [ltt-dev] LTTV for mingw Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
@ 2010-11-22 11:02 ` Radhika Chowdary
2010-11-25 0:45 ` Mathieu Desnoyers
2 siblings, 0 replies; 7+ messages in thread
From: Radhika Chowdary @ 2010-11-22 11:02 UTC (permalink / raw)
Hi
I want to build LTTV using mingw. I couldnt find any kind of documentation
regarding this. is there any patch available for lttng to build under mingw.
can anyone give me starting point
Thanks
Radhika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20101122/69aa0ce1/attachment-0001.htm>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ltt-dev] LTTV for mingw
2010-11-22 11:02 [ltt-dev] LTTV for mingw Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
@ 2010-11-25 0:45 ` Mathieu Desnoyers
2010-11-25 15:01 ` Matthew Khouzam
2 siblings, 1 reply; 7+ messages in thread
From: Mathieu Desnoyers @ 2010-11-25 0:45 UTC (permalink / raw)
* Radhika Chowdary (radhika.putty at gmail.com) wrote:
> Hi
>
> I want to build LTTV using mingw. I couldnt find any kind of documentation
> regarding this. is there any patch available for lttng to build under mingw.
> can anyone give me starting point
You might want to try simply building it, and see what happens from
there.
Thanks,
Mathieu
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ltt-dev] LTTV for mingw
2010-11-25 0:45 ` Mathieu Desnoyers
@ 2010-11-25 15:01 ` Matthew Khouzam
2010-11-25 15:05 ` Yannick Brosseau
0 siblings, 1 reply; 7+ messages in thread
From: Matthew Khouzam @ 2010-11-25 15:01 UTC (permalink / raw)
When we try building it on a win32 platform, we get AM_PATH_GLIB_2_0
macro not defined. This is a mingw/glib issue which google sadly is not
our friend with. :(
On 10-11-24 07:45 PM, Mathieu Desnoyers wrote:
> You might want to try simply building it, and see what happens from
> there.
>
> Thanks,
>
> Mathieu
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ltt-dev] LTTV for mingw
2010-11-25 15:01 ` Matthew Khouzam
@ 2010-11-25 15:05 ` Yannick Brosseau
2010-11-25 15:18 ` Matthew Khouzam
0 siblings, 1 reply; 7+ messages in thread
From: Yannick Brosseau @ 2010-11-25 15:05 UTC (permalink / raw)
On 11/25/2010 10:01 AM, Matthew Khouzam wrote:
> When we try building it on a win32 platform, we get AM_PATH_GLIB_2_0
> macro not defined. This is a mingw/glib issue which google sadly is
> not our friend with. :(
>
>
Do you have the file glib-2.0.m4 somewhere ?
On Linux it should be in:
/usr/share/aclocal/glib-2.0.m4
You need to have it somewhere Autoconf can load it.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [ltt-dev] LTTV for mingw
2010-11-25 15:05 ` Yannick Brosseau
@ 2010-11-25 15:18 ` Matthew Khouzam
0 siblings, 0 replies; 7+ messages in thread
From: Matthew Khouzam @ 2010-11-25 15:18 UTC (permalink / raw)
I do, it's in /usr/share/aclocal
I am currently using msys in mingw. I don't have my computer on me right
now, I was doing this from home since I have a windows development pc
there.
In think it may be a flag or something with msys that's the missing link.
On 10-11-25 10:05 AM, Yannick Brosseau wrote:
> On 11/25/2010 10:01 AM, Matthew Khouzam wrote:
>
>> When we try building it on a win32 platform, we get AM_PATH_GLIB_2_0
>> macro not defined. This is a mingw/glib issue which google sadly is
>> not our friend with. :(
>>
>>
>>
> Do you have the file glib-2.0.m4 somewhere ?
>
> On Linux it should be in:
> /usr/share/aclocal/glib-2.0.m4
>
> You need to have it somewhere Autoconf can load it.
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-11-25 15:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22 11:02 [ltt-dev] LTTV for mingw Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
2010-11-22 11:02 ` Radhika Chowdary
2010-11-25 0:45 ` Mathieu Desnoyers
2010-11-25 15:01 ` Matthew Khouzam
2010-11-25 15:05 ` Yannick Brosseau
2010-11-25 15:18 ` Matthew Khouzam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox