User forums > Nightly builds

The 26 July 2019 build (11810) is out.

<< < (2/5) > >>

gd_on:
The problem comes effectively from the linux EOL (LF only).
If I convert spellchecker\update.bat to Windows EOL (CR + LF) it's OK.
If on the original update.bat (Linux EOL) I add your lines with SET LOCAL, it still does not work. But If I convert this last file to Windows EOL, it's OK again.
So, the set local does not solve the problem. It's clearly an EOL problem.

The error message I obtain is in french :

--- Code: ---update31_64.bat
doesn't était inattendu.
--- End code ---

Which means something like : doesn't was unexpected. The string "doesn't" is on the line containing ":mkdirSilent". It's why I said that this line was bad interpreted, as if strings following the - sign were triing to be executed.

May be a simple solution is to separate the strings following the - sign as a REM line. Like that, it works with Linux and Windows EOL.

gd_on

Miguel Gimenez:

--- Quote from: gd_on on July 27, 2019, 01:10:15 pm ---Like that, it works with Linux and Windows EOL.

--- End quote ---

The main update.bat also has mixed EOL, but they are in other area and it is only noticeable when creating diffs.

CmKaHo:
no wxSmith.

I am trying to get working configuration on KUbuntu 19.04. Clean install.
I compiled wx 3.1.2 with ../configure --enable-unicode --enable-cxx11 --enable-xrc
After compiling of the code::blocks I get message:
/usr/local/lib/codeblocks/plugins/libwxsmith.so: not loaded (missing symbols?)
...

Can somebody help me what is wrong?
Thanks,
Karel

Miguel Gimenez:
You must call configure with --with-contrib-plugins=all.

Please open your own thread for unrelated questions.

CmKaHo:
You must call configure with --with-contrib-plugins=all - sure, I did it.
Please open your own thread... - sorry, I assumed that my problem is related with version.

But I found a problem source: --enable-cxx11 in wx compilation causes it.

Thanks again.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version