GithubHelp home page GithubHelp logo

can not build in Linux about ultracopier HOT 7 OPEN

alphaonex86 avatar alphaonex86 commented on July 27, 2024
can not build in Linux

from ultracopier.

Comments (7)

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Hi,
Can you details me what you try compile and how?
missing:
#include <QCoreApplication>

from ultracopier.

StefanPofahl avatar StefanPofahl commented on July 27, 2024

For me it is similar:
OS: Ubuntu 22.04
1.)

sudo apt install make gcc qtmultimedia5-dev libogg-dev libopus-dev libgl1-mesa-dev

2.) Download zip of Master
3.) Extracting
4.) change to folder
5.) building

find ./ -name '*.ts' -exec lrelease {} \;
qmake ultracopier.pro
make -j$(nproc)

6.) Error message

In file included from libogg/bitwise.c:21:
/usr/include/string.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from libogg/framing.c:23:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from opusfile/internal.h:31,
                 from opusfile/info.c:16:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from opusfile/internal.h:31,
                 from opusfile/internal.c:16:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from opusfile/internal.h:31,
                 from opusfile/opusfile.c:21:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:10274: bitwise.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:10310: info.o] Error 1
make: *** [Makefile:10289: framing.o] Error 1
make: *** [Makefile:10351: opusfile.o] Error 1
In file included from libopus/silk/SigProc_FIX.h:40,
                 from libopus/silk/ana_filt_bank_1.c:32:
/usr/include/string.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:10328: internal.o] Error 1
make: *** [Makefile:10416: ana_filt_bank_1.o] Error 1
In file included from opusfile/internal.h:31,
                 from opusfile/stream.c:21:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:10372: stream.o] Error 1
In file included from libopus/silk/SigProc_FIX.h:40,
                 from libopus/silk/inner_prod_aligned.c:32:
/usr/include/string.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:10460: inner_prod_aligned.o] Error 1

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Try after:
apt-get install build-essential gcc automake bc libncurses-dev flex bison libssl-dev

from ultracopier.

StefanPofahl avatar StefanPofahl commented on July 27, 2024

Thanks! Unfortunatly, the error message is still the same.

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Maybe this can help:
https://askubuntu.com/questions/1387067/usr-include-stdio-h2710-fatal-error-bits-libc-header-start-h-no-such-file
Else insert as the first line other-pro/ultracopier-core.pro:
DEFINES += NOAUDIO
this will try compile with audio

from ultracopier.

StefanPofahl avatar StefanPofahl commented on July 27, 2024

Thanks, for the tip! - Now it looks a bit more promissing during compilation, but it was not successfull at the end ... :-(
The error message is now:

In file included from lib/qt-tar-xz/xz_config.h:22,
                 from lib/qt-tar-xz/xz_private.h:53,
                 from lib/qt-tar-xz/xz_crc32.c:18:
/usr/include/stdlib.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
   26 | #include <bits/libc-header-start.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:12500: xz_crc32.o] Error 1
make: *** Waiting for unfinished jobs....

Could it make sense to specify upfront the correct python-skript interpreter?
I have Julia installed on my machine, and it seems, as if the python interpreter included in Julia is taken ...

from ultracopier.

alphaonex86 avatar alphaonex86 commented on July 27, 2024

Same seam be same error, but this part is needed. python have not link to this project because this proyecto don't have part into python

from ultracopier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.