-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompilingOnLinux Guide: Fixes path erros and removes unnecessary sudos; ... #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s; Adds instruction to walkaround (q)axcontainer problem
gridcoin
added a commit
that referenced
this pull request
Oct 25, 2014
CompilingOnLinux Guide: Fixes path erros and removes unnecessary sudos; ...
Thanks - added the boost lines. |
dopeshitnetworks-irc-dopeshit-net
added a commit
to dopeshitnetworks-irc-dopeshit-net/Gridcoin-Research
that referenced
this pull request
Nov 25, 2016
corrected issue when trying to compile from source on gnu-linux powerpc64 where complaint : " In file included from upgrader.h:4:0, from rpcrawtransaction.cpp:16: /home/jamezz/Downloads/wallet/Gridcoin-Research/src/curl.h:235:3: error: ‘curl_off_t’ does not name a type curl_off_t size; ^ /home/jamezz/Downloads/wallet/Gridcoin-Research/src/curl.h:296:35: error: ‘curl_off_t’ has not been declared curl_off_t offset, ^ makefile.unix:173: recipe for target 'obj/rpcrawtransaction.o' failed make: *** [obj/rpcrawtransaction.o] Error 1 " __ppc__ and __ppc64__ may work on debian branches like ubuntu pp64 or slackware ppc64 and not debian so I left them the descriptors. Full compile to error and abort log http://www.pastebin.ca/3685615 Tested on: Dual 2ghz MacRISC Power5 PPC970FX G5 Silver Pro Tower with 2.5gb ram running Debian 8/Jesse Linux version 3.16.0-4-powerpc64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) gridcoin-community#1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) - ppc64 GNU/Linux
denravonska
referenced
this pull request
in denravonska/Gridcoin-Research
Jan 31, 2017
Dead code removal and #include cleanup.
TheCharlatan
referenced
this pull request
in TheCharlatan/Gridcoin-Research
Jun 18, 2017
Add -noteam flag
jamescowens
pushed a commit
that referenced
this pull request
Mar 18, 2019
Start adding tests to the whitelist manager
jamescowens
pushed a commit
that referenced
this pull request
Oct 4, 2020
Modifications to PR1908 to get fonts to initialize correctly
jamescowens
pushed a commit
that referenced
this pull request
Jun 2, 2021
depends: Fix curl ssl options
MinaFarhan
referenced
this pull request
in MinaFarhan/Gridcoin-Research
Sep 9, 2022
jamescowens
added a commit
that referenced
this pull request
Oct 31, 2022
util: Diagnose Lib Version #1
jamescowens
added a commit
that referenced
this pull request
Nov 27, 2022
Added - net: Add and document network messages in protocol.h (backport) #2533 (@Pythonix) - Define MAX_DIGITS_BTC for magic number in BitcoinUnits::format #2555 (@barton2526) - rpc: Implementation of getmrcinfo #2570 (@jamescowens) - init: Add init error message if -printtoconsole and -daemon specified simultaneously #2571 (@jamescowens) - rpc: getmrcinfo part 2 - add calculated minimum fees and fee boosting and by CPID reporting #2575 (@jamescowens) - fs: fully initialize `_OVERLAPPED` for win32 #2587 (@div72) - util: Diagnose Lib Version #1 #2573 (@MinaFarhan) - util: Implement core diagnostics #2 (@jamescowens) - util: modify Win32LockedPageAllocator to query windows for limit. #2536 (@div72) - gui, voting: Implement information for wallet holder's votes on poll info cards #2605 (@jamescowens) Changed - scripted-diff: Drop Darwin version for better maintainability #2557 (@barton2526) - build: Require gcc8 on Ubuntu Bionic to enable C++17 features #2579 (@barton2526) - util: Replace use of locale dependent atoi(…) with locale-independent std::from_chars(…) (C++17) #2564 (@barton2526) - translation: Translation updates #2581 (@jamescowens) - depends: update urls for dmg tools #2583 (@div72) - Use ReadLE64 in uint256::GetUint64 instead of duplicating logic #2586 (@div72) - util: Make Parse{Int,UInt}{32,64} use locale independent std::from_chars(…) (C++17) instead of locale dependent strto{l,ll,ul,ull} #2592 (@barton2526) - build: don't set PORT=no in config.site #2593 (@barton2526) - build: Replace `which` command with `command -v` #2595 (@barton2526) - build: update ax_cxx_compile_stdcxx to serial 14 #2596 (@barton2526) - gui: Changed the unlocked for staking only icons to green #2598 (@delta1513) - gui: Translation updates #2599 (@jamescowens) - build: update CI for linter and actions version #2606 (@jamescowens) - gui: Update translations #2608 (@jamescowens) Removed - refactor: remove unused c-string variant of atoi64() #2562 (@barton2526) - refactor: Remove unused CDataStream::rdbuf method #2585 (@div72) Fixed - net: Fix some benign races (backport) #2532 (@Pythonix) - rpc: fix invalid parameter error codes for {sign,verify}message RPCs #2556 (@barton2526) - build: Fix x86_64 <-> arm64 cross-compiling for macOS #2560 (@barton2526) - rpc, mrc: Fix field name and initialization of mrc_fees_to_staker #2567 (@jamescowens) - gui: Add missing resizeTableColumns to fix send address book column widths #2569 (@jamescowens) - accrual: rebuild snapshot registry on corruption instead of crashing #2577 (@div72) - doc: Fix link to MurmurHash3.cpp (moved from Google Code to Github) #2584 (@div72) - fix help text for `revokebeacon` command #2591 (@Pythonix) - util: Fix spelling error in gridcoinresearchd.cpp #2590 (@jamescowens) - depends: always use correct ar for win qt build #2588 (@div72) - util: Fix some bugs due to new implementation and change in BOINC dir handling (@jamescowens) - util: Diagnose lib - Implement changes to solve crash on some Boost 1.66 machines #2597 (@jamescowens) - contrib: Check for `patch` command, Check for `wget` command #2594 (@barton2526) - build: Check std::system for -[alert|block|wallet]notify #2582 (@barton2526) - gui: Changed the wording on the tooltip for the address book #2602 (@delta1513) - build: pass win32-dll to LT_INIT() #2601 (@barton2526) - build: minor cleanups to native_clang package #2600 (@barton2526) - util: restore translations to diagnostics #2603 (@jamescowens) - refactor: Fix problems found by valgrind #2607 (@jamescowens)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...Adds instruction to walkaround (q)axcontainer problem.
There is no need to compile as superuser and afaik there is no need to run gridcoin-qt as super user. To prevent security issues this instructions are changed. Also some of the paths were wrong or used the wrong case (and most file systems used on linux are case-sensitiv).