Recent

Author Topic: Windows version  (Read 22126 times)

shadowman

  • Guest
Windows version
« on: August 30, 2003, 11:51:50 pm »
So, where it is? What's with the windows version? Where are binaries? :shock:

Anonymous

  • Guest
Windows version
« Reply #1 on: September 02, 2003, 01:36:02 am »
Finally I've compiled (using fp compiler version 1.0.10) windows version of lazarus from sources, but there where some problems:
1: compiling under windows me (probably win98/95 too) is very hard because of the windres program which doesn't work properly under this system. I've changed my system to WinXP.
2: used function GetEnv in lazconf.inc cannot be found. It seems like it has been changed to GetEnvironmentVariable. I've changed GetEnv to GetEnvironmentVariable in lazconf.inc.

Anonymous

  • Guest
Windows version
« Reply #2 on: September 02, 2003, 10:02:36 am »
Ähm...could you publish that binaries anywhere?

Thanks

Ruediger

Chokito

  • Guest
Windows version
« Reply #3 on: September 27, 2003, 05:27:41 am »
Yes, some Windows binaries would be really cool.

AJGenius

  • New Member
  • *
  • Posts: 10
Windows version
« Reply #4 on: September 27, 2003, 06:00:48 pm »
Windows binaries will happen eventually. but it is silly to make special binaries for a cvs version when its not even finished/fullly useable, wait for the  release or build it yourself.

And if you cannot compile it yourself as is you surely won't be able to make use of it since you are going to have the same issues with any programs you try and build using it.  :wink:

I built it without any issues myself just to test and I had to do nothing special whatsoever, no extra utilities, no code change, just install the full fpc 1.0.10, set the win32 environment path properly, grab lazarus cvs, and make. hey presto.   :?

Juras

  • Newbie
  • Posts: 2
Windows version
« Reply #5 on: October 18, 2003, 09:49:40 am »
It would be nice to have Win32 binaries, compressed by www.7-zip.org best free archiver for win32.

Anonymous

  • Guest
Windows version
« Reply #6 on: November 15, 2003, 03:24:08 pm »
How do we make windres work under win98?

Anonymous

  • Guest
Windows version
« Reply #7 on: November 15, 2003, 03:57:51 pm »

Anonymous

  • Guest
Windows version
« Reply #8 on: November 15, 2003, 04:09:10 pm »
I solved it by calling windres manually:
windres -i lazarus.rc -o lazarus.res --preprocessor d:\apps\fpc\bin\win32\cpp.exe

The trick is to use the forward slashes not the reverse ones.

Then re-makeing works a bit more until this error:

D:/APPS/FPC/BIN/WIN32/ppc386.exe -gl -Fulcl/units -Fulcl/units/win32 -Fucompo
ts/units -Fucomponents/custom -Fucomponents/mpaslex -Fudesigner -Fudesigner/u
s -Fudebugger -Fupackager -Fupackager/units -Fu. -Fiinclude -Fiinclude/win32
. -di386 lazarus.pp
Hint: End of reading config file d:\apps\fpc\bin\win32\fpc.cfg
Hint: Path ".\designer\un\" not found
Free Pascal Compiler version 1.0.10 [2003/06/27] for i386
Copyright (c) 1993-2003 by Florian Klaempfl
Fatal: No source file name in command line
make.exe[1]: *** [lazarus.exe] Error 1
make.exe[1]: Leaving directory `c:/lazarus'
make.exe: *** [ide] Error 2


What's the problem now? Any ideas?

Anonymous

  • Guest
Windows version
« Reply #9 on: November 15, 2003, 04:14:08 pm »
Manually seems to work too...
something like:
ppc386 -Iinclude -Iinclude/win32 -Fulcl\units\win32 -Fulcl\units -Fucomponents\units lazarus.pp
I have to add all directories which are missing of course

Anonymous

  • Guest
Windows version
« Reply #10 on: November 15, 2003, 04:20:45 pm »
This compiles it:
ppc386 -Iinclude -Iinclude/win32 -Fulcl\units\win32 -Fulcl\units -Fucomponents\units -Fupackager -Fupackager/units -Fudesigner -Fudesigner/units -Fudebugger -Fucomponents/mpaslex lazarus.pp

But it's too long for the Dos prompt. So write it using Textpad etc and save it as a batch file, then run the batch file.
It will create the lazarus.exe..

Anonymous

  • Guest
Windows version
« Reply #11 on: November 15, 2003, 04:21:30 pm »
I've run the exe..
It says it needs the fpc sources now.

Oh.. I'll download them then.

Guest

  • Guest
Win32 binary download
« Reply #12 on: November 19, 2003, 08:10:10 am »
For anybody who's interested in grabbing a copy of pre-compiled Win32 version of Lazarus CVS (2003-11-17) here's a link:

http://www.inetfido.com/projects/pascal/lazarus.zip

NOTE: This has NOT been thoroughly tested and is NOT guaranteed to work.

Dino

  • Guest
Re: Win32 binary download
« Reply #13 on: November 19, 2003, 10:51:51 pm »
Quote from: "Guest"
......NOTE: This has NOT been thoroughly tested and is NOT guaranteed to work.


Heyh! It actually almost did work  :mrgreen: looking nice under win too!

Juras

  • Newbie
  • Posts: 2
Windows version
« Reply #14 on: December 28, 2003, 10:21:19 am »
Does it need GTK+ DLLs in order to run Lazarus under Win32?
What is the best place to download them?

 

TinyPortal © 2005-2018