shortstheory / APStreamline

Live Video Streaming Made Easy!
GNU General Public License v3.0
116 stars 35 forks source link

Cannot compile source #15

Open andreasloe opened 2 years ago

andreasloe commented 2 years ago

I am using a raspberry pi zero 2W with bullseye and get the following error during compilation

pi@raspCam:~/APStreamline $ ls build config LICENSE meson.build README.md src pi@raspCam:~/APStreamline $ cd build pi@raspCam:~/APStreamline/build $ ninja -j2 [9/14] Compiling C++ object stream_server.p/src_Camera_Camera.cpp.o FAILED: stream_server.p/src_Camera_Camera.cpp.o c++ -Istream_server.p -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/arm-linux-gnueabihf -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++14 -g -pthread -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_60 -Wall -Werror -MD -MQ stream_server.p/src_Camera_Camera.cpp.o -MF stream_server.p/src_Camera_Camera.cpp.o.d -o stream_server.p/src_Camera_Camera.cpp.o -c ../src/Camera/Camera.cpp {standard input}: Assembler messages: {standard input}:144519: Warning: end of file not at end of a line; newline inserted {standard input}:145103: Error: unknown pseudo-op:.u' c++: fatal error: Getötet signal terminated program cc1plus compilation terminated. [10/14] Compiling C++ object stream_server.p/src_Camera_MJPGCamera.cpp.o ninja: build stopped: subcommand failed `

shortstheory commented 2 years ago

Hi, could you share more info about the GStreamer version and the image you're using on the RPi 0W?

andreasloe commented 2 years ago

Sorry for the long delay. I am using Linux raspCam 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l Raspberry Pi Zero 2 W Rev 1.0 PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"

I am using the current distribution from github, git clone https://github.com/shortstheory/APStreamline.git

shortstheory commented 2 years ago

Thanks, I'll take a look once I get access to my RPi 0 again! I'm away from my tools at the moment so I won't be able to debug it right away.