Christof,
You state that the list is deprecated but people are still posting to
it. If deprecated, the list need to be 'stopped'. Also, I am not able to
send to the list that you state is the replacement: messages are
rejected. When I try to subscribe to the new list, nothing happens and I
st
@zxMarce
I think that I've finally worked out how to post to Gambas. It's been
years since I did it and the email address has changed.
You can email me on john.aaron.r...@gmail.com
I've not tried the FIALKA (post war?). Lorenz is purely Gambas. It's
modified from the original in that some ch
interested, post to the user
list: though I only look at the daily digest.
--
John
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!
Thanks, Charlie.
John
Forwarded Message
Subject: Re: [Gambas-user] How to specify a string constant in an Exec
statement
Date: Fri, 15 Dec 2017 14:42:14 +
From: Charlie Ogier
To: John Rose
On 14/12/17 17:33, John Rose wrote:
I want to have a command
does not work. I've tried omitting the 2 lots of \" but
that doesn't help. My code used to be (which worked):
Exec ["get_iplayer", " --force", "--type=TV] To sOutput
--
John
-
Hey!
New message, please read <http://prestigeimagegroup.com/read.php?q2>
John Hutchinson
--
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to
Hey!
New message, please read <http://doctorcatherinebarry.com/them.php?ecp>
John Hutchinson
--
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables
> > I finally finished and recompiled gambas3 and it seems to work.
> >
> > The patch file is 40kb :-o
> >
> > I did not attach the patch as I mostly just changed /usr/{bin, lib,
> > sbin, share} and /etc to /usr/local/{bin, lib, sbin, share} and
> > /usr/local/etc rather than incorporate $PREFIX
> Hi,
>
> I just compiled gambas3-3.7.1 from source against qt-4.8.6 and
> gtk-3.16.1, but when I try to start it, I get this:
>
> $ gambas3
> Stock.Themes_Read.698: #45: File or directory does not exist
> Project.Main.334
>
The error is on a line that tr
Hi,
I just compiled gambas3-3.7.1 from source against qt-4.8.6 and
gtk-3.16.1, but when I try to start it, I get this:
$ gambas3
Stock.Themes_Read.698: #45: File or directory does not exist
Project.Main.334
>>> The error is on a line that tries to bro
"/usr/share/icons"
> directory. Don't you have such a directory on your system?
>
Thanks for the reply.
No, it's /usr/local/share/icons and gambas3 was compiled to /usr/local...
Do I need to go through the source to look for other hard links to /usr?
Regards
John
wiki error glossary?
I cannot use gdb with gambas3 to check the error as gdb sees it as a script
Regards
John
--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring suppo
have String methods applied to it when using Len etc. Am I correct?
Possible solution is to use sText = String.Mid(PrintedTextBox.Text, 1,
String.Len(PrintedTextBox)) instead of sText = PrintedTextBox.Text, but
I guess that would mean that String methods would also have to be used
on sText.
John
On
On 18/03/15 11:30, John Rose wrote:
> I have a Maskbox with mask [A-Za-z][A-Za-z]. I noticed that the IDE
> does not show the MaxLength property. I want the user to be able to
> enter lower case & have the entry displayed as upper case for either
> of the 2 characters. When I run t
On 18/03/15 12:38, Gian wrote:
> Upon notification by a user of Gambas-it I tried to install the PPA
> stable.
> Seems that we obtained the Trunk.
> See image attached
>
> Regards
> Gianluigi
>
>
> --
> Dive into the World
bar shows DEVELOPMENT VERSION - USE AT
YOUR OWN RISK. Could this 'Stable' ppa contain a jinxed Gambas version?
--
John
Test.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programmin
non-ASCII characters
such as $.
John
On 17/03/15 15:50, Jussi Lahtinen wrote:
> Oh I missed you are using Mid() function, it is only for ASCII characters,
> use String.Mid() instead.
>
>
> Jussi
>
> On Tue, Mar 17, 2015 at 4:33 PM, John Rose
> wrote:
>
>> On 17/03/15
On 17/03/15 13:33, Jussi Lahtinen wrote:
> Maybe the console takes only ASCII characters?
>
>
> Jussi
>
> On Tue, Mar 17, 2015 at 3:00 PM, John Rose
> wrote:
>
>> When entering a £ character (i.e. the British pound symbol not the
>> American one) into a
a
Change event). I wonder if this could be due to Gambas/Ubuntu regarding
my keyboard as American even though it's 'installed' within Ubuntu as
British.
--
John
Test.tar.gz
Description: application/gzip
On 10/03/15 17:21, John Rose wrote:
> I've found what I think is a bug on the Text property of the Maskbox
> control. When I set it with a Text property (conforming to its Mask
> property), it shows as blank at runtime. However, if I set it by code
> to the same value, it works
On 12/03/15 12:19, Benoît Minisini wrote:
> Le 12/03/2015 13:11, John Rose a écrit :
>> On 12/03/15 11:38, Tobias Boege wrote:
>>> On Thu, 12 Mar 2015, John Rose wrote:
>>>> On 12/03/15 10:37, Tobias Boege wrote:
>>>>> Public Sub Main()
>
On 12/03/15 11:38, Tobias Boege wrote:
> On Thu, 12 Mar 2015, John Rose wrote:
>> On 12/03/15 10:37, Tobias Boege wrote:
>>> Public Sub Main()
>>> Dim sPath As String = Temp$("with spaces")
>>> Dim hFile As Stream
>>> Dim
On 12/03/15 10:37, Tobias Boege wrote:
> Public Sub Main()
> Dim sPath As String = Temp$("with spaces")
> Dim hFile As Stream
> Dim sLine As String
>
> File.Save(sPath, "some string")
>
> Debug "Path =";; sPath
> Debug "Exist =";; Exist(sPath)
> Debug "Content ="
> hFile = Open sPat
created by a
command line program over which I have no control. Only solution that I
can think of is to use Shell commands (where I presume that single
quotes can encircle the filename) to copy/move the file to a file with
filename not containing space
ug or just a stupid mistake of mine.
--
John
Test.tar.gz
Description: application/gzip
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Sla
e corresponding StartPositionValueBox.
Is this a problem with my understanding of the Mask property? If so,
would it be better to make them TextBoxes or do something else?
John
PS I've top posted this time as you are top posting. Tobi requested me
on another query not to do bottom posting. Is t
On 09/03/15 12:57, Fabien Bodard wrote:
> So we really need a pièce of code that show the problem.
> Le 9 mars 2015 08:34, "John Rose" a écrit :
>
>> On 08/03/15 22:52, adamn...@gmail.com wrote:
>>> On Sun, 08 Mar 2015 19:58:56 +
>>> John Rose wro
On 08/03/15 22:52, adamn...@gmail.com wrote:
> On Sun, 08 Mar 2015 19:58:56 +
> John Rose wrote:
>
>> I compiled and saved a project OK. When I try to run it within the IDE,
>> all it does is to display a red no entry sign near the bottom of the
>> screen. It
On 08/03/15 19:28, Willy Raets wrote:
> On zo, 2015-03-08 at 16:44 +0000, John Rose wrote:
>> I've attached a Test project. The significant controls are 13 ValueBoxes
>> (named CypheredValueBox 1 etc, all in Group Cyphered) and 13 MaskBoxes
>> (named PlainMaskBox1 etc, a
er
number, the event Cyphered_Change does not execute; however, when I
change any PlainMaskBox to another alphabetic, the event Plain_Change
does execute. To me this seems like a bug in the gb.form Component. Am I
correct?
--
John
Test.tar.gz
Description: applica
On 03/03/15 09:53, Tobias Boege wrote:
> On Tue, 03 Mar 2015, John Rose wrote:
>> On 03/03/15 08:31, Fabien Bodard wrote:
>>
>>> And th?? controls Will not be cleared until the procedure is not ended.
>>>
>>> Use an ascyncronous call to your external p
immediately.
The CL program took a few seconds to run and interestingly when it
finished it did not add to the controls' contents (i.e. it cleared them
before populating them again).
John
On 02/03/15 19:25, Tobias Boege wrote:
> On Mon, 02 Mar 2015, John Rose wrote:
>> I have a C
th
With DetailTextArea
.Clear
.Refresh
End With
Is the above the correct method of causing the clearance to happen on
the screen immediately?
--
John
--
Dive into the World of Parallel Programming The Go Parall
to run the app outside the IDE (i.e. by launching the executable
from the CLI), it still worked OK when I used the Debug command within
the IDE.
John
Forwarded Message
Subject:Re: [Gambas-user] Standard Input & Exec
Date: Thu, 26 Feb 2015 00:43:46 +0100
after creating an
executable. So if the executable was named EnigmaWehrmacht.gambas what
would I need to enter on the command line to test this app?
--
John
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsor
I looked at the documentation on Streams & answered my own question. I
should have used Line Input #Last, sLine rather than Read #Last, sLine, -256
--
John
--
Dive into the World of Parallel Programming Th
When I run a CLI program (which I didn't write) in Terminal, lines are
displayed as I would hope in terms of line feeds:
john@JohnDesktop:~$ /opt/Enigma/turing_bombe_all_wheels
'Temporary/Enigma/FHPQX Menu3.txt' 5
#
Switches defined:
GPU=
m did
not always get selected when I selected another item in a different
ComboBox. And there are no timers.
John
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Superch
boBox_Click()
With StopComboBox
.Index = SteckersComboBox.Index
.Refresh
End With
With ReflectorAndRotorsComboBox
.Index = SteckersComboBox.Index
.Refresh
End With
End
What's wrong with this coding?
--
John
---
Tobias,
Thanks. I've used your second method. It's so easy when you know how!
John
On 12/02/15 13:12, Tobias Boege wrote:
> On Thu, 12 Feb 2015, John Rose wrote:
>> I have a set of MaskBoxes (each with Group Cyphered & with MaxLength of
>> 1) with Names of Cyphe
+ 1
strNextTag = CStr(iNextTag)
strNextCyphered = "CypheredMaskBox" & strNextTag
--
John
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership w
I have drilled down into the guts of Gambas and rattled a few cages in
the process but I would like to thank you all for your time, patience
and tolerance towards a Gambas newbie.
I like the IDE and what has been achieved since its inception and I
think that it holds great potential for the future
This is in great danger of getting off topic but holy shit. It has
certainly come a long way since then.
Who gave birth ?
When did it come under source code control ?
--
Slashdot TV. Video for Nerds. Stuff that Matters
Are the archives searchable in any real meaningful way ?
Or is that a silly question/obvious. I am getting tired so please
respond as though I am a moron.
On 20/09/14 23:29, Tobias Boege wrote:
> On Sat, 20 Sep 2014, John Leake wrote:
>> When did you arrive and what period do you
The actual name 'Static Class Method or Static Class Variable' and the
name 'Class Method or Class Variable' are exactly the same thing. They
are directly synonymous with a static variable within a subroutine or
function that retains its value between calls to that sub or func (ie it
is not on the
When did you arrive and what period do you refer to ?
On 20/09/14 22:34, Tobias Boege wrote:
> On Sat, 20 Sep 2014, John Leake wrote:
>> Hi All,
>> Do any of you old-timers to gambas recall any questions/interest in
>> using the IDE to generate source for other languages ?
&
Hi All,
Do any of you old-timers to gambas recall any questions/interest in
using the IDE to generate source for other languages ?
--
Slashdot TV. Video for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gamp
.
On 20/09/14 22:01, B Bruen wrote:
> On Sat, 20 Sep 2014 20:24:46 +0200
> Benoît Minisini wrote:
>
>> Le 20/09/2014 11:55, John Leake a écrit :
>>> Thanks Tobi,
>>>>> So could someone tell me if a class without any dynamic variable ie a
>&
they should be indistinguishable from each other. If
the language allows you probe deeper (like obtaining the address of the
object) then the results returned should be the same.
On 20/09/14 19:49, B Bruen wrote:
> On Sat, 20 Sep 2014 10:55:06 +0100
> John Leake wrote:
>
>> Thank
ponse.
On 20/09/14 19:01, Tobias Boege wrote:
> On Sat, 20 Sep 2014, John Leake wrote:
>> Anyone know when the parser and compiler were last generated ?
>>
>
> What makes you so sure that the sources are generated? I don't know the
> compiler at all (!) but these sources
Anyone know when the parser and compiler were last generated ?
--
Slashdot TV. Video for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
___
It the original files that generated the compiler are not available it
is too risky to reverse engineer them.
On 20/09/14 14:29, Tobias Boege wrote:
> On Sat, 20 Sep 2014, John Leake wrote:
>> Hi All,
>> Could anyone point me to the languages definitive specification as used
>
Hi All,
Could anyone point me to the languages definitive specification as used
by yacc and lex ?
--
Slashdot TV. Video for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg
Or more concicely
datediff(date(year(now),month(now),1),date(year(now),month(now)+1,1),gb.day)
--
Slashdot TV. Video for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.cl
What about
datediff(date(year(now),month(now),1,0,0,0,0),date(year(now),month(now)+1,1,0,0,0,0),gb.day)
--
Slashdot TV. Video for Nerds. Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/414
Thanks Tobi,
>> So could someone tell me if a class without any dynamic variable ie a
>> static class, can or cannot be created ?
>>
>
> Or you can try it out.
>
> What I did was creating a module and making objects from it with New -- it
> works, but those objects are even more limited than I ha
Hi All,
Could someone please clarify the characteristics of a static class.
My understanding of Static Classes from other languages is:
They cannot be created or more precisely no more than one instance of
the class can exist. This means that if a process alters the state of
the class then that c
On 20/09/14 01:31, Willy Raets wrote:
> On za, 2014-09-20 at 00:19 +0100, John Leake wrote:
>> Thank you. Should the documentation in the wiki also be updated to
>> reflect this new behaviour ?
>
> I don't think so as the fix should make Gambas confirm the
> documenta
Thank you. Should the documentation in the wiki also be updated to
reflect this new behaviour ?
On 20/09/14 00:12, Benoît Minisini wrote:
> Le 20/09/2014 01:05, Benoît Minisini a écrit :
>> Le 20/09/2014 01:02, Benoît Minisini a écrit :
>>>
>>> Can you send your project? Normally the sentence "Thi
> Indeed. I removed the constraint where a class without dynamic variable
> is not instanciable. But I don't know why I suddenly found that useful...
>
I am also dabbling with source comments and auto generated help wrt
modules in general and singleton objects.
Would the SVN commit history shine
Hi Jussi,
I too am interested in this. How do you get from wishing to find out
about Hex$ to the url
> http://sourceforge.net/p/gambas/code/HEAD/tree/gambas/trunk/main/gbx/gbx_subr_conv.c
Best regards,
John Le
it a try, getting
nowhere fast and then leaving never to be seen again.
Best regards,
John Leake
On 18/09/14 18:24, T Lee Davidson wrote:
> Hi All,
>
> I am almost lost when it comes to browsing the source code tree for
> specific pieces of code.
>
> The Gamb
> If you use BackBox, uninstall metacity and try to delete ~/.cache/sessions.
> Assuming you still have xfwm4 installed.
Done and I do have xfwm4 installed and I am back to an almost unusable
system.
--
Want excitement?
M
> John, not to offense, but your messages are mess. What is your distro,
> Ubuntu or BackBox? Why metacity?? Neither of them uses metacity.
Hi Jussi,
No offence taken. I have been trying to find out why my threading is a
mess but have not got to the bottom of that yet.
BackBox 3.13 is ba
> /me scratches head... Ubuntu 12.04LTS with metacity and gnome2? I thought
> Ubuntu switched to Unity a LOOONG time ago or am I missing something here?
The distro is BackBox 3.13 which is Ubuntu 12.0.4 LTS with a light front
end instead of all that unity bloatware.
---
>>> Some of the symptoms
>>>
>>>
>>> (1) System wide keyboard short cuts all fucked up.
>>> (2) No Window decoration.
>>> (3) Window layering, focus, bring to top - knackered.
>>> (4) Default position on window launch not what it used to be.
>>> (5) Thunderbird text menus not w
> Gambas cannot destroy your system, installed from source of from binary
> packages. This is something else.
Any suggestions ?
--
Want excitement?
Manually upgrade your production database.
When you want reliability, cho
>> Some of the symptoms
>>
>>
>> (1) System wide keyboard short cuts all fucked up.
>> (2) No Window decoration.
>> (3) Window layering, focus, bring to top - knackered.
>> (4) Default position on window launch not what it used to be.
>> (5) Thunderbird text menus not working.
> Some of the symptoms
>
>
> (1) System wide keyboard short cuts all fucked up.
> (2) No Window decoration.
> (3) Window layering, focus, bring to top - knackered.
> (4) Default position on window launch not what it used to be.
> (5) Thunderbird text menus not working.
(6) Fir
used to be.
(5) Thunderbird text menus not working.
Any one got any bright ideas where I should start to unravel this mess ?
Best regards,
John Leake
--
Want excitement?
Manually upgrade your production database.
When
I cannot deal with this right now. Despite purging Gambas3 autoremove
and update and reinstalling my desktop it has all turned to ratshit!!!
On 18/09/14 01:39, John Leake wrote:
> WARNING - building Gambas3 can fuck up your desktop.
> My window borders have va
WARNING - building Gambas3 can fuck up your desktop.
My window borders have vanished.
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Pred
Sorry guys I did about sixteen hours on this yesterday and only had
about 4 hours sleep last night so I will just have to call it a dorris
and let all you fit youngsters slug it out.
--
Want excitement?
Manually upgrade yo
What is going on here ?
I really do not understand. I (John Leake the gambas newbie) started a
new thread about the problems I was experiencing in attempting to build
from svn trunk.
Please do not loose sight of the fact that it all worked in the end
(which is a major achievement).
I was
more help suggested I install llvm and the
feeling I got was almost better than sex.
Conclusion
--
If all the docs relating to building trunk were combined and in the same
place I would have got here with just a single request for help.
Many thanks to you all,
John Leake
On 17/09/14 20:58
Nearly there.
|| THESE COMPONENTS ARE DISABLED:
|| - gb.jit
|| Unable to find file: libintl.so
|| Unable to find file: libiconv.so
Any ideas ?
On 17/09/14 20:04, Tobias Boege wrote:
> On Wed, 17 Sep 2014, John Leake wrote:
>> I am working through the build errors in output.txt and
I am working through the build errors in output.txt and the first header
file that cannot be found is
Could someone tell me what the C standard header path should be set to.
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.11.0-26-generic
Architecture=x86_64
Distribution=Ubuntu 12.04.5 LTS
De
One more thing is disk space. With SVN there are two entire copies of
the repo. On Git there is one and all the rest are diffs.
On the corruption front it works by sha hashing so you are
mathematically guaranteed that the code is sound!
On 17/09/14 17:22, Christof Thalhofer wrote:
> Am 17.09.201
Just watch the Linus 2007 video and make your own mind up.
On 17/09/14 15:39, Jussi Lahtinen wrote:
>> 1) SVN will not detect a corruption - with Git the sha1 hash will
>> confirm that your source is unadulterated no matter who you pull it from.
>>
>
> Applies to situation where there is more tha
many thanks.
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191
I was joking. It is ignorance on my part and I have written about my
concerns wrt generating unnecessary noise. If only people would say
from the start something like;
'Did you know these threads are hard to follow, can I help you do it right'.
Hey that looks cool. Thank you. You can certainly get someons
attention with a few >>
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version con
Sorry, more ignorance on my part. Its no wonder all you gambas gurus
have no idea what I am talking about!
On 17/09/14 02:37, Benoît Minisini wrote:
> Le 17/09/2014 02:49, John Leake a écrit :
>> When editing an image in the IDE under 3.5.4 there was an image size
>> tool bar butt
se, at
> least essentially, same features be implemented with intuitive interface?
> There are a lot of alternatives.
>
>
>
> Jussi
>
>
> On Wed, Sep 17, 2014 at 3:19 AM, John Leake wrote:
>
>>> Do I have to question my understanding of criticism? I r
difference.
So if a message is composed from scratch it will start a new thread
irrespective from what is in the subject field.
On 17/09/14 01:54, T Lee Davidson wrote:
> Not sure, John.
>
> In the header section, I have a "Reply" and a "Reply List" button. Using
>
at and choose "Compose message to"
>
> HTH,
> Lee
>
>
> On 09/16/2014 08:36 PM, John Leake wrote:
>> Create a *new* message instead of simply replying to a message from a
>> thread that already exists. Creating a new message will create a new thread.
>
When editing an image in the IDE under 3.5.4 there was an image size
tool bar button.
It is no longer there under 3.5.90
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Per
Create a *new* message instead of simply replying to a message from a
thread that already exists. Creating a new message will create a new thread.
Thank you. I have just elucidated my difficulty with this.
Where do I create a *new* message ?
---
> Le 17/09/2014 00:28, John Leake a écrit :
>> Did you know that the image size tool button is no longer available in
>> 3.5.90
>>
>
> No idea what you are talking about, but please start a new thread when
> the subject changes!
>
Sorry the context
>> IDE - form design.
>> Are the form grab handles supposed to be visible/active when a control
>> is clicked ?
>>
>
> Why not?
>
> Please start a new thread when you want to talk about another subject!
> Thanks.
Sorry, I changed the email subject. What else should I do ?
---
ch that is hard to merge, not a backward step as
I see it. If your community were to consider a switch then there are
some good transitional examples that ran live right throughout the whole
migration process. I will certainly make public my experiences.
Hey it might just be too much for me an I will j
IDE - form design.
Are the form grab handles supposed to be visible/active when a control
is clicked ?
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce ver
Did you know that the image size tool button is no longer available in
3.5.90
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.11.0-26-generic
Architecture=x86_64
Distribution=Ubuntu 12.04.5 LTS
Desktop=XFCE
Theme=QGtk
Language=en_GB.UTF-8
Memory=7863M
[Libraries]
Cairo=libcairo.so.2.11000.2
Hi guys,
ToolTip has the behaviour as Text property.
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.
n return. If you
do not accept my input as being a bug then that is your right and I am
fine with that.
I am in the process of importing the repo into git so that I can work
independently and you are welcome to clone it and explore what I have done.
Still frien
On 16/09/14 22:04, John Leake wrote:
> Back on topic re Subject. If in the IDE you select a ToggleButton and
> set its Foreground or Background colour and then later wish put either
> back to its default (by selecting the control, then highlighting the
> property and pressing delete)
Back on topic re Subject. If in the IDE you select a ToggleButton and
set its Foreground or Background colour and then later wish put either
back to its default (by selecting the control, then highlighting the
property and pressing delete) the control is deleted instead of the
property.
-
e fixed in 3.5.90 ?
Many thanks for your help and I hope my build log gives you enough info
to fix building from trunk.
John
P.S. My installation of Ubuntu 12.04.5 LTS is a pretty clean install
that is only about 4 weeks old on this machine.
One other thing, I am concerned with, is how much
ting pot.
Best regards,
John
P.S. I don't know why I keep going to the wrong place in the help. Also
I have not gone through each of tools yet I just assumed that the reconf
and autoconf scripts would be the quickest way of finding any
incompatibility.
output.txt.tar.gz
Description: GNU
I followed the docs for v3
Compiling the Subversion repository.
I checked out trunk and did
$ ./reconf-all
...
$ ./configure -C
But there are lots of inaccessible header files.
Attached the config.log
config.log.tar.gz
Description: GNU Zip compressed data
-
1 - 100 of 486 matches
Mail list logo