I think you cannot compile the newest source code wirh an earlier framework.
Many needed functions arn't included.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 31 to 60 of 311
Thread
-
-
Thanks this shows the version in MKVToolNix GUI V68.0.0 ('The Curtain') 32-bit as 5.15.4
I will stick with it for now unless it fails to work.
I did download your 32-bit mkvtoolnix version 69.0.0 with Qt 5. NON-OFFICIAL.
I will try it if I need to. -
PB
-
The only lines i see with a QT version are :
Code:MKVTOOLNIX_DEPENDENCIES+=qtbase qttranslations qtwinextras MKVTOOLNIX_DEPENDENCIES+=qt6 qt6-qtmultimedia
Code:MKVTOOLNIX_DEPENDENCIES+=qtbase qttranslations qtwinextras MKVTOOLNIX_DEPENDENCIES+=qt5 qt5-qtmultimedia
The script will do all the others things : download and build the latest qt5 version ?
For now, i'm still working with my first issue. Indeed the ./configure is not run because the script "crash" running build_libraries.
If i just run make directly from the mxe directory, my result is :
Code:------------------------------------------------------------ Obsolete target specified: "i686-pc-mingw32" Please use i686-w64-mingw32.[static|shared] i686-pc-mingw32 removed 2014-10-14 (https://github.com/mxe/mxe/pull/529) ------------------------------------------------------------ . Stop.
Last edited by jpsdr; 2nd Aug 2022 at 12:47.
-
I don't use msys2 so I may not be able to help if there are issues with using that environment. But please view the following post.
Last edited by autodidact; 2nd Aug 2022 at 19:27. Reason: Bad edit.
PB -
For Qt5 it would look like:
Code:MKVTOOLNIX_DEPENDENCIES+=qtbase qttranslations qtwinextras MKVTOOLNIX_DEPENDENCIES+=qt5 qtmultimedia
PB -
So for now on the mkvtoolnix DON'T released at win7 and older windows system?
Or we must download the latest version of the program from somewhere else? -
I believe you are total wrong cause we don't have everybody pc systems that is capable for newer windows system.
So all of us must stay with old programs cause old windows like win7 don't supported anymore from Microsoft?
Microsoft is a company that want money and nothing more, and this is the major reason stop support older windows so make us buy the newer(With all problems and blue screens does it has).
But i believe programs like mkvtoolnix that it is open source or free(Not from company that thinks only money) must support older systems exactly for that reason.
This is my opinion.Last edited by fits79; 2nd Aug 2022 at 23:06.
-
I might get one of these https://www.kogan.com/au/buy/kogan-atlas-g600-mini-pc-windows-11-pro/ and keep it for mkvtoolnix until I decide to get a replacement for my Windows 7, long in tooth but has been really reliable!
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
Really you suggest me to buy a new pc???
Really???
I don't even answer to that suggestion. -
@autodidact
I've been able to test on an ubuntu 20.04.
After getting all the mxe dependencies and solving the others issues, i run the setup_cross_compilation_env script (after changing the QT dependencies to QT5 as you explained in post #36) from the mkvtoolnix root directory, and when finished, i run rake. It didn't work saying that configure wasn't run, so i run ./configure, there was issues of missing things, i've been able to solve them installing : "libogg-dev libvorbis-dev", but even after installing "qt5-default", ./configure still error telling than QT is not installed :
Code:configure: Using the internal version of fmt checking for ZLIB... yes checking for qmake6... no checking for qmake-qt6... no checking for qt6-qmake... no checking for Qt 6... no: qmake6 not found checking for qmake-qt5... no checking for qmake... /usr/bin/qmake checking for qmake's version... 5.12.8 checking for lconvert... /usr/bin/lconvert checking for moc... /usr/lib/qt5/bin/moc checking for rcc... /usr/lib/qt5/bin/rcc checking for uic... /usr/lib/qt5/bin/uic checking for Qt 5... no: not found by pkg-config configure: error: The Qt library is required for building MKVToolNix.
-
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
-
This is likely a result of running ./configure directly and gets back to the run_configure.sh script I mentioned in a previous post. If the setup_cross_compilation_env.sh script built all the necessary libraries and finished, it should also have created a run_configure.sh script in the root of the mkvtoolnix directory. Run that script to configure the build. If it completes successfully you can then run rake and it should start building mkvtoolnix.PB -
BIG thanks ! I've been able to build, at least i have a working process, i can use as base
Unfortunately, access to Linux is very limited for me, so i'll continue to see if i can build it under Windows with MSYS2.Last edited by jpsdr; 6th Aug 2022 at 02:57.
-
I have seen some indication that it may be possible to build mkvtoolnix in msys2 using its native cross-compilers rather than using mxe. I may do some investigating of that.
Good luck on your project!PB -
@autodidact
Hello...
My .exe files are almost twice as big as yours. Did you do something specific (like strip) ?
If yes, what exactly ?
Muso told me it's maybe because i didn't strip them, but no idea how to do that... -
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Yes, I stripped the files. I didn't use any switches on the strip command. And as El Heggunte mentions the right version should be used which is why a version is in the MXE environment prefixed with the build you chose.
Collect them together in a location for stripping them all at once.
32-bit build:
Code:{mxe}/usr/bin/i686-w64-mingw32.static-strip *.exe
Code:{mxe}/usr/bin/x86_64-w64-mingw32.static-strip *.exe
PB -
MKVtoolnix 69.0.0.39 for Windows 7 AND Windows 8.1 has been released.
Many THANKS to jpsdr.
https://github.com/jpsdr/MKVToolnix-QT5-Windows-7/releases/"Programmers are human-shaped machines that transform alcohol into bugs." -
Great, thank you.
Taking my hat off for jpsdr and everyone helping to make this possible.
[EDIT] Just downloaded the package and running mkvtoolnix-gui.exe.
How can it be that my preferences are already exactly like I set them in the installed version. Being a portable, does it "peek" somewhere?Last edited by Ennio; 11th Aug 2022 at 04:22.
-
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Clear, thank you.
Should I - accidentally - use both versions simultaneously, I reckon it would be wise creating the .ini file for the stand-alone? To avoid conflicts? -
Glad it helped. Didn't thought it could be mistaken for a portable version, maybe it works, but it wasn't intended in this way. It was intended to use to replace yours allready installed files by the ones provided.
I'll try to put this clear when i'll do another release. Don't know when it will be, as i'll not be able to have access to a Linux PC for a while (and unknow time), and still failling building using MSYS2...
There is autodidact in the first place, and it's thanks to him that i've been able to make it. -
Well, the package looked 'portable' to me. Thanks though for explaining the proper usage.
ATM I still have version 68.0.0.36 installed, which natively runs under Windows 7. I'm unsure of what do do now.
Do I replace the files of current installation, or should I first update/install latest offical version 69 and then go replace them? -
Updating to latest official will update all the others stuff, translation files for exemple. So, for being up to date for everything else, it's better to install the last version.
-
Thank you so much...
Just tested it (32-bit version only), works nicely.
Cheers
manolito -
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Thanks so much.
Similar Threads
-
FFmpeg Windows builds at gyan.dev
By Gyan in forum Video ConversionReplies: 34Last Post: 11th Feb 2024, 11:46 -
windows dos batch cat: WHAT UNTIL A FILE EXIST ?!?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 18th Jun 2020, 17:58 -
please delete. thanks
By mrjayviper in forum Video ConversionReplies: 0Last Post: 11th Feb 2018, 05:24 -
Why is there no Official Windows XP Sticky???
By SameSelf in forum ComputerReplies: 1Last Post: 23rd Jun 2017, 00:20 -
Official Windows 8 Thread
By artistmode in forum ComputerReplies: 55Last Post: 21st Apr 2017, 09:01