jos
January 14, 2022, 11:11pm
1
Regardless if invoked standalone or from within the Kicad main menu. pcbnew does not load any file. Progress dialog stuck at 0. No action whatsoever.
It was ok with yesterday’s pull off of master
Cheers
Application: KiCad
Version: (5.99.0-14313-g1f6a5ff9e0-dirty), release build
Libraries:
wxWidgets 3.1.6
libcurl/7.74.0 GnuTLS/3.7.1 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0 librtmp/2.3
Platform: Linux 5.11.0-16-generic x86_64, 64 bit, Little endian, wxGTK, xubuntu, x11
Build Info:
Date: Jan 15 2022 10:48:07
wxWidgets: 3.1.6 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.5.2
Curl: 7.74.0
ngspice: 31
Compiler: GCC 11.0.1 with C++ ABI 1016
Build settings:
KICAD_USE_OCC=ON
KICAD_USE_EGL=ON
KICAD_SPICE=ON
eelik
January 14, 2022, 11:47pm
2
Why that version? The latest master is 6.99, not 5.99.
BobZ
January 14, 2022, 11:52pm
3
6.00 is now a stable version and 6.99 is a nightly for the adventurous. It seems strange that you got 5.99 if you downloaded in the last few days. (Actually you downloaded tomorrow. )
Maybe you are trying to go backwards in version somehow…you are not actually running a recent (1-2 weeks) version.
jos
January 15, 2022, 12:16am
4
Been expecting exatly that questuion
The version string in the repository still reads 5.99.
Needs to be updated.
BobZ
January 15, 2022, 12:19am
5
I am not so knowledgeable about Linux but can you try installing & running the stable version? I think that should give you 6.0.
jos
January 15, 2022, 12:53am
6
regardless of changes in master the local …/build/kicad_build_version.h
since the verison number change assembles as below
/* Do not modify this file, it was automatically generated by CMake. */
/*
Define the KiCad build version strings.
*/
#ifndef KICAD_VERSION_H
#define KICAD_VERSION_H
#define KICAD_VERSION_FULL “(5.99.0-14316-g3f70d2bb3c)”
#define KICAD_SEMANTIC_VERSION “6.99.0-unknown”
#define KICAD_MAJOR_VERSION “6”
#define KICAD_MAJOR_MINOR_VERSION “6.99”
#define KICAD_MAJOR_MINOR_VERSION_TUPLE { 6, 99 }
#define KICAD_WIN32_RC_PRODVER 6, 99, 0, 0
#define KICAD_WIN32_RC_PRODVER_STR “6.99\0”
#define KICAD_WIN32_RC_FILEVER 6, 99, 0, 0
#define KICAD_WIN32_RC_FILEVER_STR “6.99.0.0\0”
#endif /* KICAD_VERSION_H */
jos
January 15, 2022, 2:26am
7
Thanks Jeff , or was it Seth
qu1ck
January 15, 2022, 2:55am
8
Not sure what you are talking about. Version string was updated a month ago.
You didn’t pull the changes correctly if you still had 5.99.
marekr
January 15, 2022, 2:59am
9
What’s more interesting is wxWidgets 3.1.6…which isn’t released nor complete
jos
January 15, 2022, 3:27am
10
Simply pull master and you’ll get 3.1.6
Appears to work fine as far as Kicad is concerned.
system
Closed
April 15, 2022, 3:27am
11
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.