search for: build_script

Displaying 4 results from an estimated 4 matches for "build_script".

Did you mean: build_scripts
2009 May 24
3
Registry setting question...
Is there a way to set registry key, other then editing system.reg/user.reg file? For DIB engine we can export WINEDIB=ON or edit registry, is this the case with other registry keys as well? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090524/b69fa546/attachment.htm>
2010 Oct 05
4
upgrade python to python2.6.4 using yum
...35: warning: the use of `tempnam' is dangerous, better use `mkstemp' running build running build_ext Failed to find the necessary bits to build these modules: bsddb185 sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts ================================================================= any reference / tips will be of great help -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20101005/96e49...
2006 Jul 25
2
Bug#379721: xen-3.0: FTBFS: bashisms
...t; running build_py > creating build > creating build/lib > creating build/lib/grub > copying src/GrubConf.py -> build/lib/grub > copying src/__init__.py -> build/lib/grub > creating build/lib/grub/fsys > copying src/fsys/__init__.py -> build/lib/grub/fsys > running build_scripts > creating build/scripts-2.3 > copying and adjusting src/pygrub -> build/scripts-2.3 > changing mode of build/scripts-2.3/pygrub from 644 to 755 > make[2]: Leaving directory `/build/buildd/xen-3.0-3.0.2+hg9697/debian/build/build-tools/tools/pygrub' > /usr/bin/make ioemu >...
2012 Feb 22
3
Parent id for find_or_create method
Rails 3.1.3 I have tables, Video and Script having association, Video 1 --- n Script So, every Script needs the parent id, in this case, video_id. If I simply create a new Script instance, the view renders as follows. <%= render :partial => "new_script", :locals => { :script => Script.new(:video_id => @video.id)} %> which works fine. Now I would like to