I have MikTex and LYX installed on Win XP running in Virtualbox on Debian 8. MikTex on its own works fine, LYX as well. However, when I want to open dokument preview in LYX, it does not call MikTex and returns a "missing PDF file" error instead. LYX is supposed to use MikTex for generating PDF output; is there perhaps a possibility to configure LYX to link with MikTex?
I've had similar problems in the past. Uninstalling both, LyX and MikTeX, and reinstalling the LyX-Bundle installer (not the simple one without MikTeX) got me bot running and working together.
Related
I am installing RubyMine on Ubuntu 15.10. I downloaded the .exe file and installed it using Wine installer. The installation gone pretty well.
But when I tried to run the RubyMine, I am getting an error. I am attaching the screenshot of the error.
I tried searching, I got answers related to Mac Os to remove the .jar extensions. But I couldn't find any regarding Ubuntu.
Anyhelp is appreciated.Thank you.
I have downloaded and Installed MONO_DEVELOP on my mac using this linke - http://www.go-mono.com/mono-downloads/download.html
Only the command line version of mono gets installed. How should I get the IDE working? I have been trying it for two days now. Please help.
MonoDevelop and Mono are not the same thing.
You can download MonoDevelop from http://monodevelop.com/.
I'm pretty new to rails and I'm trying to get an application working. It's currently using ffi and typhoeus which need a version of libcurl. How can I install a version of libcurl for Windows 7.
Thanks!
There's one option I implemented but couldn't install only libcurl packages. Cygwin provides lots of the packages and libraries used for development in Linux for being installed on Windows (included curl, libcurl, libcurl-dev, etc).
http://www.cygwin.com/
It worked for me in windows 7 64 bit OS.
Here's another solution for that specific gem
https://github.com/typhoeus/typhoeus/pull/151/files
Greetings.
Answer that worked for me was:
Download cURL from the following URL: https://curl.haxx.se/windows/ (I chose 64bit because that's the system I'm using)
Go into the archive and browse to /bin
Locate libcurl_x64.dll (it may be just libcurl.dll)
Extract to your local drive
Rename it to libcurl.dll if it has the _x64 suffix
Cut + paste the file into the /bin directory of your Ruby installatio
It should work after this
Using Windows 7. I've installed ImageMagick in C:\Program Files\, and I've tried adding the line
Paperclip.options[:command_path] = "C:\Program Files"
as well as
Paperclip.options[:command_path] = "C:\Program Files\ImageMagick-6.6.7-Q16"
to config/environment/development.rb. I still get the following error when trying to upload an image:
/Local/Temp/stream20110212-5000-s69b6a.png is not recognized by the 'identify' command.
Any ideas?
I had the same issue with a rails app using paperclip. In my case I'm on a Mac, but the error was:
/var/folders/es/es6TeBjk2RasAk+1YvsY6++++TI/-Tmp-/stream20110214-45420-usux9f-0.png is not recognized by the 'identify' command.
It seems to occur if ImageMagick (IM) is not compiled with PNG support. The windows binaries should come with PNG as one of the default delegates in the installation files.
Try reinstalling the latest version if IM. The alternate option is to recompile ImageMagick with the PNG library available. This is how I fixed this issue on my Mac.
For windows, recompilation is not so simple. ImageMagick offer a download of the libpng library from their delegates folder. They also supply instructions on an Advanced windows install using delegates. It requires the MS Visual Studio IDE to compile.
Has anyone had a problem running Clojure Box in Windows 7?
I am trying to run a fresh install of Clojure Box on a fresh install of Windows 7 Professional (64 bit). Java version on system is 1.6.0_16.
emacs starts up but produces the following error messages:
Warning (initialization): An error occurred while loading `~/.emacs':
File error: Searching for program, no such file or directory, java
As a newbie at emacs, slime, swank, paredit, Clojure and Clojure Box, I'm not even sure where to start. I can't even find `~/.emacs'
Thanks for any help you can provide.
Is the directory you installed Java to on your PATH?
I also got the same error by not having Java installed at all prior to installing Clojure Box. It'd be nice if the installer checked for Java's presence and PATH-belonging. Once Java was installed, Clojure Box was working correctly.
You may create .emacs file yourself. See this answer.
One gotcha is that there is a emulation of the 32 bit process on the 64 bit version of Windows so you need to add java files to C:\Windows\SysWOW64 even if you have it in C:\Windows\System32 folder.