René's URL Explorer Experiment


Title: Compilation error node 0.6.1 · Issue #32 · nodegit/nodegit · GitHub

Open Graph Title: Compilation error node 0.6.1 · Issue #32 · nodegit/nodegit

X Title: Compilation error node 0.6.1 · Issue #32 · nodegit/nodegit

Description: ./configure: Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for program g++ or c++ : /usr/bin/g++ Checkin...

Open Graph Description: ./configure: Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for p...

X Description: ./configure: Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for p...

Opengraph URL: https://github.com/nodegit/nodegit/issues/32

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Compilation error node 0.6.1","articleBody":"./configure:\n\n```\nChecking for program gcc or cc           : /usr/bin/gcc \nChecking for program cpp                 : /usr/bin/cpp \nChecking for program ar                  : /usr/bin/ar \nChecking for program ranlib              : /usr/bin/ranlib \nChecking for program g++ or c++          : /usr/bin/g++ \nChecking for program ar                  : /usr/bin/ar \nChecking for program ranlib              : /usr/bin/ranlib \nChecking for g++                         : ok  \nChecking for node path                   : not found \nChecking for node prefix                 : ok /usr/local/Cellar/node/0.6.1 \n-- The C compiler identification is GNU\n-- Checking whether C compiler has -isysroot\n-- Checking whether C compiler has -isysroot - yes\n-- Checking whether C compiler supports OSX deployment target flag\n-- Checking whether C compiler supports OSX deployment target flag - yes\n-- Check for working C compiler: /usr/bin/gcc\n-- Check for working C compiler: /usr/bin/gcc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Found ZLIB: /usr/lib/libz.dylib (found version \"1.2.5\")\n-- Looking for include files CMAKE_HAVE_PTHREAD_H\n-- Looking for include files CMAKE_HAVE_PTHREAD_H - found\n-- Looking for pthread_create in pthreads\n-- Looking for pthread_create in pthreads - not found\n-- Looking for pthread_create in pthread\n-- Looking for pthread_create in pthread - found\n-- Found Threads: TRUE \n-- Configuring done\n-- Generating done\n-- Build files have been written to: /Users/maarten/Downloads/nodegit/vendor/libgit2/build\n'configure' finished successfully (1.731s)\n```\n\nOutput of make:\n\n```\n[maarten@laptop: nodegit]$ make\nWaf: Entering directory `/Users/maarten/Downloads/nodegit/build'\nScanning dependencies of target git2\n[  2%] Building C object CMakeFiles/git2.dir/src/blob.c.o\n[  4%] Building C object CMakeFiles/git2.dir/src/buffer.c.o\n[  6%] Building C object CMakeFiles/git2.dir/src/cache.c.o\n[  8%] Building C object CMakeFiles/git2.dir/src/commit.c.o\n[ 10%] Building C object CMakeFiles/git2.dir/src/config.c.o\n[ 12%] Building C object CMakeFiles/git2.dir/src/config_file.c.o\n[ 14%] Building C object CMakeFiles/git2.dir/src/delta-apply.c.o\n[ 17%] Building C object CMakeFiles/git2.dir/src/errors.c.o\n[ 19%] Building C object CMakeFiles/git2.dir/src/fetch.c.o\n[ 21%] Building C object CMakeFiles/git2.dir/src/filebuf.c.o\n[ 23%] Building C object CMakeFiles/git2.dir/src/fileops.c.o\n[ 25%] Building C object CMakeFiles/git2.dir/src/hash.c.o\n[ 27%] Building C object CMakeFiles/git2.dir/src/hashtable.c.o\n[ 29%] Building C object CMakeFiles/git2.dir/src/index.c.o\n[ 31%] Building C object CMakeFiles/git2.dir/src/indexer.c.o\n[ 34%] Building C object CMakeFiles/git2.dir/src/mwindow.c.o\n[ 36%] Building C object CMakeFiles/git2.dir/src/netops.c.o\n[ 38%] Building C object CMakeFiles/git2.dir/src/object.c.o\n[ 40%] Building C object CMakeFiles/git2.dir/src/odb.c.o\n[ 42%] Building C object CMakeFiles/git2.dir/src/odb_loose.c.o\n[ 44%] Building C object CMakeFiles/git2.dir/src/odb_pack.c.o\n[ 46%] Building C object CMakeFiles/git2.dir/src/oid.c.o\n[ 48%] Building C object CMakeFiles/git2.dir/src/pack.c.o\n[ 51%] Building C object CMakeFiles/git2.dir/src/path.c.o\n[ 53%] Building C object CMakeFiles/git2.dir/src/pkt.c.o\n[ 55%] Building C object CMakeFiles/git2.dir/src/posix.c.o\n[ 57%] Building C object CMakeFiles/git2.dir/src/pqueue.c.o\n[ 59%] Building C object CMakeFiles/git2.dir/src/reflog.c.o\n[ 61%] Building C object CMakeFiles/git2.dir/src/refs.c.o\n[ 63%] Building C object CMakeFiles/git2.dir/src/refspec.c.o\n[ 65%] Building C object CMakeFiles/git2.dir/src/remote.c.o\n[ 68%] Building C object CMakeFiles/git2.dir/src/repository.c.o\n[ 70%] Building C object CMakeFiles/git2.dir/src/revwalk.c.o\n[ 72%] Building C object CMakeFiles/git2.dir/src/sha1.c.o\n[ 74%] Building C object CMakeFiles/git2.dir/src/sha1_lookup.c.o\n[ 76%] Building C object CMakeFiles/git2.dir/src/signature.c.o\n[ 78%] Building C object CMakeFiles/git2.dir/src/status.c.o\n[ 80%] Building C object CMakeFiles/git2.dir/src/tag.c.o\n[ 82%] Building C object CMakeFiles/git2.dir/src/thread-utils.c.o\n[ 85%] Building C object CMakeFiles/git2.dir/src/transport.c.o\n[ 87%] Building C object CMakeFiles/git2.dir/src/transport_git.c.o\n[ 89%] Building C object CMakeFiles/git2.dir/src/transport_local.c.o\n[ 91%] Building C object CMakeFiles/git2.dir/src/tree.c.o\n[ 93%] Building C object CMakeFiles/git2.dir/src/tsort.c.o\n[ 95%] Building C object CMakeFiles/git2.dir/src/util.c.o\n[ 97%] Building C object CMakeFiles/git2.dir/src/vector.c.o\n[100%] Building C object CMakeFiles/git2.dir/src/unix/map.c.o\nLinking C shared library libgit2.dylib\n[100%] Built target git2\n[ 1/13] cxx: src/base.cc -\u003e build/Release/src/base_1.o\n[ 2/13] cxx: src/sig.cc -\u003e build/Release/src/sig_1.o\n../src/sig.cc:7:25: error: node_events.h: No such file or directory\n../src/base.cc:7:25: error: node_events.h: No such file or directory\nIn file included from ../src/../include/object.h:15,\n                 from ../src/../include/repo.h:15,\n                 from ../src/sig.cc:11:\n../src/../include/oid.h:17: error: expected class-name before ‘{’ token\nIn file included from ../src/../include/repo.h:15,\n                 from ../src/sig.cc:11:\n../src/../include/object.h:22: error: expected class-name before ‘{’ token\nIn file included from ../src/sig.cc:11:\n../src/../include/repo.h:20: error: expected class-name before ‘{’ token\nIn file included from ../src/sig.cc:12:\n../src/../include/sig.h:19: error: expected class-name before ‘{’ token\n../src/sig.cc: In static member function ‘static v8::Handle\u003cv8::Value\u003e GitSig::New(const v8::Arguments\u0026)’:\n../src/sig.cc:71: error: ‘class GitSig’ has no member named ‘Wrap’\nIn file included from ../src/../include/object.h:15,\n                 from ../src/../include/repo.h:15,\n                 from ../src/../include/reference.h:15,\n                 from ../src/base.cc:11:\n../src/../include/oid.h:17: error: expected class-name before ‘{’ token\nIn file included from ../src/../include/repo.h:15,\n                 from ../src/../include/reference.h:15,\n                 from ../src/base.cc:11:\n../src/../include/object.h:22: error: expected class-name before ‘{’ token\nIn file included from ../src/../include/reference.h:15,\n                 from ../src/base.cc:11:\n../src/../include/repo.h:20: error: expected class-name before ‘{’ token\nIn file included from ../src/base.cc:11:\n../src/../include/reference.h:21: error: expected class-name before ‘{’ token\nIn file included from ../src/base.cc:12:\n../src/../include/sig.h:19: error: expected class-name before ‘{’ token\nIn file included from ../src/../include/tree.h:16,\n                 from ../src/../include/commit.h:18,\n                 from ../src/base.cc:18:\n../src/../include/tree_entry.h:25: error: expected class-name before ‘{’ token\nIn file included from ../src/../include/commit.h:18,\n                 from ../src/base.cc:18:\n../src/../include/tree.h:24: error: expected class-name before ‘{’ token\nIn file included from ../src/base.cc:18:\n../src/../include/commit.h:26: error: expected class-name before ‘{’ token\nIn file included from ../src/base.cc:19:\n../src/../include/revwalk.h:20: error: expected class-name before ‘{’ token\nWaf: Leaving directory `/Users/maarten/Downloads/nodegit/build'\nBuild failed:\n -\u003e task failed (err #1): \n    {task: cxx sig.cc -\u003e sig_1.o}\n -\u003e task failed (err #1): \n    {task: cxx base.cc -\u003e base_1.o}\nmake: *** [build] Error 1\n```\n\nIs anyone working to get this project working with node 0.6.x? It would be great to it this out (without going back to node 0.4 :-)\n","author":{"url":"https://github.com/maerten","@type":"Person","name":"maerten"},"datePublished":"2011-11-27T12:53:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":15},"url":"https://github.com/32/nodegit/issues/32"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2432a7be-a59f-2993-aea8-94f17d76a8f5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAE66:11682C:37179AE:48D024D:6A5D2656
html-safe-nonce051628d33e7d31fb59d15a60f1897f97b8e8eb76964b91048455a715ebd2ca00
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRTY2OjExNjgyQzozNzE3OUFFOjQ4RDAyNEQ6NkE1RDI2NTYiLCJ2aXNpdG9yX2lkIjoiMjg5OTIxMzE2MTIxNTEwODY5NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca902812526bed8237459662899c2f9feaa637b533b66011b55fdd1e61ffd9f7f
hovercard-subject-tagissue:2359776
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/32/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d2f963eed103b37698743af0f7d6a40dd22c6eb409efbde310b6322dc8e6f07f/nodegit/nodegit/issues/32
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d2f963eed103b37698743af0f7d6a40dd22c6eb409efbde310b6322dc8e6f07f/nodegit/nodegit/issues/32
og:image:alt./configure: Checking for program gcc or cc : /usr/bin/gcc Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for p...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemaerten
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/issues/32#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F32
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F32
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/issues/32
Reloadhttps://github.com/nodegit/nodegit/issues/32
Reloadhttps://github.com/nodegit/nodegit/issues/32
Please reload this pagehttps://github.com/nodegit/nodegit/issues/32
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 698 https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://github.com/nodegit/nodegit
Issues 343 https://github.com/nodegit/nodegit/issues
Pull requests 20 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality 0 https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Code https://github.com/nodegit/nodegit
Issues https://github.com/nodegit/nodegit/issues
Pull requests https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Compilation error node 0.6.1https://github.com/nodegit/nodegit/issues/32#top
https://github.com/maerten
maertenhttps://github.com/maerten
on Nov 27, 2011https://github.com/nodegit/nodegit/issues/32#issue-2359776
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.