|
From: Carl I. M. <car...@gm...> - 2008-11-20 13:15:14
|
sorry. i will try the suggestion. thank you. On Thu, Nov 20, 2008 at 8:06 PM, JonY <10...@gm...> wrote: > On 11/20/2008 16:44, Carl Immanuel Manalo wrote: > > one more thing. when i tried it, it seems that it cannot find one of our > own > > header files. we wrote it like > > > > #include "matrix.h" > > > > it works fine with my groupmate but i can't run it. it couldn't find the > > matrix.h file even if i placed it in the same folder as the source files. > > how should i properly do it? thank you. > > > > Hi, > please do not top post. > > That is strange. Try adding -I <C:\path\to\source\folder> to the > Makefile gcc command. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |