Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


PeppyMeter and moOde
Hi Pappece,
we are sure that the FIFO file (/var/tmp/peppyfifo) has been created and is correctly running thanks the test:
Code:
/home/pi/peppyalsa/src/peppyalsa-client /var/tmp/peppyfifo

Would you please try to change the line:

Code:
meter.folder = 480x320
 
and see what appens (you should see the meters on the left of your display).

In the mean time could you please provide to me some of your files (e.g.:you could zip the directory and put it on the cloud), to try to replicate your issue.
Best regards,
Francesco
Reply
Code:
/home/pi/peppyalsa/src/peppyalsa-client /var/tmp/peppyfifo
the L&R channels bars regularry appears and move.
Code:
meter.folder = 480x320
than i give the command ssh cd /home/pi/PeppyMeter
sudo python3 peppymeter.py
but nothing, display became black and in terminal ssh i have this error libpng warning: iCCP: known incorrect sRGB profile.
"In the mean time could you please provide to me some of your files (e.g.:you could zip the directory and put it on the cloud), to try to ary to replicate your issue."... i don't undestand what do you mean, what i have to send you? purtroppo
Reply
Hi Pappece,

for the test  with "standard" meters I forgot to ask you to insert the following parameters:


Code:
screen.width =
screen.height =

with the right values of you display.
To be sure about those values, please run the following commands:
Code:
tvservice -l
tvservice -s -v 0
tvservice -s -v 2
tvservice -s -v 7

Other point: I mean the folder "1480x320_Gelo5 01-20 Skins".
Ciao,
Francesco
Reply
Photo 
(05-21-2024, 07:54 PM)fdealexa Wrote: Hi Pappece,

for the test  with "standard" meters I forgot to ask you to insert the following parameters:


Code:
screen.width =
screen.height =

with the right values of you display.
To be sure about those values, please run the following commands:
Code:
tvservice -l
tvservice -s -v 0
tvservice -s -v 2
tvservice -s -v 7

Other point: I mean the folder "1480x320_Gelo5 01-20 Skins".
Ciao,
Francesco
Hi, francesco.

Code:
tvservice -l
tvservice -s -v 0
tvservice -s -v 2
tvservice -s -v 7
My screen resolution is
pi@moode:~ $ tvservice -l
tvservice -s -v 0
tvservice -s -v 2
tvservice -s -v 7
2 attached device(s), display ID's are :
Display Number 2, type HDMI 0
Display Number 7, type HDMI 1
[E] Invalid device/display ID
state 0xa [HDMI DMT (87) RGB full unknown AR], 320x1480 @ 60.00Hz, progressive
state 0xa [HDMI DMT (4) RGB full 4:3], 640x480 @ 60.00Hz, progressive 

So i wrote in config.txt 
screen.width = 1480

screen.height = 320

then started playing music and then peppy on, and finally a little meter appear on the left of my display,without cover and metadata info, and meters don't move, and in terminal i have this message of error :
libpng warning: iCCP: known incorrect sRGB profile

The template folder you asked me to link, was created by Gelo , an user/developer of another music Os, and you can find it here on github: https://github.com/project-owner/PeppyMe...0skins.zip.



Attached Files Thumbnail(s)
   
Reply
Hi Pappece,
It must run: the only thing I can see is that seems you have a secondary display connected on the second HDMI.
Would you please try to switch the system off, disconnect the display and try again without the secondary display?
I will try to replicate your issue and will inform.
Best regards,
Francesco
Reply
(05-22-2024, 07:29 AM)fdealexa Wrote: Hi Pappece,
It must run: the only thing I can see is that seems you have a secondary display connected on the second HDMI.
Would you please try to switch the system off, disconnect the display and try again without the secondary display?
I will try to replicate your issue and will inform.
Best regards,
Francesco

Francesco ,my Rpi 4 is connected only to my waveshare 11.9", the second HDMI  plug is empty.....nothing connected ! Boh?!? Huh
Reply
I have tried to replicate your configuration and, as you can see in the attached, the meter is running.
Some notes:
  • the variable fields (duration title, author, etc.) are filled by another O.S.
  • the warning that you see are related to the not complete compatibility of the original meters with raspberry OS
  • I am quit sure that (if you have follow the GITHUB Instructions) the field in the config.txt related to the FIFO has something wrong: would you please double check it?
Best regards,
Francesco

                    
Reply
(05-22-2024, 03:15 PM)fdealexa Wrote: I have tried to replicate your configuration and, as you can see in the attached, the meter is running.
Some notes:
  • the variable fields (duration title, author, etc.) are filled by another O.S.
  • the warning that you see are related to the not complete compatibility of the original meters with raspberry OS
  • I am quit sure that (if you have follow the GITHUB Instructions) the field in the config.txt related to the FIFO has something wrong: would you please double check it?
Best regards,
Francesco

            

Good morning Francesco.
I send you my config.txt from /home/pi/PeppyMeter
Code:
[current]
meter = random
random.meter.interval = 20
base.folder =
meter.folder = 480x320
screen.width = 1480
screen.height = 320
exit.on.touch = False
stop.display.on.touch = False
output.display = True
output.serial = False
output.i2c = False
output.pwm = False
output.http = False
use.logging = False
use.cache = True
cache.size = 20
frame.rate = 30

[sdl.env]
framebuffer.device = /dev/fb0
mouse.device = /dev/input/event0
mouse.driver = TSLIB
mouse.enabled = True
video.driver = dummy
video.display = :0
double.buffer = False
no.frame = False

[serial.interface]
device.name = /dev/serial0
baud.rate = 9600
include.time = False
update.period = 0.1

[i2c.interface]
port = 1
left.channel.address = 0x21
right.channel.address = 0x20
output.size = 10
update.period = 0.1

[pwm.interface]
frequency = 500
gpio.pin.left = 24
gpio.pin.right = 25
update.period = 0.1

[http.interface]
target.url = http://localhost:8000/vumeter
update.period = 0.033

[web.server]
http.port = 8001

[data.source]
type = pipe
polling.interval = 0.04
pipe.name = /home/tmp/peppyfifo
volume.constant = 80.0
volume.min = 0.0
volume.max = 100.0
volume.max.in.pipe = 100.0
step = 6
mono.algorithm = average
stereo.algorithm = new
smooth.buffer.size = 4
and config.log from /home/pi/peppyalsa

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by pimeter configure 0.44, which was
generated by GNU Autoconf 2.69.  Invocation command line was

 $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = moode
