I'm installing HaxeFlixel by the Getting Started guide (http://haxeflixel.com/documentation/getting-started/).
When I type haxelib install lime, it return:
You already have lime version 1.0.1 installed
[file_contents,C:\Program Files\Stencyl\plaf\haxe\lib/lime/.current]
and nothing happened.
I also uninstalled Stencyl program but it still return that although the C:\Program Files\Stencyl\... doesn't exist.
I would like to say that in comment but have not enougth reputation...
You can try haxelib path lime to see the path where is lime.
If it's tell you that it's already in your computer then this should already work.
You can also, check your haxelib path, by typing haxelib config this will tell you the directory setup for the libraries.
But you can also do haxelib remove lime, to remove the previous version of lime on your computer. And then try to reinstall it. Like that, you are starting with a brand new lime installation.
I found out an file in the folder C:\Users\YourUserHere.haxelib delete it and you should be good to go.
Related
i am getting, Error loading templates, please run 'flixel download'. after a fresh install on a windows pc.
Everything is freshly installed.
I tried :
i am confused what to do next ?
The error you get when you run haxelib path flixel-templates gives the relevant clue:
Error: Library lime version 2.9.1 is not installed
Flixel depends on older versions of OpenFL and Lime - Lime 2.9.1 to be exact, hence the error. You can solve this by running the following two commands (answer the "install it?" prompt with yes):
haxelib set lime 2.9.1
haxelib set openfl 3.6.1
Note that if you run haxelib install flixel, it should automatically install the correct versions of Lime and OpenFL. Perhaps you used a different setup?
Update: I've just released flixel-templates 2.4.5 and flixel-demos 2.4.3, which should avoid this issue altogether in the future.
I must admit i'm not much of a coder or computer scientist, but in the past a friend installed Weechat on my windows computer using Cygwin (via the Cygwin terminal of course). I have a new computer now thats running windows 8.1 and have installed Cygwin with all of the necessary packages, and downloaded the latest stable version of Weechat (1.2). I am stuck from there though and don't really know which direction to move in, the only thing I have done with Cygwin so far is moved the home terminal folder to a more easier accessible location. Would it be possible to get a step by step walkthrough of how the installation progresses after downloading both the Cygwin component and the Weechat files and scripts?
Before we you can start using WeeChat, there are a few other pieces of software you need to install with CygWin. WeeChat relies on them for its functionality, which is why they are called dependencies.
You can find a detailed list of dependencies and further instructions on this link:
Weechat on Windows
Feel free to ask for further help if the above guide wouldn't suffice.
EDIT
WeeChat is currently available via the CygWin native repositories.
Simply search for weechat in the CygWin package manager.
I already have CygWin installed, what now?
No worries, simply rerun the setup-x86-64.exe* you've downloaded. This process won't remove any of your previously installed packages. At the end of the installation process you'll be able to look for and install WeeChat.
* (on 32-bit systems, the installer would be named setup-x86.exe)
I am trying to run android ndk-build command in the cygwin terminal.
When I do it is telling me ...
ERROR: Cannot find 'make' program. Please install Cygwin make package
or define the GNUMAKE variable to point to it.
The thing is, I believe I have all the cygwin packages installed. And other topics have suggested running installing and being sure to check the devel>make option as a package. Porblem is, is that there seems to be no make option in the devel package folder.
Does anyone have any insight on this?
NDK comes with its own make, the copy that comes with cygwin has quite a few incompatibilities. You don't need cygwin at all to run the latest versions of NDK (since r6, IIRC). I usually run ndk-build.cmd in a CMD window where cygwin is not on the PATH.
I went to http://www.openfl.org/archive/download/ and followed the steps for a really basic first test:
haxelib install lime
haxelib run lime setup
lime install openfl
lime create openfl:DisplayingABitmap
When I try to run it with:
cd DisplayingABitmap
lime test neko
I get:
Export/windows/neko/haxe/ApplicationMain.hx:1: characters 7-20 : Class not found : openfl.Assets
I haven't done anything before with Haxe or OpenFL so this is a fresh install. Anybody can guess what's going on? It doesn't seem to be seeing the contents of the openfl library, though it can perfectly generate the project.
(update: I tried the exact same on a Mac and it worked perfectly, so I think the problem has something to do with Windows)
Try to follow the steps at http://www.openfl.org/documentation/setup/install-haxe/ and reinstall the latest openfl, the contents under "archive" folder are mostly outdated.
I want to add Doxygen plugin to QtCreator.
I am using QtCreator 2.5.2 in ubuntu 12.10 and the latest Doxygen version for QT is 2.4.0.
I've changed the doxygen.pluginspec file to get rid of version error.
But now I've got another error:
can not load library libdoxygen.so (libQtconcurrent.so can not open shared object file:No such file or directory)
Any suggestion would be appreciated.
I hope you are no longer stuck, but if not, I will still try to help.
Yes, the quick install binaries are available only for QtCreator 2.4, but the plugin stays easy to install without it : you have to download the sources and build them yourself, as written in the wiki.
Moreover, you have to build it with the same version of Qt4 as the one that was used for build your QtCreator (have a look here)
It became compatible with QtCreator 2.7 and Qt5 at the end of March, and I succeeded in installing in in QtCreator2.8-beta.
If you have any other question, I guess it would be better to ask them in the plugin forum where developpers always answer to people in need.
Hope this helps (you and other people in need).
You can install Doxywizard wich provides an user interface to use Doxygen.
I'm not shure I'm using fedora to install I used.
yum install doxygen-doxywizard.x86_64.
For Ubuntu it should be if the package name is the same.
apt-get install doxygen-doxywizard.x86_64
(as root)