Re: What GPL software have you been able to download and recompile successfully?




o///annabee wrote:

Easily...huh?
this is exactly the kind of mess I am talking about.
I click at one of those sites, and found a list of 100s of projects
I did know nothing about. Then when going into one of them, randomly,
a new list of 100s of files. nothing but a complete mess.

I would suggest you search on the net for "MAKE" and read all about it.
And while you're at it, check out the "CONFIG" scripts that usually
accompany the files. This is the standard way to build GNU (and, for
that matter, GPL) tools. Generally, a read-me or "howto" document
exists that explains how to build the document. If you've never done
any of this before, you might try purchasing one of the many
"open-source development" texts out there that explain the build
operation that most GNU software uses.


I will rephrase my question.

What _spesific_ projects have you downloaded, and compiled at your pc,
successfully, in less then one hour. Well, the answer should strive to
become, in less then 3 minutes.

Most of the time it simply involves unpacking the code, running config,
and you're done. If you want to play around with the source code and
modify it to your heart's content, then you run make on it after
configuring it for your machine. Not all that difficult at all. You
*do*, however, need to understand how to build complex projects using
make. And, alas, this is one thing that your Delphi and RosAsm
experience has not prepared you for.



Iam a windows user, so I prefer links to windows GPL projects for the time
beeing.

Most people writing GPL software hate Microsoft and back up their moral
system by *not* writing windows open-source software. :-) Of course,
there *is* quite a bit of Windows/GPL software out there, but most of
the stuff you're going to find is going to be written for Linux (or
Unix) first and ported to Windows. Still, however, you're going to need
to learn about MAKE.

BTW, I was able to port the generic versions of Flex and Bison to
Windows using the GNU deliverables. It was a lot of work (not something
that could be done in an hour), but it wasn't *that* hard. Most of the
problems were Microsoft's deviances from the C standard in VC and
problems with nmake.
Cheers,
Randy Hyde

.



Relevant Pages

  • Re: Significant Pure Assembler Application In MASM ?
    ... I see another 10-20 years of windows. ... painting giraffes is purple are useful when you view it the other way: "Why cant RosAsm do purple giraffes"? ... Another thing is that to teach users what GPL means, this imply to be present in an OS where users are. ... The VLC mediaplayer, that is an _AWSOME_ mediaplayer that even without an IDE completly mocks the Windows M$ Mediaplayer. ...
    (alt.lang.asm)
  • RE: FC4 or FC5
    ... the GPL is simply a license.. ... you continue to insist that GPL forces people to share. ... If you don't want to pay Microsoft you don't have the ... People using Linux who aren't using Windows. ...
    (Fedora)
  • Re: Honestly Curious
    ... regards to it's limitation of the users options of moving applications. ... In Windows you would organize your Apps with the ... else in a huge mess that no regular user could ever hope to get to ... All of that because the user *SHOULD NEVER* use the file system ...
    (comp.sys.mac.advocacy)
  • Re: best GUI Lib?
    ... GUthereafterrrming with Qt 3)** to get the GPL version for windows. ... and to treat the GUI as an interface. ...
    (comp.lang.cpp)
  • Re: masm32
    ... > Windows OS versions. ... The "L" in GPL stands for License. ... Microsoft make restrictions about redistributable code, too, in case you ... I *have* created closed source software using GPL software. ...
    (comp.lang.asm.x86)