uname -m = aarch64
uname -r = 6.1.21-v8+
uname -s = Linux
uname -v = #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = aarch64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2177: checking for a BSD-compatible install
configure:2245: result: /usr/bin/install -c
configure:2256: checking whether build environment is sane
configure:2311: result: yes
configure:2457: checking for a thread-safe mkdir -p
configure:2496: result: /usr/bin/mkdir -p
configure:2503: checking for gawk
configure:2533: result: no
configure:2503: checking for mawk
configure:2519: found /usr/bin/mawk
configure:2530: result: mawk
configure:2541: checking whether make sets $(MAKE)
configure:2563: result: yes
configure:2592: checking whether make supports nested variables
configure:2609: result: yes
configure:2766: checking build system type
configure:2780: result: aarch64-unknown-linux-gnu
configure:2800: checking host system type
configure:2813: result: aarch64-unknown-linux-gnu
configure:2854: checking how to print strings
configure:2881: result: printf
configure:2906: checking whether make supports the include directive
configure:2921: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:2924: $? = 0
configure:2943: result: yes (GNU style)
configure:3013: checking for gcc
configure:3029: found /usr/bin/gcc
configure:3040: result: gcc
configure:3269: checking for C compiler version
configure:3278: gcc --version >&5
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3289: $? = 0
configure:3278: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/10/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
configure:3289: $? = 0
configure:3278: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3289: $? = 1
configure:3278: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3289: $? = 1
configure:3309: checking whether the C compiler works
configure:3331: gcc    conftest.c  >&5
configure:3335: $? = 0
configure:3383: result: yes
configure:3386: checking for C compiler default output file name
configure:3388: result: a.out
configure:3394: checking for suffix of executables
configure:3401: gcc -o conftest    conftest.c  >&5
configure:3405: $? = 0
configure:3427: result:
configure:3449: checking whether we are cross compiling
configure:3457: gcc -o conftest    conftest.c  >&5
configure:3461: $? = 0
configure:3468: ./conftest
configure:3472: $? = 0
configure:3487: result: no
configure:3492: checking for suffix of object files
configure:3514: gcc -c   conftest.c >&5
configure:3518: $? = 0
configure:3539: result: o
configure:3543: checking whether we are using the GNU C compiler
configure:3562: gcc -c   conftest.c >&5
configure:3562: $? = 0
configure:3571: result: yes
configure:3580: checking whether gcc accepts -g
configure:3600: gcc -c -g  conftest.c >&5
configure:3600: $? = 0
configure:3641: result: yes
configure:3658: checking for gcc option to accept ISO C89
configure:3721: gcc  -c -g -O2  conftest.c >&5
configure:3721: $? = 0
configure:3734: result: none needed
configure:3759: checking whether gcc understands -c and -o together
configure:3781: gcc -c conftest.c -o conftest2.o
configure:3784: $? = 0
configure:3781: gcc -c conftest.c -o conftest2.o
configure:3784: $? = 0
configure:3796: result: yes
configure:3815: checking dependency style of gcc
configure:3926: result: gcc3
configure:3941: checking for a sed that does not truncate output
configure:4005: result: /usr/bin/sed
configure:4023: checking for grep that handles long lines and -e
configure:4081: result: /usr/bin/grep
configure:4086: checking for egrep
configure:4148: result: /usr/bin/grep -E
configure:4153: checking for fgrep
configure:4215: result: /usr/bin/grep -F
configure:4250: checking for ld used by gcc
configure:4317: result: /usr/bin/ld
configure:4324: checking if the linker (/usr/bin/ld) is GNU ld
configure:4339: result: yes
configure:4351: checking for BSD- or MS-compatible name lister (nm)
configure:4405: result: /usr/bin/nm -B
configure:4535: checking the name lister (/usr/bin/nm -B) interface
configure:4542: gcc -c -g -O2  conftest.c >&5
configure:4545: /usr/bin/nm -B "conftest.o"
configure:4548: output
0000000000000000 B some_variable
configure:4555: result: BSD nm
configure:4558: checking whether ln -s works
configure:4562: result: yes
configure:4570: checking the maximum length of command line arguments
configure:4701: result: 1572864
configure:4749: checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format
configure:4789: result: func_convert_file_noop
configure:4796: checking how to convert aarch64-unknown-linux-gnu file names to toolchain format
configure:4816: result: func_convert_file_noop
configure:4823: checking for /usr/bin/ld option to reload object files
configure:4830: result: -r
configure:4904: checking for objdump
configure:4920: found /usr/bin/objdump
configure:4931: result: objdump
configure:4963: checking how to recognize dependent libraries
configure:5163: result: pass_all
configure:5248: checking for dlltool
configure:5278: result: no
configure:5308: checking how to associate runtime and link libraries
configure:5335: result: printf %s\n
configure:5396: checking for ar
configure:5412: found /usr/bin/ar
configure:5423: result: ar
configure:5460: checking for archiver @FILE support
configure:5477: gcc -c -g -O2  conftest.c >&5
configure:5477: $? = 0
configure:5480: ar cr libconftest.a @conftest.lst >&5
configure:5483: $? = 0
configure:5488: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:5491: $? = 1
configure:5503: result: @
configure:5561: checking for strip
configure:5577: found /usr/bin/strip
configure:5588: result: strip
configure:5660: checking for ranlib
configure:5676: found /usr/bin/ranlib
configure:5687: result: ranlib
configure:5789: checking command to parse /usr/bin/nm -B output from gcc object
configure:5942: gcc -c -g -O2  conftest.c >&5
configure:5945: $? = 0
configure:5949: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:6015: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6018: $? = 0
configure:6056: result: ok
configure:6103: checking for sysroot
configure:6133: result: no
configure:6140: checking for a working dd
configure:6178: result: /usr/bin/dd
configure:6182: checking how to truncate binary pipes
configure:6197: result: /usr/bin/dd bs=4096 count=1
configure:6526: checking for mt
configure:6542: found /usr/bin/mt
configure:6553: result: mt
configure:6576: checking if mt is a manifest tool
configure:6582: mt '-?'
configure:6590: result: no
configure:7267: checking how to run the C preprocessor
configure:7298: gcc -E  conftest.c
configure:7298: $? = 0
configure:7312: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  11 | #include <ac_nonexistent.h>
     |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7312: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pimeter"
