Problems building plruby on Windows

D

Daniel Berger

Hi all,

Windows XP Pro
Ruby 1.8.2
plruby 0.4.6
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for
80x86

Has anyone managed to build plruby on Windows? I tried and got the
following warnings/errors:

C:\ruby\src\plruby-0.4.6>ruby extconf.rb
--with-pgsql-dir=c:\progra~1\postgresql\8.1
checking for catalog/pg_proc.h... yes
checking for rb_hash_delete()... yes
checking for server/utils/array.h... yes
The system cannot find the path specified.
The filename or extension is too long.
The filename or extension is too long.
The filename or extension is too long.
The filename or extension is too long.
creating Makefile


========================================================================
After the installation use *something like this* to create the
language
plruby


create function plruby_call_handler() returns language_handler
as 'c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/plruby.so'
language 'C';

create trusted language 'plruby'
handler plruby_call_handler
lancompiler 'PL/Ruby';


========================================================================

C:\ruby\src\plruby-0.4.6>nmake

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

makefile(40) : fatal error U1001: syntax error : illegal character '{'
in macro
Stop.

Any ideas?

Thanks,

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top