Making should be makeName: Scott Melton
Email: scott_rides_againatyahoodotcom
Product: Firefox
Summary: Making should be make
Comments:
The opening page for Bugzilla is poorly worded.
http://www.mozilla.org/projects/seamonkey/start/
The second line:
If you want to help making this application even better, we would
encourage you to take part in the
should be MAKE, not MAKING
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1
...
Make Porting/expand-macro.pl work with a make other than `make`, also Win32 compatibility fixes--------------040507080907060101050501
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
recently it came to my attention that `Porting/expand-macro.pl` does not
work if your `make` tool is named anything other than `make`. The first
attached patch changes it so that it loads Config.pm and uses the
configured $Config{make} from there. I presume that anybody running
`Porting/expand-macro.pl` also knows about how to give `perl` the
appropriate Config.pm resp. how to invoke the proper Perl.
The second patch assumes that `Porti...
how/where to install xyz.pm from CPAN (no perl Makefile.PL; make; make test; make install)??Hi;
I see several very interesting CPAN modules regarding Rational/IBM
ClearCase. These are just *.pm files. How/where do I install these? I
have root privs. I want the modules to be available in the standard
place(s). I guess I should just look at the %INC hash and place it in a
"good" location?
A more general question along the lines of "giving me a fishing pole"
instead of "giving me a fish"...I can go to
(http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=perl.beginners)
to search for archived postings, but what m...
How to make TFolderDialog show "make directory"?I am using Delphi 2007 and when I need the user to select a working
folder I open the TFolderDialog where he can navigate and select among
*existing* folders.
But there is no possibility that I can see for him to create a missing
folder....
OTOH I have seen numerous other programs that use this dialog and they
have a "make folder" button or such where a new folder is created,
which subsequently can be renamed to whatever the user wants.
How can this be done in Delphi 2007??
--
Bo Berglund
Developer in Sweden
Bo,
On Mon, 08 Apr 2013 16:27:34 +0100, Bo Berglund &l...
superreview requested: [Bug 301341] make building narcissus w/ Makefile.ref easier : [Attachment 189808] support make -f Makefile.ref NARCISSUS=1Blake Kaplan <mrbkap@gmail.com> has asked Brendan Eich <brendan@mozilla.org>
for superreview:
Bug 301341: make building narcissus w/ Makefile.ref easier
https://bugzilla.mozilla.org/show_bug.cgi?id=301341
Attachment 189808: support make -f Makefile.ref NARCISSUS=1
https://bugzilla.mozilla.org/attachment.cgi?id=189808&action=edit
------- Additional Comments from Blake Kaplan <mrbkap@gmail.com>
r=me. Brendan, how about a second stamp of approval.
...
superreview granted: [Bug 301341] make building narcissus w/ Makefile.ref easier : [Attachment 189808] support make -f Makefile.ref NARCISSUS=1Brendan Eich <brendan@mozilla.org> has granted Blake Kaplan
<mrbkap@gmail.com>'s request for superreview:
Bug 301341: make building narcissus w/ Makefile.ref easier
https://bugzilla.mozilla.org/show_bug.cgi?id=301341
Attachment 189808: support make -f Makefile.ref NARCISSUS=1
https://bugzilla.mozilla.org/attachment.cgi?id=189808&action=edit
------- Additional Comments from Brendan Eich <brendan@mozilla.org>
Ok, but no need for the =1 in the option, -DFOO defines FOO to 1.
/be
...
Making Makefile.PL fail gracefullyCan anyone remember how Makefile.PL is supposed to exit if it can't
find, for example, an executable that it needs. I want the test result
to be NA rather than FAIL in that case.
I'm sure DAGOLDEN said something sensible about it recently but I'm
buggered if I can remember :)
--
Andy Armstrong, Hexten
On Jan 7, 2008 10:52 AM, Andy Armstrong <andy@hexten.net> wrote:
> Can anyone remember how Makefile.PL is supposed to exit if it can't
> find, for example, an executable that it needs. I want the test result
> to be NA rather than FAIL ...
Help make the build faster by porting make rules to the misc tierWe added a capability to the Firefox build system that will ultimately
lead to speeding up the build and we need your help to realize its
potential.
Background
==========
The Firefox build executes as a pipeline of stages called tiers. The
tiers are currently export -> compile -> misc -> libs -> tools. The
build system iterates the tiers and builds directories in those tiers.
The export, compile, and misc tiers are mostly concurrent. If you
execute with |make -j32| or more, they should saturate your cores. If
you have access to a modern, multi-core machine, yo...
Help make the build faster by porting make rules to the misc tierWe added a capability to the Firefox build system that will ultimately
lead to speeding up the build and we need your help to realize its
potential.
Background
==========
The Firefox build executes as a pipeline of stages called tiers. The
tiers are currently export -> compile -> misc -> libs -> tools. The
build system iterates the tiers and builds directories in those tiers.
The export, compile, and misc tiers are mostly concurrent. If you
execute with |make -j32| or more, they should saturate your cores. If
you have access to a modern, multi-core machine, yo...
Bug? make test fails when no perm. on directory--------------000806090902020107070208
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi all,
I'm trying to install DBI-1.38 as a non-root user. The full path to the
source is:
/home/com_rodentclub/.cpan/build/DBI-1.38
However, test 68 in t/10examp.t fails at line 197 because /home is not
readable by other:
ls -ld /home
drwxr-x--x 345 root root 12288 Sep 5 15:10 /home/
The failure is:
opendir(./../../../..): Permission denied at t/10examp.t line 197
I'm attaching the outputs of perl -V, perl Makefi...
Bug? make test fails when no perm. on directory #2--------------080802010804030603080005
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi all,
I'm trying to install DBI-1.38 as a non-root user. The full path to the
source is:
/home/com_rodentclub/.cpan/build/DBI-1.38
However, test 68 in t/10examp.t fails at line 197 because /home is not
readable by other:
ls -ld /home
drwxr-x--x 345 root root 12288 Sep 5 15:10 /home/
The failure is:
opendir(./../../../..): Permission denied at t/10examp.t line 197
I'm attaching the outputs of perl -V, perl Makefi...
How Do I make I make this validation work?
HiI have a textbox that is for email. I want to make sure that something has been entered in it. The thing is though an email address is optional on my form until the user clicks click the radio button(that represents "Do you want a email response").So I don't think I can stick a required field validator on that area since it will always go off. I tried to make a custom validtor but that did not work too well since it seems to get activated once you click on the textbox and start typeing away and then leave that box.So I am not sure how I could make it check this. I am doing th...
make ok / make nokShouldn't 'make ok' and 'make nok' also try to find out the version of the
C compiler used if it's not gcc. Some examples:
HP-UX: swlist -l bundle | grep B3901BA
11.00: B3901BA B.11.01.07 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800)
10.20: B3901BA B.10.20.14 HP C/ANSI C Developer's Bundle for HP-UX 10.20 (S800)
AIX: lslpp -L | grep 'C for AIX'
4.3.2: vac.C 4.4.0.2 C C for AIX Compiler
4.2.1: xlC.C 3.1.4.0 C C for AIX Compiler
OSF/1: setld -i | grep ^OSFCMPLRS; cc -V | head -3
OSFCMPLRS425 instal...
how to make a make a snp report?
below is my code behind. I get my access mdb to open but how do i open a report and convert it to a snp file?
also... since i am using "Inherits System.Web.UI.Page" does that mean i could use a textbox as method of sending a prama to my codebehind?
Imports Microsoft.VisualBasic
Imports System.Diagnostics
Partial Class _Default 'notice the class names now matchInherits System.Web.UI.Page
Protected Sub Button8_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button8.clickDim access As New Process
access.StartInfo.FileName = "C:\Documents and Setti...