search for: druby_export

Displaying 20 results from an estimated 24 matches for "druby_export".

2011 Aug 20
4
trouble installing 1.9.2
...Halting the installation. 2011-08-20 00:45:06] make /usr/bin/gcc-4.2 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -I. -I.ext/include/x86_64-darwin11.0.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c /usr/bin/gcc-4.2 -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -I. -I.ext/include/x86_64-darwin11.0.0 -I./include -...
2006 Jul 27
2
more on file upload
...gt; wrote: > > > > is there docs for using the Flash and FIle upload module ? I''d like > to > > start > > > > off by trying to use those. > > > > > > > > thanks > > > > > > > > -- > > > > gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o > > > > -lruby-static -ldl -lcrypt -lm -o ruby > > > > Everyone is trying their hardest to do their job but management has > set > > it > > > > up so that it''s impossible. > > > > Take t...
2006 Jul 24
18
difference between running unabridged
...2006] [error] [client 192.168.11.100] \tfrom (eval):682:in `run'' [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] \tfrom /home/mathieu/mv/rf/public/diary.cgi:341 [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] Premature end of script headers: diary.cgi -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 25
4
about PATH_INFO and FastCGI
...which seems to do what we need. maybe there is an equivalent in Apache, or Camping needs to cut PATH_INFO from SCRIPT_FILENAME. also, I quickly saw a reference about FILEPATH_INFO, I''m not sure what is the difference. or if we can use it. /me back to work..... tanoshimi ne -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 26
10
get/post bug
I''m not sure if its a bug in the blog example or in the framework but each time I hit edit, both get and post get called, no matter of the actual http method. anyone encounter that bug? -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Aug 01
6
warning and errors
.../1.8/gems/camping- 1.4.2/lib/camping.rb:597 - (eval):542: superclass mismatch for class NotFound Exception `TypeError'' at /usr/rubyonrails//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:143 - (eval):542: superclass mismatch for class NotFound -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2013 Feb 01
2
Make for Ruby 1.9.3 results in "cc1: out of memory allocating X bytes after a total of Y bytes"
...ared CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Werror-implicit-function-declaration XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. DLDFLAGS = SOLIBS = compiling parse.c cc1: out of memory allocating 1904232 bytes after a total of 32403456 bytes make: *** [parse.o] Error 1 root@vps [~/ruby-1.9.3-p0]# free total used free shared bu...
2006 Jul 18
3
+ camping 1.4.138
Just up: gem install camping --source code.whytheluckystiff.net The changes: * Both bin/camping and Camping::FastCGI.serve now act according to the Camping Server specification.[1] * Docs are complete. _why [1] https://code.whytheluckystiff.net/camping/wiki/TheCampingServer
2006 Jul 26
9
file upload
I''m looking for file upload documentation on the wiki, cant find anything. I only found the changeset that supports file upload. should the file be part of ''input'' ? please help. thanks -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2007 Jan 06
4
? camping apps in gems
So would you like this: $ wget http://rubyforge.org/gems/junebug-0.0.18.gem $ camping junebug-0.0.18.gem Or should it be: $ gem install junebug $ touch junebug.gemcamp $ camping junebug.gemcamp _why
2006 Aug 01
3
starting fresh
...ase.threaded_connections=false Blog.create require_gem ''fcgi'', ''>=0.8'' require ''camping/fastcgi'' Dir.chdir(File.dirname(__FILE__)) Camping::FastCGI.serve(__FILE__) # tried File.dirname(__FILE__) and (`pwd`.chomp) end -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jun 21
0
make: Warning: Illegal dependency list for target `.DEFAULT''
...cc=/usr/local/bin/gcc" & "export gcc". I have run ./configure successfully. Then when I run "make" under Ruby-1.8.4, it gives me make: Warning: Illegal dependency list for target `.DEFAULT'' gcc main.o libruby-static.a -ldl -lcrypt -lm -o miniruby -g -O2 -DRUBY_EXPORT Undefined first referenced symbol in file Init_ext libruby-static.a(ruby.o) ld: fatal: Symbol referencing errors. No output written to miniruby collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `m...
2006 Aug 02
0
mongrel experience....
...--mount /app app.rb'' thanks for that. and the postamble, while it works well, it does not reread the code like the other methods and CTRL-C takes either a while to stop the server or just does not work. I have to kill the process every time I edit the code. not fun. thanks -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 24
0
problem running Blog using CSS
...code.whytheluckystiff.net) and I''m getting this error executing Blog.run (eval):14:in `initialize'': private method `sub'' called for nil:NilClass (NoMethodError) from (eval):44:in `run'' from /home/mathieu/mv/rf/public/blog.rb:303 -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 25
0
ran into a weird bug....
...! this is using Apache/CGI (yes, simple CGI for development) also, I realized, that access /add would automatically create an empty Blog row. and accessing /edit would execute the ''def post'' code. would not post and get being inverted somewhere????????? regards -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 26
1
Seek Error ?
....cgi, referer: http://rf.mathieu.mv.sha/diary.cgi/edit/1?someting=true Diary::Controllers::Edit.POSTErrno::ESPIPE Illegal seek: - (eval):21:in `seek'' - (eval):21:in `initialize'' - (eval):43:in `run'' - /home/mathieu/mv/rf/public/diary.cgi:463 -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2010 Apr 21
0
can't seem to install bleak house
...n extract: --------------------------------- Extract start ----------------------------------------------------------- Makefile:671: warning: overriding commands for target `dist'' Makefile:671: warning: ignoring old commands for target `dist'' gcc -O2 -g -Wall -Wno-parentheses -DRUBY_EXPORT -D_GNU_SOURCE=1 - L. -L. -rdynamic -Wl,-export-dynamic -rdynamic -Wl,-export-dynamic main.o -lruby-static -lrt -ldl -lcrypt -lm -lpthread -lrt -ldl - lcrypt -lm -o ruby make[1]: Leaving directory `/tmp/bleak_house/ruby-1.8.7-p174'' -%{ BUILDING SNAPSHOT }%- build_snapshot.rb:1: warnin...
2006 Jul 28
1
multipart/form-data support for Camping Apache/FastCGI
...url. if the image is generated by an action, I will use R. now, I can''t use the markaby img tag. I have to do. text "<img src=''#{post.picture.thumbnail_path}'' border=''0'' alt=''image'' />" cordially yours, -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- n...
2006 Jul 18
4
intro
Hi !!! I''ve just seen this message on http://redhanded.hobix.com/inspect/theCampingServer.html I''d really like to see distributions offer a package which would allow simple setup of TheCampingServer, just as you see with PHP. If you''re interested in seeing this happen for the upcoming Camping 1.5 release, introduce yourself on the
2006 Feb 11
7
Rails development on Mac OS X 10.4 Intel
...emcicmp'' differ in signedness re.c:129: warning: pointer targets in passing argument 1 of ''rb_memcicmp'' differ in signedness re.c:129: warning: pointer targets in passing argument 2 of ''rb_memcicmp'' differ in signedness gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -c regex.c regex.c: In function ''calculate_must_string'': regex.c:1014: warning: pointer targets in initialization differ in signedness regex.c:1015: warning: pointer targets in initialization differ in signedness regex.c:1029: warning: pointer targets in assignment d...