I am also planning to compile gmsh on my own in windows but perhaps after this week only... Prakash.<br><br><div class="gmail_quote">On Sat, Jun 28, 2008 at 5:09 AM, Prakash Manandhar <<a href="mailto:jsaaymi@gmail.com">jsaaymi@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have attached a test project and I am able to debug without problems.<br><br>Notice the lines in the .dev project file<br>
UseCustomMakefile=1<br>CustomMakefile=Makefile<br>--------<br>I used some libraries too for demonstration. I use the boost and QT libraries a lot.<br>
--------<br><br>Makefile is simple (notice the g3 CFLAGS for enabling debuggin):<br><br># Test Makefile<br># Prakash Manandhar June 16 2008<br><br>CC = g++<br>CFLAGS = -I$(BOOSTLIBDIR) -g3<br>LDFLAGS = -L$(BOOSTLIBDIR)\stage\lib -lboost_regex-mgw34-d-1_34_1 <br>

BOOSTLIBDIR = C:\boost_1_34_1<br>SRCS = main.cpp<br>OBJS = main.o<br>all: TestProject<br><br>$(OBJS): $(SRCS)<br>    $(CC) $(CFLAGS) -c $*.cpp<br><br>TestProject: $(OBJS)<br>    $(CC) -o $@ $(OBJS) $(LDFLAGS)<br><br>--------<br>

<br>HTH, Prakash.<br><a href="http://p-manandhar.info" target="_blank">p-manandhar.info</a><br><br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Sat, Jun 28, 2008 at 4:46 AM,  <<a href="mailto:MGlocken@aol.com" target="_blank">MGlocken@aol.com</a>> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">




<div style="font-size: 10pt; color: rgb(0, 0, 0); font-family: Arial;"><font color="#000000" size="2" face="Arial">
<div><div>
<blockquote style="border-left: 2px solid blue; padding-left: 5px; margin-left: 5px;"><font style="background-color: transparent;" color="#000000" size="2" face="Arial">So, 
  these days even when I use Dev-C++, I resort to Makefile style projects and 
  use command line make with MinGW....<br><br>Prakash.</font></blockquote>
<div> </div>
</div><div><font style="background-color: transparent;" color="#000000" size="2" face="Arial">Hi Prakash,</font></div>
<div> </div><font style="background-color: transparent;" color="#000000" size="2" face="Arial"></font></div>
<div><font style="background-color: transparent;" color="#000000" size="2" face="Arial">Thanks for your fast reply. How do you do the debugging when working with 
command line make?</font></div>
<div><font style="background-color: transparent;" color="#000000" size="2" face="Arial"></font> </div>
<div><font style="background-color: transparent;" color="#000000" size="2" face="Arial"></font> </div>
<div><font style="background-color: transparent;" color="#000000" size="2" face="Arial"> </font></div>
<div>
<div><font size="2" face="Arial" lang="2">Greetings,<br><br>    
Michael<div><br><br>----------------------------------------------<br>Fa. Michael 
Glockenmeier<br>Dipl.-Ing. Michael Glockenmeier<br>Hauptstr. 55 c<br>D-86926 
Greifenberg<br>Germany<br><br>Tel ++49 (0) 8192/933 185<br>Fax ++49 (0) 8192/933 
186<br>Email <a href="mailto:mglocken@aol.com" target="_blank">mglocken@aol.com</a></div></font></div>
<div><font size="2" face="Arial" lang="2">Web <a href="http://www.femcfd.com" target="_blank">www.femcfd.com</a><br>---------------------------------------------</font></div></div></font>   </div>
<br></div></div><div class="Ih2E3d">_______________________________________________<br>
gmsh mailing list<br>
<a href="mailto:gmsh@geuz.org" target="_blank">gmsh@geuz.org</a><br>
<a href="http://www.geuz.org/mailman/listinfo/gmsh" target="_blank">http://www.geuz.org/mailman/listinfo/gmsh</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>