|
From: Gus S. <gst...@gm...> - 2010-08-04 18:55:13
|
Hello, After attempting to install Valgrind on Snow Leopard, I am treated with i686-apple-darwin10-gcc-4.2.1: ./m_mach/mach_vmUser.c: No such file or directory i686-apple-darwin10-gcc-4.2.1: no input files make[3]: *** [libcoregrind_amd64_darwin_a-mach_vmUser.o] Error 1 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 while trying to 'make' after configuring. I am following the instructions on the valgrind homepage. I am unsure of what this error means; would someone mind pointing me in the right direction? -Gus |
|
From: Julian S. <js...@ac...> - 2010-08-04 19:03:16
|
Exactly what sequence of commands did you give to fetch, configure and build the source? J On Wednesday, August 04, 2010, Gus Steurer wrote: > Hello, > > After attempting to install Valgrind on Snow Leopard, I am treated with > > i686-apple-darwin10-gcc-4.2.1: ./m_mach/mach_vmUser.c: No such file or > directory > i686-apple-darwin10-gcc-4.2.1: no input files > make[3]: *** [libcoregrind_amd64_darwin_a-mach_vmUser.o] Error 1 > make[2]: *** [install] Error 2 > make[1]: *** [install-recursive] Error 1 > make: *** [install] Error 2 > > while trying to 'make' after configuring. I am following the > instructions on the valgrind homepage. I am unsure of what this error > means; would someone mind pointing me in the right direction? > > -Gus > > --------------------------------------------------------------------------- > --- The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Samuel S. <ara...@gm...> - 2010-10-06 14:50:23
|
I got these errors m_debuginfo/debuginfo.c: In function ‘vgPlain_di_notify_mmap’: m_debuginfo/debuginfo.c:730: error: ‘VKI_O_LARGEFILE’ undeclared (first use in this function) m_debuginfo/debuginfo.c:730: error: (Each undeclared identifier is reported only once m_debuginfo/debuginfo.c:730: error: for each function it appears in.) make[3]: *** [libcoregrind_amd64_darwin_a-mach_vmUser.o] Error 1 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 after running these commands svn co svn://svn.valgrind.org/valgrind/trunk valgrind cd valgrind ./autogen.sh ./configure --build=amd64-darwin make |
|
From: Julian S. <js...@ac...> - 2010-10-06 15:10:46
|
On Wednesday, October 06, 2010, Samuel Sandeen wrote: > I got these errors > m_debuginfo/debuginfo.c: In function ‘vgPlain_di_notify_mmap’: > m_debuginfo/debuginfo.c:730: error: ‘VKI_O_LARGEFILE’ undeclared > (first use in this function) > m_debuginfo/debuginfo.c:730: error: (Each undeclared identifier > is reported only once > m_debuginfo/debuginfo.c:730: error: for each function it appears in.) > make[3]: *** [libcoregrind_amd64_darwin_a-mach_vmUser.o] Error 1 > make[2]: *** [install] Error 2 > make[1]: *** [install-recursive] Error 1 > make: *** [install] Error 2 > > after running these commands Urr, that's as a result of a commit I did a couple of hours back. Just comment out "|VKI_O_LARGEFILE". I'll fix it later today. J > > svn co svn://svn.valgrind.org/valgrind/trunk valgrind > cd valgrind > ./autogen.sh > ./configure --build=amd64-darwin > make > > > --------------------------------------------------------------------------- > --- Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |