René's URL Explorer Experiment


Title: How to compile with MinGW-w64 on Windows-10 · Issue #455 · stepcode/stepcode · GitHub

Open Graph Title: How to compile with MinGW-w64 on Windows-10 · Issue #455 · stepcode/stepcode

X Title: How to compile with MinGW-w64 on Windows-10 · Issue #455 · stepcode/stepcode

Description: Consider the guide of https://github.com/stepcode/stepcode/blob/master/INSTALL Building SC from the command prompt: - cd sc - mkdir build - cd build - cmake .. - make - make install # optional E:\stepcode-develop\build>cmake -G "MinGW Ma...

Open Graph Description: Consider the guide of https://github.com/stepcode/stepcode/blob/master/INSTALL Building SC from the command prompt: - cd sc - mkdir build - cd build - cmake .. - make - make install # optional E:\s...

X Description: Consider the guide of https://github.com/stepcode/stepcode/blob/master/INSTALL Building SC from the command prompt: - cd sc - mkdir build - cd build - cmake .. - make - make install # optional E:\s...

Opengraph URL: https://github.com/stepcode/stepcode/issues/455

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"How to compile with MinGW-w64 on Windows-10","articleBody":"Consider the guide of \r\n- https://github.com/stepcode/stepcode/blob/master/INSTALL\r\n\r\n```text\r\nBuilding SC from the command prompt:\r\n  - cd sc\r\n  - mkdir build\r\n  - cd build\r\n  - cmake ..\r\n  - make\r\n  - make install       #  optional\r\n ```\r\n\r\n```text\r\nE:\\stepcode-develop\\build\u003ecmake  -G \"MinGW Makefiles\" ..\r\n-- The C compiler identification is GNU 8.1.0\r\n-- The CXX compiler identification is GNU 8.1.0\r\n-- Detecting C compiler ABI info\r\n-- Detecting C compiler ABI info - done\r\n-- Check for working C compiler: D:/Win10/mingw64/bin/gcc.exe - skipped\r\n-- Detecting C compile features\r\n-- Detecting C compile features - done\r\n-- Detecting CXX compiler ABI info\r\n-- Detecting CXX compiler ABI info - done\r\n-- Check for working CXX compiler: D:/Win10/mingw64/bin/c++.exe - skipped\r\n-- Detecting CXX compile features\r\n-- Detecting CXX compile features - done\r\nCMake Deprecation Warning at CMakeLists.txt:46 (cmake_policy):\r\n  The OLD behavior for policy CMP0077 will be removed from a future version\r\n  of CMake.\r\n\r\n  The cmake-policies(7) manual explains that the OLD behaviors of all\r\n  policies are deprecated and that a policy should be set to OLD only under\r\n  specific short-term circumstances.  Projects should be ported to the NEW\r\n  behavior and not rely on setting a policy to OLD.\r\n\r\n\r\n-- Looking for ndir.h\r\n-- Looking for ndir.h - not found\r\n-- Looking for stdarg.h\r\n-- Looking for stdarg.h - found\r\n-- Looking for sys/stat.h\r\n-- Looking for sys/stat.h - found\r\n-- Looking for sys/param.h\r\n-- Looking for sys/param.h - found\r\n-- Looking for sysent.h\r\n-- Looking for sysent.h - not found\r\n-- Looking for unistd.h\r\n-- Looking for unistd.h - found\r\n-- Looking for dirent.h\r\n-- Looking for dirent.h - found\r\n-- Looking for stdbool.h\r\n-- Looking for stdbool.h - found\r\n-- Looking for process.h\r\n-- Looking for process.h - found\r\n-- Looking for io.h\r\n-- Looking for io.h - found\r\n-- Looking for abs\r\n-- Looking for abs - found\r\n-- Looking for memcpy\r\n-- Looking for memcpy - found\r\n-- Looking for memmove\r\n-- Looking for memmove - found\r\n-- Looking for getopt\r\n-- Looking for getopt - found\r\n-- Looking for snprintf\r\n-- Looking for snprintf - found\r\n-- Looking for vsnprintf\r\n-- Looking for vsnprintf - found\r\n-- Looking for sys/types.h\r\n-- Looking for sys/types.h - found\r\n-- Looking for stdint.h\r\n-- Looking for stdint.h - found\r\n-- Looking for stddef.h\r\n-- Looking for stddef.h - found\r\n-- Check size of ssize_t\r\n-- Check size of ssize_t - done\r\n-- Assuming compiler is capable of unity build. (SC_UNITY_BUILD=TRUE)\r\n-- Override by setting SC_UNITY_BUILD; TRUE will result in faster build times but *huge* translation units and higher memory use in compilation.\r\n-- Compiling schema scanner...\r\n-- Schema scanner built. Running it...\r\n-- Will generate 412 C++ files for sdai_ISO15926.\r\n-- Will generate 602 C++ files for sdai_ap203.\r\n-- Will generate 2354 C++ files for sdai_ap203e2.\r\n-- Will generate 5312 C++ files for sdai_ap209.\r\n-- Will generate 3392 C++ files for sdai_ap210e2.\r\n-- Will generate 4894 C++ files for sdai_ap210e3.\r\n-- Will generate 2124 C++ files for sdai_ap214e3.\r\n-- Will generate 820 C++ files for sdai_ap219.\r\n-- Will generate 774 C++ files for sdai_ap227.\r\n-- Will generate 1402 C++ files for sdai_ap235.\r\n-- Will generate 1098 C++ files for sdai_ap238.\r\n-- Will generate 1102 C++ files for sdai_ap239.\r\n-- Will generate 1136 C++ files for sdai_ap240.\r\n-- Will generate 4012 C++ files for sdai_ap242.\r\n-- Will generate 1736 C++ files for sdai_ifc2x3.\r\n-- Will generate 2072 C++ files for sdai_IFC4.\r\n-- Will generate 520 C++ files for sdai_pdm.\r\n-- ** Note: CMake variable SC_BUILD_SCHEMAS was not set - defaults to building ALL schemas\r\n-- .. Don't worry about any messages above about missing headers or failed tests, as long as\r\n--     you see 'Configuring done' below. Headers and features vary by compiler.\r\n-- .. Generating step can take a while if you are building several schemas.\r\n-- Configuring done\r\n-- Generating done\r\n-- Build files have been written to: E:/stepcode-develop/build\r\n\r\n\r\nE:\\stepcode-develop\\build\u003emake\r\n[  0%] Building C object src/express/generated/CMakeFiles/objlib_expparse_c.dir/expparse.c.obj\r\nexpparse.y:35:16: warning: 'print_objects_while_running' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]\r\nexpparse.y:62:9: warning: 'yylineno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]\r\n[  0%] Built target objlib_expparse_c\r\n\r\n...\r\n\r\n[  7%] Built target objlib_factory_c\r\n[  7%] Linking CXX shared library ..\\..\\bin\\libexpress.dll\r\nCMakeFiles\\express.dir/objects.a(type.c.obj):type.c:(.text+0x29): undefined reference to `__imp_DICTlookup'\r\nCMakeFiles\\express.dir/objects.a(type.c.obj):type.c:(.text+0x3d): undefined reference to `__imp_DICT_type'\r\nCMakeFiles\\express.dir/objects.a(type.c.obj):type.c:(.text+0x7b): undefined reference to `__imp_DICTdefine'\r\nCMakeFiles\\express.dir/objects.a(type.c.obj):type.c:(.text+0xae): undefined reference to `__imp_ERRORreport_with_symbol'\r\nCMakeFiles\\express.dir/objects.a(type.c.obj):type.c:(.text+0xcf): undefined reference to `__imp_TYPEcreate_nostab'\r\nCMakeFiles\\express.dir/objects.a(expr.c.obj):expr.c:(.text+0x39): undefined reference to `__imp_Type_Real'\r\nCMakeFiles\\express.dir/objects.a(expr.c.obj):expr.c:(.text+0x46): undefined reference to `__imp_EXPcreate_simple'\r\n\r\n```\r\n\r\nThe full compile log can be found here.\r\n[step-compile.txt](https://github.com/stepcode/stepcode/files/12326854/step-compile.txt)\r\n","author":{"url":"https://github.com/lavender-lee","@type":"Person","name":"lavender-lee"},"datePublished":"2023-08-12T07:34:59.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/455/stepcode/issues/455"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5cd81b15-d3c7-0c6b-9293-d094824f5dac
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB244:2AED63:4D5A829:6477FFE:69755082
html-safe-nonce8244b0bb231787401c34ec0769a5953461113f038f09ff904ff0582fdc460e0e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMjQ0OjJBRUQ2Mzo0RDVBODI5OjY0NzdGRkU6Njk3NTUwODIiLCJ2aXNpdG9yX2lkIjoiNzI4NTEzODgxNTAzMzEwMjQ2NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca7ab4838cb55ec103c9abd9213841f6d05fc0e2266cfaff4ae96f9e95de1ea01
hovercard-subject-tagissue:1847829124
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/stepcode/stepcode/455/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e9d2df0d8fccfda362a77521d44b2df6cf819499af11fc4f6b88c4efdac29df6/stepcode/stepcode/issues/455
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e9d2df0d8fccfda362a77521d44b2df6cf819499af11fc4f6b88c4efdac29df6/stepcode/stepcode/issues/455
og:image:altConsider the guide of https://github.com/stepcode/stepcode/blob/master/INSTALL Building SC from the command prompt: - cd sc - mkdir build - cd build - cmake .. - make - make install # optional E:\s...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamelavender-lee
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/stepcode/stepcode git https://github.com/stepcode/stepcode.git
octolytics-dimension-user_id1761770
octolytics-dimension-user_loginstepcode
octolytics-dimension-repository_id1975387
octolytics-dimension-repository_nwostepcode/stepcode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1975387
octolytics-dimension-repository_network_root_nwostepcode/stepcode
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/stepcode/stepcode/issues/455#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstepcode%2Fstepcode%2Fissues%2F455
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstepcode%2Fstepcode%2Fissues%2F455
Sign up https://patch-diff.githubusercontent.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=stepcode%2Fstepcode
Reloadhttps://patch-diff.githubusercontent.com/stepcode/stepcode/issues/455
Reloadhttps://patch-diff.githubusercontent.com/stepcode/stepcode/issues/455
Reloadhttps://patch-diff.githubusercontent.com/stepcode/stepcode/issues/455
stepcode https://patch-diff.githubusercontent.com/stepcode
stepcodehttps://patch-diff.githubusercontent.com/stepcode/stepcode
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fstepcode%2Fstepcode
Fork 129 https://patch-diff.githubusercontent.com/login?return_to=%2Fstepcode%2Fstepcode
Star 490 https://patch-diff.githubusercontent.com/login?return_to=%2Fstepcode%2Fstepcode
Code https://patch-diff.githubusercontent.com/stepcode/stepcode
Issues 63 https://patch-diff.githubusercontent.com/stepcode/stepcode/issues
Pull requests 1 https://patch-diff.githubusercontent.com/stepcode/stepcode/pulls
Actions https://patch-diff.githubusercontent.com/stepcode/stepcode/actions
Projects 0 https://patch-diff.githubusercontent.com/stepcode/stepcode/projects
Wiki https://patch-diff.githubusercontent.com/stepcode/stepcode/wiki
Security 0 https://patch-diff.githubusercontent.com/stepcode/stepcode/security
Insights https://patch-diff.githubusercontent.com/stepcode/stepcode/pulse
Code https://patch-diff.githubusercontent.com/stepcode/stepcode
Issues https://patch-diff.githubusercontent.com/stepcode/stepcode/issues
Pull requests https://patch-diff.githubusercontent.com/stepcode/stepcode/pulls
Actions https://patch-diff.githubusercontent.com/stepcode/stepcode/actions
Projects https://patch-diff.githubusercontent.com/stepcode/stepcode/projects
Wiki https://patch-diff.githubusercontent.com/stepcode/stepcode/wiki
Security https://patch-diff.githubusercontent.com/stepcode/stepcode/security
Insights https://patch-diff.githubusercontent.com/stepcode/stepcode/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/stepcode/stepcode/issues/455
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/stepcode/stepcode/issues/455
How to compile with MinGW-w64 on Windows-10https://patch-diff.githubusercontent.com/stepcode/stepcode/issues/455#top
https://github.com/lavender-lee
https://github.com/lavender-lee
lavender-leehttps://github.com/lavender-lee
on Aug 12, 2023https://github.com/stepcode/stepcode/issues/455#issue-1847829124
https://github.com/stepcode/stepcode/blob/master/INSTALLhttps://github.com/stepcode/stepcode/blob/master/INSTALL
step-compile.txthttps://github.com/stepcode/stepcode/files/12326854/step-compile.txt
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.