I cant compile psych engine because of this error - haxe

C:/HaxeToolkit/haxe/lib/lime/8,0,0/src/lime/media/AudioSource.hx:119: characters 20-28 : lime.media._AudioSource.AudioSourceBackend has no field setPitch
C:/HaxeToolkit/haxe/lib/lime/8,0,0/src/lime/media/AudioSource.hx:114: characters 20-28 : lime.media._AudioSource.AudioSourceBackend has no field getPitch

Try Lime 7.9.0 and OpenFL 9.1.0

Hehe! Install Lime 8.0.0!
Because PE (Psych Engine) recently updated to Lime 8.0.0.
haxelib install lime 8.0.0

Related

How to Build Skia in Mac OS

I'm beginner to Skia. So Just tried to build Skia in my machine ( macOS High Sierra 10.13.6 ).
I just followed the instructions Build.
Downloaded depot_tools
Downloaded Skia from git
bin/gn gen out/Static --args='is_official_build=false'
python2 tools/git-sync-deps
ninja -C out/Static
i did these instructions. But my xcode (version 9.2) doesnt support -std=c++17 so i replaced with -std=c++1z in all places.
But it throws error
Error
Please help to build skia for mac, and how to xcode project from this?
Skia makes use of C++17 language features (compiles with -std=c++17 flag) and thus requires a C++17 compatible compiler.
You'd better to update your xcode version.
Mac users may want to pass --ide=xcode to bin/gn gen to generate an Xcode project
You can check this.How to build skia

g++-4.3 cannot find in qt5.8 under linux

I had install g++ latest version, but the Qt5.8 cannot find g++-4.3 just like ":-1: error: g++-4.3: Command not found" could you help me? This project is the first tutorial of openmesh examples
Qt 5.8 doesn't support such an old GCC version. You should try at least 4.8.2.

I can not compile with Haxe

I just set up Haxe with OpenFL and Neko and created a project. I'm trying to compile it and to compile a default project or a small program from a tutorial which has no errors and I can not compile anything. I receive the following messages:
Running command: haxe Export/linux64/neko/release/haxe/release.hxml
/usr/share/haxe/std/neko/_std/EReg.hx:33: characters 11-61 : Unsupported escaped char 's' and it finish compilation with "aborted".
Someone told me to downgrade neko to 2.0 or to upgrade Haxe, however the versions that installs from official repositories for Ubuntu following the tutorials from Haxe website are Haxe 3.2.1. and Neko 2.1.0 which seems to be incompatible. After searching I found a list of compatibility in the Haxe GitHub website that seems to be the reason of the issue:
Version compatibility
Haxe - neko
2.* - 1.*
3.0.0 - 2.0.0
3.1.3 - 2.0.0
3.2.0 - 2.0.0
3.3.0 - 2.1.0
I found the solution, I wanted to avoid building from source but there is no other way to install compatible versions of Haxe and Neko. After building version 3.4.0 of Haxe I can compile without problems. I hope this info is useful.

Which version of dcmtk is compatible with gcc version 4.8.2?

I am trying to install dcmtk 3.6.0 on my linux system gcc version 4.8.2. But i get an error "Resize which is part of ofoset.h is not defined in this scope". Upon reading, i realized that this happens due to mismatch in the versions of the dcmtk and gcc version. But i am not able to find the right one for my complier.
Any help will be deeply appreciated.
gcc version 4.8.2 was not available when DCMTK 3.6.0 was released (see INSTALL file). So, you should download the latest development snapshot of the DCMTK: http://blog.jriesmeier.com/2013/11/how-to-get-the-current-development-version-of-the-dcmtk/

Ada compiler crashes with "Ada compiler not installed on this system." after downgrading gcc version

I downgraded my gcc version 4.6.3 to 4.3.4 but ada version is not changed gnat-4.6.3 so I got error
Ada compiler not installed on this system.
How to set my ada to gnat 4.3.4?
It depends on what system you're running on and how you installed it. You need to either install GNAT from the same build of GCC, or you need to install GNAT in such a way that it doesn't interfere with the rest of GCC.

Resources