-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Issue in Making Coin #295
Comments
try used new plugin of latest. what OS?pm me on gmail. im busy but i can
look repos updates
…On Sat, Sep 15, 2018 at 4:55 PM CryptoPalestine ***@***.***> wrote:
***@***.***:~/DirhamZayed/build$ make
Scanning dependencies of target version
fatal: No names found, cannot describe anything.
CMake Warning at src/version.cmake:3 (message):
Cannot determine current revision. Make sure that you are building either
from a Git working tree or from a source archive.
[ 0%] Built target version
Scanning dependencies of target upnpc-static
[ 1%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[ 1%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[ 1%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[ 1%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[ 2%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[ 2%] Building C object
external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c: In function
‘main’:
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:130:23: error:
‘%d’ directive output may be truncated writing between 1 and 10 bytes into
a region of size 6 [-Werror=format-truncation=]
snprintf(index, 6, "%d", i);
^~
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:130:22: note:
directive argument in the range [0, 2147483647]
snprintf(index, 6, "%d", i);
^~~~
In file included from /usr/include/stdio.h:862:0,
from /home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note:
‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination
of size 6
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
external/miniupnpc/CMakeFiles/upnpc-static.dir/build.make:182: recipe for
target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o' failed
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o]
Error 1
CMakeFiles/Makefile2:143: recipe for target
'external/miniupnpc/CMakeFiles/upnpc-static.dir/all' failed
make[1]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2
***please help me asap
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#295>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK51tVlnRVi3yUie7Xp3wXg31kKDbAUIks5ubLJ5gaJpZM4WqQCN>
.
--
Nur1Labs©2010
______________________________
Site Info -> Here <https://nur1labs.com/>
AriA : amf8a9ondahtxisA3GWLK8jvhhjnNBR9bk
|
make[3]: Leaving directory '/home/softmac/Desktop/bhumika/smaccoin/smaccoin/build/release' warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~ |
same problem ubuntu 18 |
ubuntu 18 has bug. used ubuntu 16
…On Wed, Dec 19, 2018 at 2:45 PM BhumikaB ***@***.***> wrote:
same problem ubuntu 18
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51tSBevANQYT4kBkwk4pJLB77hpbg2ks5u6dKIgaJpZM4WqQCN>
.
--
Nur1Labs©2010
______________________________
Site Info -> Here <https://nur1labs.com/>
AriA : amf8a9ondahtxisA3GWLK8jvhhjnNBR9bk
BVOne : bDo2U4UEoM9gayRf1GyZ3zZo5B8nUSDBbm
|
smaccoin/src/wallet/LegacyKeysImporter.cpp:16:0: |
im long time not used CN. lol that null mean empty. did you update and
upgrade OS?
…On Thu, Dec 20, 2018 at 3:18 PM BhumikaB ***@***.***> wrote:
smaccoin/src/wallet/LegacyKeysImporter.cpp:16:0:
/home/softmac/Desktop/bhumika/smaccoin/smaccoin/contrib/epee/include/storages/portable_storage.h:
In member function ‘bool
epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray,
epee::serialization::section*&)’:
/home/softmac/Desktop/bhumika/smaccoin/smaccoin/contrib/epee/include/storages/portable_storage.h:431:16:
error: converting to ‘bool’ from ‘std::nullptr_t’ requires
direct-initialization [-fpermissive]
return nullptr;
^
src/CMakeFiles/wallet.dir/build.make:110: recipe for target
'src/CMakeFiles/wallet.dir/wallet/LegacyKeysImporter.cpp.o' failed
make[3]: *** [src/CMakeFiles/wallet.dir/wallet/LegacyKeysImporter.cpp.o]
Error 1
make[3]: Leaving directory
'/home/softmac/Desktop/bhumika/smaccoin/smaccoin/build/release'
CMakeFiles/Makefile2:352: recipe for target
'src/CMakeFiles/wallet.dir/all' failed
make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
make[2]: Leaving directory
'/home/softmac/Desktop/bhumika/smaccoin/smaccoin/build/release'
Makefile:127: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory
'/home/softmac/Desktop/bhumika/smaccoin/smaccoin/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51tXDeimX16vauJSXdCLjfs38D3agoks5u6yvJgaJpZM4WqQCN>
.
--
Nur1Labs©2010
______________________________
Site Info -> Here <https://nur1labs.com/>
AriA : amf8a9ondahtxisA3GWLK8jvhhjnNBR9bk
BVOne : bDo2U4UEoM9gayRf1GyZ3zZo5B8nUSDBbm
|
in ubuntu 16 , I am getting this error |
apt install build-essential
…On Thu, Dec 20, 2018 at 3:23 PM BhumikaB ***@***.***> wrote:
in ubuntu 16 , I am getting this error
gcc: 5.4.0
g++: 5.4.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AK51tRaaTFLGQkMRB5V5US7x9OmFFnt2ks5u6yzdgaJpZM4WqQCN>
.
--
Nur1Labs©2010
______________________________
Site Info -> Here <https://nur1labs.com/>
AriA : amf8a9ondahtxisA3GWLK8jvhhjnNBR9bk
BVOne : bDo2U4UEoM9gayRf1GyZ3zZo5B8nUSDBbm
|
There has been an active issue for over 5 years now when trying to build the source on modern compilers. Here is how I was able to compile my CryptoNote Coin using Ubuntu 14/16: Installing Dependenciessudo apt-get update Installing gcc version 4.8.4 Installing boost c++ libraries version 1.55 Installing Git Compiling the Cryptonote Projectgit clone https://github.com/[Your Github Account Name]/[Your Coin’s Github Repository].git |
dirhamzayed@DirhamZayed:~/DirhamZayed/build$ make
Scanning dependencies of target version
fatal: No names found, cannot describe anything.
CMake Warning at src/version.cmake:3 (message):
Cannot determine current revision. Make sure that you are building either
from a Git working tree or from a source archive.
[ 0%] Built target version
Scanning dependencies of target upnpc-static
[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[ 1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[ 2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[ 2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c: In function ‘main’:
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:130:23: error: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 6 [-Werror=format-truncation=]
snprintf(index, 6, "%d", i);
^~
/home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:130:22: note: directive argument in the range [0, 2147483647]
snprintf(index, 6, "%d", i);
^~~~
In file included from /usr/include/stdio.h:862:0,
from /home/dirhamzayed/DirhamZayed/external/miniupnpc/upnpc.c:8:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 6
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
external/miniupnpc/CMakeFiles/upnpc-static.dir/build.make:182: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o' failed
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o] Error 1
CMakeFiles/Makefile2:143: recipe for target 'external/miniupnpc/CMakeFiles/upnpc-static.dir/all' failed
make[1]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2
***please help me asap
The text was updated successfully, but these errors were encountered: