Re: [fpc-pascal] FPCUp FPC/Lazarus installer/updater: first Linux/Windows version released

2012-02-13 Thread stootch

W dniu 2012-02-10 15:24, Reinier Olislagers pisze:


Testing on Windows (more extensive, I use it daily), and Linux x85 and
Linux x64 shows it works.

(...)

It can be found here:
https://bitbucket.org/reiniero/fpcup/overview
Windows, Linux x86 and LInux x64 binaries provided

Looks like a fine tool, however I have to report problems with Linux 
64bit version.

FPCUp downloaded yesterday did not make Lazarus:


Info: Checking out/updating Lazarus sources...
Info: Lazarus: running make clean:
Info: Calling:
Info: make FPC=/home/stootch/fpc/bin/fpc 
--directory=/home/stootch/lazarus UPXPROG=echo COPYTREE=echo clean

Info: Command returned non-zero ExitStatus: 2. Output:
Info: make: Entering directory `/home/stootch/lazarus'
Makefile:196: *** The Makefile doesn't support target can't-executed,, 
please run fpcmake first.  Stop.

make: Leaving directory `/home/stootch/lazarus'

Info: Lazarus: running make all:
Info: Calling:
Info: make FPC=/home/stootch/fpc/bin/fpc.sh 
--directory=/home/stootch/lazarus UPXPROG=echo COPYTREE=echo all

Info: Command returned non-zero ExitStatus: 2. Output:
Info: make: Entering directory `/home/stootch/lazarus'
Makefile:196: *** The Makefile doesn't support target i386-linux, 
please run fpcmake first.  Stop.

make: Leaving directory `/home/stootch/lazarus'

Lazarus retrieval/compilation failed.
Please check program output for details. Possible troubleshooting steps:
- make sure there's a valid SVN executable in your path.
- make sure the GNU binutils (make etc), windres, subversion client  
are installed

  e.g. on Debian/Ubuntu: aptitude install build-essential subversion
You might want to try removing all local changes in your SVN 
repository with:
- try removing all local changes in your SVN repository with: SVN 
revert recursive /home/stootch/lazarus/

FPCUp finished.
Today's version (thank you for --skipfpc) gives similar result, moreover 
though, it makes FPC and tries to make Lazarus as 32bit:


Info: Checking for FPC bootstrap compiler: 
/home/stootch/fpcbootstrap/i386-linux-ppc386-1

Info: Found valid FPC bootstrap compiler.
Info: Checking out/updating FPC sources...
Info: Running make clean for fpc:
Info: Calling:
Info: make FPC=/home/stootch/fpcbootstrap/i386-linux-ppc386-1 
--directory=/home/stootch/fpc UPXPROG=echo COPYTREE=echo clean

Info: Running make for FPC:
Info: Calling:
Info: make FPC=/home/stootch/fpcbootstrap/i386-linux-ppc386-1 
--directory=/home/stootch/fpc UPXPROG=echo COPYTREE=echo all

Info: Running make install for FPC:
Info: Calling:
Info: make FPC=/home/stootch/fpcbootstrap/i386-linux-ppc386-1 
--directory=/home/stootch/fpc INSTALL_PREFIX=/home/stootch/fpc 
INSTALL_UNITDIR=/home/stootch/fpc/units/i386-linux UPXPROG=echo 
COPYTREE=echo install 


I'm running fully updated:

stootch@debian:~/Desktop$ uname -a
Linux debian 2.6.26-2-amd64 #1 SMP Wed Sep 21 03:36:44 UTC 2011 x86_64 
GNU/Linux


stootch
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPCUp FPC/Lazarus installer/updater: first Linux/Windows version released

2012-02-14 Thread stootch

W dniu 2012-02-14 10:41, reinierolislag...@gmail.com pisze:

You might try with a newer version; we have found and hopefully fixed some 
problems with lazarus make...

Um...
Info: make FPC=/home/stootch/fpc/bin/fpc.sh 
--directory=/home/stootch/lazarus FPCDIR=/home/stootch/fpc/ 
UPXPROG=echo COPYTREE=echo clean all

Info: Error setting Lazarus config: ERangeError/Range check error
Lazarus retrieval/compilation failed.


It does, however, compile Lazarus, so I can start it, and once setting 
compiler to fpc.sh and sources directory, actually run IDE and compile 
projects.



Thanks for the detailed problem report,
I'm glad I could have been helpful. I'm sure you'll be able to fix the 
above mentioned bug.


And here goes one little feature request from me. FPCUp is supposed to 
be used on regular basis, right? Then it would be desired to have a log 
of some kind showing which revision and when had been checked out, so 
one would always know where to revert if things go wrong with the 
compiler or - especially - Lazarus in SVN.


stootch
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Burn a CD

2012-03-14 Thread stootch

W dniu 13.03.2012 14:13, Marcos Douglas pisze:

Hi,

Anyone knows how burn a CD using the Windows API (should works in XP and
Vista)?


Take a look at:
http://blog.delphi-jedi.net/2009/07/18/im-burning-baby/

Porting to FPC/Lazarus (if any) should be straightforward.

stootch
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Stootch

Stephen Dickason wrote:


In Delphi I would probably use some of the ICS



There are ports of ICS and Indy for FPC, but AFAIK they work under 
Windows only. If you are familiar with ICS you can choose lNet (first 
letter is 'L'), especially if you plan to build GUI applications with 
Lazarus.


OR

You can look at Filezilla client and server. Those programs support SFTP 
and on-the-fly compression, though server is available for Windows only.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal