Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34788 Details for
Bug 53911
Emerging gCVS failes: "can only configure for one host and one target at a time"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for this problem
gcvs-nx.patch (text/plain), 1.57 KB, created by
Martin Filip
on 2004-07-04 10:39:18 UTC
(
hide
)
Description:
Patch for this problem
Filename:
MIME Type:
Creator:
Martin Filip
Created:
2004-07-04 10:39:18 UTC
Size:
1.57 KB
patch
obsolete
>diff -Nru gcvs-1.0b3/common/UCvsFiles.cpp gcvs-1.0b3-b/common/UCvsFiles.cpp >--- gcvs-1.0b3/common/UCvsFiles.cpp 2002-01-03 09:29:18.000000000 +0100 >+++ gcvs-1.0b3-b/common/UCvsFiles.cpp 2004-07-04 19:27:35.275639384 +0200 >@@ -1205,7 +1205,7 @@ > { > UStr uppath, filename; > SplitPath(m_path, uppath, filename); >- ResetView(uppath, true); >+ ResetView(uppath.c_str(), true); > return 0; > } > >@@ -1886,7 +1886,7 @@ > fullpath << (*data)[EntnodeData::kName]; > if(data->GetType() == ENT_SUBDIR) > { >- ResetView(fullpath, true); >+ ResetView(fullpath.c_str(), true); > } > else > { >diff -Nru gcvs-1.0b3/common/UCvsFolders.cpp gcvs-1.0b3-b/common/UCvsFolders.cpp >--- gcvs-1.0b3/common/UCvsFolders.cpp 2002-01-03 09:29:18.000000000 +0100 >+++ gcvs-1.0b3-b/common/UCvsFolders.cpp 2004-07-04 19:32:51.788522112 +0200 >@@ -824,7 +824,7 @@ > if(fileView != 0L) > { > ASSERT(fileView->IsKindOf(URUNTIME_CLASS(UCvsFiles))); >- fileView->ResetView(path); >+ fileView->ResetView(path.c_str()); > } > } > >diff -Nru gcvs-1.0b3/cvsunix/configure gcvs-1.0b3-b/cvsunix/configure >--- gcvs-1.0b3/cvsunix/configure 2001-03-06 20:23:48.000000000 +0100 >+++ gcvs-1.0b3-b/cvsunix/configure 2004-07-04 19:31:24.138846888 +0200 >@@ -399,7 +399,11 @@ > if test "x$nonopt" != xNONE; then > { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } > fi >- nonopt="$ac_option" >+ if test -n "`echo $ac_option| sed 's/=//g'`" ; then >+ echo "configure: warning: $ac_option: probably should be environmental" 1>&2 >+ else >+ nonopt="$ac_option" >+ fi > ;; > > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53911
: 34788 |
36329
|
36330