Talk:Compiling FileZilla 3 under Windows: Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
Trevorparker (talk | contribs) No edit summary |
Trevorparker (talk | contribs) No edit summary |
||
Line 41: | Line 41: | ||
Vista user? --[[User:CodeSquid|CodeSquid]] 08:52, 10 May 2009 (UTC) | Vista user? --[[User:CodeSquid|CodeSquid]] 08:52, 10 May 2009 (UTC) | ||
Yeah. Did I screw up? --[[User:Trevorparker|Trevorparker]] 19:33, 11 May 2009 (UTC) | <s>Yeah. Did I screw up? --[[User:Trevorparker|Trevorparker]] 19:33, 11 May 2009 (UTC)</s> | ||
Run as administrator. Got it. --[[User:Trevorparker|Trevorparker]] 20:00, 11 May 2009 (UTC) |
Revision as of 21:00, 11 May 2009
how to edit the code to add something
- with notepad... --CodeSquid 23:02, 27 April 2009 (UTC)
If something doesn't work, report the details so that the problem can be solved instead of ignored.
I get the following error when running make for Libiconv:
$ make -j3 builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" make[1]: Entering directory `/usr/src/libiconv-1.11.1/libcharset' cd lib && make all make[2]: Entering directory `/usr/src/libiconv-1.11.1/libcharset/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/libiconv-1.11.1/libcharset/lib' make[1]: Leaving directory `/usr/src/libiconv-1.11.1/libcharset' make[1]: Entering directory `/usr/src/libiconv-1.11.1/libcharset' cd lib && make all make[2]: Entering directory `/usr/src/libiconv-1.11.1/libcharset/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/libiconv-1.11.1/libcharset/lib' cd lib && make install-lib libdir='/usr/src/libiconv-1.11.1/lib' includedir='/usr/src/libiconv-1.11.1/lib' make[2]: Entering directory `/usr/src/libiconv-1.11.1/libcharset/lib' /bin/sh ../build-aux/mkinstalldirs /usr/src/libiconv-1.11.1/lib /bin/sh ../libtool --mode=install /bin/install -c -m 644 libcharset.la /usr/src/libiconv-1.11.1/lib/libcharset.la /bin/install -c -m 644 .libs/libcharset.lai /usr/src/libiconv-1.11.1/lib/libcharset.la ../libtool: /bin/install: Permission denied make[2]: *** [install-lib] Error 126 make[2]: Leaving directory `/usr/src/libiconv-1.11.1/libcharset/lib' make[1]: *** [install-lib] Error 2 make[1]: Leaving directory `/usr/src/libiconv-1.11.1/libcharset' make: *** [lib/localcharset.h] Error 2
--Trevorparker 15:23, 7 May 2009 (UTC)
- Try adding --disable-fast-install to the configure arguments. --CodeSquid 21:51, 7 May 2009 (UTC)
No luck with that. Still getting the same errors. --Trevorparker 04:11, 9 May 2009 (UTC)
Vista user? --CodeSquid 08:52, 10 May 2009 (UTC)
Yeah. Did I screw up? --Trevorparker 19:33, 11 May 2009 (UTC)
Run as administrator. Got it. --Trevorparker 20:00, 11 May 2009 (UTC)