| #define PACKAGE_TARNAME "pimeter"
| #define PACKAGE_VERSION "0.44"
| #define PACKAGE_STRING "pimeter 0.44"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pimeter"
| #define VERSION "0.44"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7337: result: gcc -E
configure:7357: gcc -E  conftest.c
configure:7357: $? = 0
configure:7371: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  11 | #include <ac_nonexistent.h>
     |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pimeter"
| #define PACKAGE_TARNAME "pimeter"
| #define PACKAGE_VERSION "0.44"
| #define PACKAGE_STRING "pimeter 0.44"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "pimeter"
| #define VERSION "0.44"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7400: checking for ANSI C header files
configure:7420: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7493: gcc -o conftest -g -O2   conftest.c  >&5
configure:7493: $? = 0
configure:7493: ./conftest
configure:7493: $? = 0
configure:7504: result: yes
configure:7517: checking for sys/types.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for sys/stat.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for stdlib.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for string.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for memory.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for strings.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for inttypes.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for stdint.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7517: checking for unistd.h
configure:7517: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7517: result: yes
configure:7531: checking for dlfcn.h
configure:7531: gcc -c -g -O2  conftest.c >&5
configure:7531: $? = 0
configure:7531: result: yes
configure:7787: checking for objdir
configure:7802: result: .libs
configure:8062: checking if gcc supports -fno-rtti -fno-exceptions
configure:8080: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8084: $? = 0
configure:8097: result: no
configure:8461: checking for gcc option to produce PIC
configure:8468: result: -fPIC -DPIC
configure:8476: checking if gcc PIC flag -fPIC -DPIC works
configure:8494: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8498: $? = 0
configure:8511: result: yes
configure:8540: checking if gcc static flag -static works
configure:8568: result: yes
configure:8583: checking if gcc supports -c -o file.o
configure:8604: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8608: $? = 0
configure:8630: result: yes
configure:8638: checking if gcc supports -c -o file.o
configure:8685: result: yes
configure:8718: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9981: result: yes
configure:10018: checking whether -lc should be explicitly linked in
configure:10026: gcc -c -g -O2  conftest.c >&5
configure:10029: $? = 0
configure:10044: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10047: $? = 0
configure:10061: result: no
configure:10221: checking dynamic linker characteristics
configure:10802: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10802: $? = 0
configure:11051: result: GNU/Linux ld.so
configure:11173: checking how to hardcode library paths into programs
configure:11198: result: immediate
configure:11746: checking whether stripping libraries is possible
configure:11751: result: yes
configure:11786: checking if libtool supports shared libraries
configure:11788: result: yes
configure:11791: checking whether to build shared libraries
configure:11816: result: yes
configure:11819: checking whether to build static libraries
configure:11823: result: yes
configure:11909: checking for gcc
configure:11936: result: gcc
configure:12165: checking for C compiler version
configure:12174: gcc --version >&5
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12185: $? = 0
configure:12174: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/10/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6' --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-10 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-mutex
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
configure:12185: $? = 0
configure:12174: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12185: $? = 1
configure:12174: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:12185: $? = 1
configure:12189: checking whether we are using the GNU C compiler
configure:12217: result: yes
configure:12226: checking whether gcc accepts -g
configure:12287: result: yes
configure:12304: checking for gcc option to accept ISO C89
configure:12380: result: none needed
configure:12405: checking whether gcc understands -c and -o together
configure:12442: result: yes
configure:12461: checking dependency style of gcc
configure:12572: result: gcc3
configure:12588: checking whether ln -s works
configure:12592: result: yes
configure:12600: checking for snd_pcm_open in -lasound
configure:12625: gcc -o conftest -g -O2   conftest.c -lasound   >&5
configure:12625: $? = 0
configure:12634: result: yes
configure:12647: checking for fftw_plan_dft_r2c_1d in -lfftw3
configure:12672: gcc -o conftest -g -O2   conftest.c -lfftw3  -lasound  >&5
configure:12672: $? = 0
configure:12681: result: yes
configure:12694: checking for log in -lm
configure:12719: gcc -o conftest -g -O2   conftest.c -lm  -lfftw3 -lasound  >&5
conftest.c:32:6: warning: conflicting types for built-in function 'log'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  32 | char log ();
     |      ^~~
