similar to: Ferret Gem Installation on Windows

Displaying 20 results from an estimated 1000 matches similar to: "Ferret Gem Installation on Windows"

2008 Mar 06
2
Radiant CMS
Hi, Could Please tell me how can we use radiant CMS in our application. Is this radiant cms is famous for ROR? Is there any other way to create CMS ror application. Thank you, srinivas rao.pala -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Jul 13
2
having a problem with acts_as_state_machine
Hi all: Below is s a dump from script/console in development env. Am I not supposed to be able to find the record later and use the state machine functionality, or have I missed something? Thanks Forrest ---------------------------- >> ts2 = TalkSession.create( :person_id => 2, :pattern_id => 2) => #<TalkSession:0x35811f0 @attributes={"pattern_id"=>2,
2009 Apr 21
12
still cannot install rails on windows
if i follow the instructions on: http://agilo.us/2009/03/15/rails-on-windows/ the command gem install sqlite3-ruby will give --------------------------------- Building native extensions. This could take a while... ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb checking for fdatasync() in rt.lib... no checking for
2007 Apr 12
3
[LLVMdev] Compiler Name
Suggestions: Zembla - It's a fictional northern European country in "Pale Fire" by Nabokov. Pala - The island utopia in Aldos Huxley's "Island". Thra - The world of The Dark Crystal. -bw
2013 Aug 24
4
[LLVMdev] Building LLVM 3.3 on Win64
I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a 64-bit Windows 7 system. I tried it with the 32-bit compiler as a test case first and that appeared to work, then with the 64-bit compiler in the hope that would give me a 64-bit build of LLVM, but instead got this error message: [ 86%] Generating X86CompilationCallback_Win64.obj Microsoft (R) Macro Assembler (x64)
2006 Aug 28
3
Can'' t install.
Hi, I want to install the Acts_as_ferret plugin so I tried "gem install ferret" and I get the following error: C:\InstantRails\rails_apps\eatnewcastle>gem install ferret Attempting local installation of ''ferret'' Local gem file not found: ferret*.gem Attempting remote installation of ''ferret'' Building native extensions. This could take a while...
2013 Aug 26
1
[LLVMdev] Building LLVM 3.3 on Win64
... Or maybe not? I just tried it again in the exact same configuration that did work before, and this time it fails at an earlier stage with a different error: [ 66%] Building CXX object lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.obj Mips16FrameLowering.cpp NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe' : return code '0xffffffff'
2004 Nov 02
2
[LLVMdev] Final Visual Studio Patches
I've come over an open source script which should be able to convert unix (gnu?) like makefiles to nmake. However, It possible needs some changes to work with the llvm makefile framework. Until then, I strongly suggest a repository for the msvc project files until we'll come with a lasting solution. It is natural that we, msvc guys, should keep these files in shape. Henrik.
2004 Jul 06
13
XRC Resources
I currently use DialogBlocks to generate my dialogs for wxWidgets apps I write in C++. DialogBlocks has the ability to generate XRC resources which I would like to use with wxRuby, is this possible? I am very new to Ruby and it looks like a great language and with wxRuby it looks like a great solution for quick in house applications. Thanks Sean Long
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
After some running some more tests, a weird addendum to this case: the build also fails at the same place with the same error message if MinGW isn't in the path. I'm not talking about MinGW instead of Microsoft C++, it's just that the build works if and only if MinGW is in the path _as well as_ the 32-bit version of Microsoft C++. On Sat, Aug 24, 2013 at 8:15 PM, Russell Wallace
2004 Nov 02
0
[LLVMdev] Final Visual Studio Patches
On Tue, 02 Nov 2004 10:25:39 +0100 "Henrik Bach" <henrik_bach_llvm at hotmail.com> wrote: > I've come over an open source script which should be able to convert unix > (gnu?) like makefiles to nmake. However, It possible needs some changes to > work with the llvm makefile framework. I'm very doubtful this utility is of any use. nmake is useless compared to gnu
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
Hi Russel, I never tried to build LLVM with nmake. With msbuild it works without problems. You can find a short desription here: http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC, section Build LLVM. Regards Kai On 24.08.2013 21:15, Russell Wallace wrote: > I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a > 64-bit Windows 7 system. I
2006 Apr 21
2
error in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of errors: C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld buil d wins udeb make -r -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT VERBOSE =-s Nothing to do make -r -f
2017 Sep 04
2
how to build Xapian project on windows?
> It's close to irrelevant when they last worked at this point - the current > stable release series is 1.4.x, and they definitely won't work with that. acknowledged Visual Studio 2008, win32 makefiles (from C. Hull's website) and xapian-core-1.2.8 are mentioned together on this webpage https://lists.xapian.org/pipermail/xapian-devel/2012-October/001883.html
2008 Jan 11
26
Mongrel doesn''t start under Rails 2.0.2/Win XP
All, Mongrel 1.1.3 Rails 2.0.2 Ruby 1.8.6 Windows XP SP2 When I issue the command "ruby script/server" from any of my Rails projects on v. 2.0.2, I get a Windows dialog with the error: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." I''ve gone through the process of attempting to introduce
2010 Dec 31
2
[LLVMdev] LLVM on Windows MSVC 10
I first sent this to the Clang dev list, but they told me to come here: ---------- Forwarded message ---------- From: Ruben Van Boxem <vanboxem.ruben at gmail.com> Date: 2010/12/31 Subject: LLVM on Windows MSVC 10 To: cfe-dev at cs.uiuc.edu Hi, I'm trying to build svn LLVM with Visual Studio 2010: cd build cmake .. -G"NMake Makefiles" nmake and several link steps fail
2004 May 19
4
Microsoft Visual C++ available for zero cost
I just found this: http://msdn.microsoft.com/visualc/vctoolkit2003/ I don''t tend to pay much attention to Microsoft and MS Windows, so perhaps everyone else already knew about it. Basically, they have released a command-line-only version of their C++ compiler and libraries for free (gratis) downloading. I assume this version would be able to compile wxRuby, but would be
2017 Sep 01
1
how to build Xapian project on windows?
> Those nmake files have been without a maintainer since about 2011, so > it's not a big surprise that they don't work without a few tweaks at > this point. > Nobody seems interested in keeping the nmake files up to date, so it's > probably time we just removed them. I think formerly it was listed on the Xapian website which was the last version of xapian-core known to
2008 Jul 09
0
acts_as_ferret problem
Srinu Pala wrote: > Hi, > > I want to use the ferret plugin. > I installed the acts_as_ferret. And installed the acts_as_feret plugin > also. > when I am going to generate the controller, > it is showing one error like > b/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'': no such file to load -- ferret > (MissingSourceFile) >
2008 Mar 20
1
Ferret installation problem
Hi All, I got one problem in the installation of ferret.I am using rails 2.0.2 and IDE is radrails. When I am going to install ferret, it is showing one error. i.e failed to building gem native extension. And D:/Program Files/ruby/bin/ruby.exe extconf.rb install ferret D:/Program is not recognized as an internal or external command, operable program or batch file. I am new to ROR. But I want to