conftest.c:1:1: note: 'log' is declared in header '<math.h>'
   1 | /* confdefs.h */
configure:12719: $? = 0
configure:12728: result: yes
configure:12879: checking that generated files are newer than configure
configure:12885: result: done
configure:12912: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by pimeter config.status 0.44, which was
generated by GNU Autoconf 2.69.  Invocation command line was

 CONFIG_FILES    =
 CONFIG_HEADERS  =
 CONFIG_LINKS    =
 CONFIG_COMMANDS =
 $ ./config.status

on moode

config.status:1007: creating Makefile
config.status:1179: executing depfiles commands
config.status:1256: cd .       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:1261: $? = 0
config.status:1179: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=aarch64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=aarch64-unknown-linux-gnu
ac_cv_lib_asound_snd_pcm_open=yes
ac_cv_lib_fftw3_fftw_plan_dft_r2c_1d=yes
ac_cv_lib_m_log=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/pi/peppyalsa/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} '\''/home/pi/peppyalsa/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/pi/peppyalsa/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/pi/peppyalsa/missing'\'' automake-1.16'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"pimeter\" -DPACKAGE_TARNAME=\"pimeter\" -DPACKAGE_VERSION=\"0.44\" -DPACKAGE_STRING=\"pimeter\ 0.44\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pimeter\" -DVERSION=\"0.44\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBASOUND=1 -DHAVE_LIBFFTW3=1 -DHAVE_LIBM=1'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm -lfftw3 -lasound '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '\''/home/pi/peppyalsa/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='pimeter'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='pimeter'
PACKAGE_STRING='pimeter 0.44'
PACKAGE_TARNAME='pimeter'
PACKAGE_URL=''
PACKAGE_VERSION='0.44'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.44'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='aarch64-unknown-linux-gnu'
build_alias=''
build_cpu='aarch64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='aarch64-unknown-linux-gnu'
host_alias=''
host_cpu='aarch64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/pi/peppyalsa/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "pimeter"
#define PACKAGE_TARNAME "pimeter"
#define PACKAGE_VERSION "0.44"
#define PACKAGE_STRING "pimeter 0.44"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "pimeter"
#define VERSION "0.44"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBASOUND 1
#define HAVE_LIBFFTW3 1
#define HAVE_LIBM 1

configure: exit 0
Reply
You have
Code:
meter.folder = 480x320

Can you check the folder “480x320“ exists ?
Reply
(05-23-2024, 07:16 AM)steve4star Wrote: You have
Code:
meter.folder = 480x320

Can you check the folder “480x320“ exists ?

Thanks Steve,
this is from PeppyMeter documentation: UI is available in four resolutions 320x240, 480x320, 800x480 and 1280x400 pixels.
In attachment, please find the list of the folders in a peppymeter installation.
Best regards,
Francesco

   
Reply


Forum Jump: