[Gambas-user] gambas3

2009-01-30 Thread Wellington de Souza Pinto
Hi everyone!

Have one week my gambas3 svn not work.

Today i update svn version and after ./reconf-all; ./configure -C; make; make
install
i type gambas3 in prompt and show this message:
ERROR: #2: Cannot load class 'Project': Unable to load class file

Any idea???


Reguards,

---
|/  Wellington de Souza Pinto
C o o ]  wspi...@click21.com.br
 ^
-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
___
Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem
tarifas muito baratas esperando por você. Aproveite!


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with Byte datatype ?

2009-01-30 Thread Paul Horechuk
On January 29, 2009, Dominique SIMONART wrote:
 Hi evererybody,

 If I code the few lines showed below:

 DIM X AS Byte
 DIM Texte AS String[64]

   X = h2E
   X += hE0
   TextBox1.Text = Hex(X)
   Texte[X] = Hex(X)

 I get '10E' displayed. Is this correct for a byte?
I think the 10E indicates an overflow (the 1 part) and thus an error, as it 
won't fit in the 00 to FF range. The 0E would be the remainder. A question 
would be if you wanted signed or unsigned math. With E0 as signed 
(1110) this is also -1F (0001) (ones complement). Adding the 2 
numbers would be 2E - 1F = 0F or something similar.

I think there is actually a twos complement process that should be followed 
instead of the ones complement, but I think you get the picture.

Basically, byte is the wrong datatype for this.

 If you put a breakpoint on the TextBox1 line, the local variables show X
 value as 14 (h0E) which is correct.
 and the last line ends wit an 'out of bounds' message.

 (as a workaround, I actually insert a' X = X MOD 256' instruction just
 before the last line)

 If you wonder why the hell I've to use bytes, I'm working on a memory
 capture of an Amiga program (Captive) running inside the emulator
 WinUAE. In those old days (twenty years ago), memory was 0.0005 Gb and
 byte usage was quite common!
 and more, the memory byte order was not compatible with the actual PC so
 you have to read memory byte by byte to restore the Amiga organisation

 regards,
 Dominique Simonart


 -
- This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Paul Horechuk
  Think Free 
Use Open Source Software

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Leonardo Miliani
I don't know if it is a new bug or an old one because I've noticed it
only right now... but the comboboxes of the properties viewer don't work
properly in every situation.

As you can see in the attached screenshot, most of the times if I select
a property with a combobox, the arrow on the right side of the combobox
doesn't appear (it seems out of the desktop area) and, when I click on
it, the menu is too large.

-- 
Ciao.
Leo.

Web: www.leonardomiliani.com
E-mail: leona...@leonardomiliani.com
Scegli software opensource - Choose opensource software

Co-fondatore di Gambas-it.org
Il sito di riferimento della comunità italiana degli utenti di Gambas
www.gambas-it.org
inline: combobox.jpg--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] How to upgrade gambas?

2009-01-30 Thread Leo Sendra
Hi all... I want to upgrade my Gambas2 to the higher version. How to do that? 
Do I uninstall the old version and compile/install the newer version?

Thanks..



  Selalu bersama teman-teman di Yahoo! Messenger. Tambahkan mereka dari 
email atau jaringan sosial Anda sekarang! http://id.messenger.yahoo.com/invite/
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Bug in Gambas IDE property viewer

2009-01-30 Thread Benoit Minisini
On vendredi 30 janvier 2009, Leonardo Miliani wrote:
 I don't know if it is a new bug or an old one because I've noticed it
 only right now... but the comboboxes of the properties viewer don't work
 properly in every situation.

 As you can see in the attached screenshot, most of the times if I select
 a property with a combobox, the arrow on the right side of the combobox
 doesn't appear (it seems out of the desktop area) and, when I click on
 it, the menu is too large.

Which version of gambas???

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Joshua Higgins
hello all,

at the moment in my program I have multiple commands that have to be run
through SHELL in order, one after another. currently im doing this using
WAIT, but this stops the execution of my gambas program till the command is
finished. however my program is also doing other tasks (timers etc) which
also stop.

is there any way to wait for a command launched through SHELL to finish
without using WAIT, but so that it still continue executing my gambas
program?

thanks.
-- 
joshua higgins
--
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with Byte datatype ?

2009-01-30 Thread Doriano Blengino
Paul Horechuk ha scritto:
 On January 29, 2009, Dominique SIMONART wrote:
   
 Hi evererybody,

 If I code the few lines showed below:

 DIM X AS Byte
 DIM Texte AS String[64]

   X = h2E
   X += hE0
   TextBox1.Text = Hex(X)
   Texte[X] = Hex(X)

 I get '10E' displayed. Is this correct for a byte?
 
 I think the 10E indicates an overflow (the 1 part) and thus an error, as it 
 won't fit in the 00 to FF range. The 0E would be the remainder. A question 
 would be if you wanted signed or unsigned math. With E0 as signed 
 (1110) this is also -1F (0001) (ones complement). Adding the 2 
 numbers would be 2E - 1F = 0F or something similar.

 I think there is actually a twos complement process that should be followed 
 instead of the ones complement, but I think you get the picture.

 Basically, byte is the wrong datatype for this.

   
I think there is nothing wrong in the code; perhaps something wrong is 
in gambas.
It is common practice to use integers to do this exact kind of things. 
By definition a byte is unsigned but, even if it was signed, an overflow 
in addition should lead to one of two things: a silent loss of data 
(overflow), or an exception/runtime error or whatever. A byte cannot 
hold values larger than 255, so the value 0x10E is unreasonable - 
apparently, gambas bytes are not really bytes...


 If you put a breakpoint on the TextBox1 line, the local variables show X
 value as 14 (h0E) which is correct.
 and the last line ends wit an 'out of bounds' message.

 (as a workaround, I actually insert a' X = X MOD 256' instruction just
 before the last line)

 If you wonder why the hell I've to use bytes, I'm working on a memory
 capture of an Amiga program (Captive) running inside the emulator
 WinUAE. In those old days (twenty years ago), memory was 0.0005 Gb and
 byte usage was quite common!
 and more, the memory byte order was not compatible with the actual PC so
 you have to read memory byte by byte to restore the Amiga organisation

 regards,
 Dominique Simonart


 -
 - This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 



   


-- 
Doriano Blengino

Listen twice before you speak.
This is why we have two ears, but only one mouth.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Nesting objects into gridview cells

2009-01-30 Thread M0E Lnx
Hello guys.

I'd like to know how if anyone has ever been able to nest objects like
comboboxes, buttons, checkboxes or anything like that into a
gridview's cell.

I guess what I'm looking for is a way to do what the gambas IDE does
for a forms or objects properties side panel

I'm attaching a picgure of what I mean so I can be better understood

If anyone can suggest a way to do this, I'd greatly appreciate it

Thank you
attachment: nested objects.png--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Nesting objects into gridview cells

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, M0E Lnx wrote:
 Hello guys.
 
 I'd like to know how if anyone has ever been able to nest objects like
 comboboxes, buttons, checkboxes or anything like that into a
 gridview's cell.
 
 I guess what I'm looking for is a way to do what the gambas IDE does
 for a forms or objects properties side panel
 
 I'm attaching a picgure of what I mean so I can be better understood
 
 If anyone can suggest a way to do this, I'd greatly appreciate it
 
 Thank you
 

this is not _in_ the cell but overlay on the cell
create the combobox run/design time as hidden control in the same container as 
the grid
on events of the grid as mouse_down or click copy width/height of the cell
to the combobox. Set left and height as the cells left/height and make visible
On leave of the combobox get the entered/selected data and hidde the combobox.

I made it for a project of mine and did works very nice.
gambas does not work anymore now.
It was a program i write in php and reprogrammed in gambas but I'm back in php 
with it.





Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On vendredi 30 janvier 2009, Ron_1st wrote:
 part 0
 update the 1830 to 1834

 r...@terminator:/home/ron/src/gambas3/trunk# svn update
 Restored 'gb.gtk/src/gb.gtk/.info'
 Restored 'gb.gtk/src/gb.gtk/.list'
 Restored 'comp/src/gb.form.mdi/.list'
 Restored 'comp/src/gb.form.mdi/.info'
 Restored 'comp/src/gb.report/.list'
 Restored 'comp/src/gb.report/.info'
 Restored 'comp/src/gb.chart/.list'
 Restored 'comp/src/gb.chart/.info'
 Restored 'comp/src/gb.form/.list'
 Restored 'comp/src/gb.form/.info'
 Restored 'comp/src/gb.db.form/.list'
 Restored 'comp/src/gb.db.form/.info'
 Restored 'gb.qt/src/gb.qt/.info'
 Restored 'gb.qt/src/gb.qt/.list'
 Uapp/src/gambas3/.project
 Uapp/src/gambas3/FPropertyProject.form
 Uapp/src/gambas3/Design.module
 Umain/gbx/gbx_exec_push.c
 Umain/gbx/gbx_eval.c
 Umain/gbx/gbx_c_collection.c
 Umain/lib/debug/debug.c
 Umain/lib/eval/eval.c
 Ggb.v4l/src/gv4l2.c
 Ugb.v4l/src/CWebcam.c
 Ugb.v4l/src/CWebcam.h
 Agb.v4l/src/videodev2.h
 Ugb.desktop/src/gb.desktop/.settings
 Aexamples/examples/Video/WebCam
 Aexamples/examples/Video/WebCam/.startup
 Aexamples/examples/Video/WebCam/.directory
 Aexamples/examples/Video/WebCam/settings.png
 Aexamples/examples/Video/WebCam/.project
 Aexamples/examples/Video/WebCam/FDevice.form
 Aexamples/examples/Video/WebCam/.icon.png
 Aexamples/examples/Video/WebCam/FDevice.class
 Aexamples/examples/Video/WebCam/camera.png
 Aexamples/examples/Video/WebCam/FMain.form
 Aexamples/examples/Video/WebCam/FMain.class
 Updated to revision 1834.



 Part 1 is to find out why the .info and .list files in comp/src/ are
 deleted.

 under investigation
 Restored 'comp/src/gb.form.mdi/.list'
 Restored 'comp/src/gb.form.mdi/.info'
 Restored 'comp/src/gb.report/.list'
 Restored 'comp/src/gb.report/.info'
 Restored 'comp/src/gb.chart/.list'
 Restored 'comp/src/gb.chart/.info'
 Restored 'comp/src/gb.form/.list'
 Restored 'comp/src/gb.form/.info'
 Restored 'comp/src/gb.db.form/.list'
 Restored 'comp/src/gb.db.form/.info'

 I have saved those files in BACKUP place
 chmod those files in orginal place to root:root 444 (readonly)

 ./reconf-all  [OK]
 ./configure   [OK]
 make  [OK]

 still exist info-list files

 change from user:ron to user:root

 make install

 During make install the are simply deleted.

 Copy the BACKUP back
 cd comp
 make install


 -- MAKE DUMP
 --- make[1]:
 Entering directory `/home/ron/src/gambas3/trunk/comp'
 Running the informer again because of dependencies between information
 files gb
 gb.chart
 gbi3: warning: .info file not found in component archive.
 gb.compress
 gb.crypt
 gb.db
 gb.db.form
 gbi3: warning: .info file not found in component archive.
 gb.db.mysql
 gb.debug
 gb.desktop
 gb.eval
 gb.form
 gbi3: warning: .info file not found in component archive.
 gb.form.dialog
 gb.form.mdi
 gbi3: warning: .info file not found in component archive.
 gb.gtk
 gb.gtk.ext
 gb.gtk.svg
 gb.gui
 gb.image
 gb.image.io
 gb.info
 gb.net
 gb.net.curl
 gb.net.smtp
 gb.opengl
 gb.option
 gb.pcre
 gb.pdf
 gb.qt
 gb.qt.ext
 gb.qt.kde
 gb.qt.kde.html
 gb.qt.opengl
 gb.report
 gbi3: warning: .info file not found in component archive.
 gb.sdl
 gb.sdl.sound
 gb.settings
 gb.v4l
 gb.vb
 gb.web
 gb.xml
 gb.xml.rpc
 gb.xml.xslt
 Installing the components...
 Compiling gb.settings...
 OK
 Installing gb.settings...
 Compiling gb.info...
 OK
 Installing gb.info...
 Compiling gb.form...
 warning: cannot read component list file: gb.form.list
 /home/ron/src/gambas3/trunk/comp/src/gb.form/Balloon.class:5: Unknown
 identifier: Control Installing gb.form...
 /usr/bin/install: cannot stat `.info': No such file or directory
 chmod: cannot access `/usr/local/share/gambas3/info/gb.form.info': No such
 file or directory /usr/bin/install: cannot stat `.list': No such file or
 directory
 chmod: cannot access `/usr/local/share/gambas3/info/gb.form.list': No such
 file or directory
 -





 Files are deleted

 Copy the BACKUP back

 investigate the Makefile
 The process where it happens

 -- MAKEFILE ---
 install-exec-local:
   @if test x$(ROOT) != x; then \
echo Installing with ROOT=$(ROOT); \
  echo; \
 fi

   @if test x$(DESTDIR) != x; then \
echo Installing with DESTDIR=$(DESTDIR); \
  echo; \
ROOT=$DESTDIR; \
 fi

   @echo Running the informer again because of dependencies between
 information files #  @$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r
 $(DESTDIR)$(prefix) @echo Installing the components...
   @(cd $(srcdir)/src; d=`pwd`; for p in `cat order`; do \
 echo Compiling $$p...; \
 cd $$d/$$p; \
 $(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
 

Re: [Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Joshua Higgins
I've just noticed the title of my post has nothing to do with what I'm
asking... sorry about that.

2009/1/30 Doriano Blengino doriano.bleng...@fastwebnet.it

 Joshua Higgins ha scritto:
  hello all,
 
  at the moment in my program I have multiple commands that have to be run
  through SHELL in order, one after another. currently im doing this using
  WAIT, but this stops the execution of my gambas program till the command
 is
  finished. however my program is also doing other tasks (timers etc) which
  also stop.
 
  is there any way to wait for a command launched through SHELL to finish
  without using WAIT, but so that it still continue executing my gambas
  program?
 
 You must use a process handle (if I well remember, hProc = SHELL ...,
 without using WAIT).
 Then, you can poll hProc properties.
 See the docs about SHELL. More infos if you need them.

 Regards,

 --
 Doriano Blengino

 Listen twice before you speak.
 This is why we have two ears, but only one mouth.



 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




-- 
joshua higgins
--
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] How to upgrade gambas?

2009-01-30 Thread Leo Sendra
Selamat Pagi,

please tell us what version you have now and what version you would like
to use.

Best Regards
Werner

I have installed gambas2 version 2.7 and want to try gambas2 2.11. how?

thanks..



  
___
Dapatkan nama yang Anda sukai!
Sekarang Anda dapat memiliki email di @ymail.com dan @rocketmail.com.
http://mail.promotions.yahoo.com/newdomains/id/
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:

8==


 
  Best regards,
 
  Ron_1st
 
 I am going to test from a fresh checkout to understand what happens 
 exactly... 
 Wait a moment! :-)
 

OK

Found some other code related things but first the comile and install.
Also it kan be of course a (k)ubuntu problem, see answer to charlie
about aclocal.

Thanks for look and try.



Best regards,

Ron_1st

-- 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] strange problem using UDP server clients

2009-01-30 Thread Ron_1st
On Friday 30 January 2009, Joshua Higgins wrote:
 is there any way to wait for a command launched through SHELL to finish
 without using WAIT, but so that it still continue executing my gambas
 program?
 

try in the shell string at the end the ampersand character ()

shell(/usr/bin/docommand -option1=lookinthemirror )




Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas3

2009-01-30 Thread Benoit Minisini
On vendredi 30 janvier 2009, Ron_1st wrote:

 Question to Benoit
 I have 2 directories for aclocal, aclocal and aclocal-1.9
 the configure script refer to the 1.9, does aclocal/automake fall back to
 the aclocal for missing *.m4 files ?


I don't know what you are talking about. Where are these two aclocal 
directories?

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote:
 On Friday 30 January 2009, Benoit Minisini wrote:
  On vendredi 30 janvier 2009, Ron_1st wrote:

 8==

   Best regards,
  
   Ron_1st
 
  I am going to test from a fresh checkout to understand what happens
  exactly... Wait a moment! :-)

 OK

 Found some other code related things but first the comile and install.
 Also it kan be of course a (k)ubuntu problem, see answer to charlie
 about aclocal.

 Thanks for look and try.



 Best regards,

 Ron_1st

I compiled and installed a fresh checkout of trunk, and I got no error at all, 
and all the warnings I got are normal.

So at the moment, I don't understand what happens on your system.

Did you try to do everything except installation as a normal user?

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas3

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:
 
  Question to Benoit
  I have 2 directories for aclocal, aclocal and aclocal-1.9
  the configure script refer to the 1.9, does aclocal/automake fall back to
  the aclocal for missing *.m4 files ?
 
 
 I don't know what you are talking about. Where are these two aclocal 
 directories?
 

reconf and/or configure use it.



/usr/share/aclocal
/usr/share/aclocal-1.9


# aclocal --version
  aclocal (GNU automake) 1.9.6
# automake --version
  automake (GNU automake) 1.9.6
# libtool --version
  ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493 
2008/02/01 16:58:18)






Best regards,

Ron_1st

-- 
aclocal:

63 files

drwxr-xr-x   2 root root   4096 2009-01-25 15:05 .
drwxr-xr-x 278 root root  12288 2009-01-31 03:31 ..
-rw-r--r--   1 root root   2194 2008-03-19 03:26 ac_check_krb5.m4
-rw-r--r--   1 root root   4198 2008-03-12 06:09 alsa.m4
-rw-r--r--   1 root root   6793 2007-12-02 00:49 audiofile.m4
-rw-r--r--   1 root root758 2007-12-13 07:22 codeset.m4
-rw-r--r--   1 root root   6870 2008-02-26 10:20 esd.m4
-rw-r--r--   1 root root   7511 2007-11-13 10:53 fontutil.m4
-rw-r--r--   1 root root   6295 2008-09-11 02:57 freetype2.m4
-rw-r--r--   1 root root  14712 2007-12-13 07:22 gettext.m4
-rw-r--r--   1 root root   8192 2008-09-26 15:10 glib-2.0.m4
-rw-r--r--   1 root root805 2007-12-13 07:22 glibc21.m4
-rw-r--r--   1 root root748 2007-12-13 07:22 glibc2.m4
-rw-r--r--   1 root root  13662 2008-09-26 15:10 glib-gettext.m4
-rw-r--r--   1 root root   2484 2007-11-16 01:56 gpg-error.m4
-rw-r--r--   1 root root   7532 2008-09-26 15:27 gtk-2.0.m4
-rw-r--r--   1 root root   6123 2007-12-13 07:22 iconv.m4
-rw-r--r--   1 root root   2329 2007-12-13 07:22 intdiv0.m4
-rw-r--r--   1 root root910 2007-12-13 07:22 intldir.m4
-rw-r--r--   1 root root  10920 2007-12-13 07:22 intl.m4
-rw-r--r--   1 root root   2421 2007-12-13 07:22 intlmacosx.m4
-rw-r--r--   1 root root  11188 2008-02-29 00:22 intltool.m4
-rw-r--r--   1 root root   1033 2007-12-13 07:22 intmax.m4
-rw-r--r--   1 root root932 2007-12-13 07:22 inttypes_h.m4
-rw-r--r--   1 root root   1130 2007-12-13 07:22 inttypes-pri.m4
-rw-r--r--   1 root root   1284 2007-12-13 07:22 lcmessage.m4
-rw-r--r--   1 root root   9198 2008-02-08 16:05 libcurl.m4
-rw-r--r--   1 root root   4270 2008-01-24 19:53 libFLAC.m4
-rw-r--r--   1 root root   4174 2007-12-07 12:33 libgcrypt.m4
-rw-r--r--   1 root root   7235 2008-12-06 01:09 libgnutls-extra.m4
-rw-r--r--   1 root root   6675 2008-12-06 01:09 libgnutls.m4
-rw-r--r--   1 root root   3417 2007-12-13 07:23 lib-ld.m4
-rw-r--r--   1 root root  29741 2007-12-13 07:23 lib-link.m4
-rw-r--r--   1 root root   8627 2009-01-25 00:01 libmcrypt.m4
-rw-r--r--   1 root root   8625 2005-04-14 09:12 libmcrypt.m4~
-rw-r--r--   1 root root   9203 2007-02-27 12:50 libmikmod.m4
-rw-r--r--   1 root root   6686 2007-12-13 07:23 lib-prefix.m4
-rw-r--r--   1 root root   6573 2007-12-03 12:06 libtasn1.m4
-rw-r--r--   1 root root 239134 2008-02-08 01:54 libtool.m4
-rw-r--r--   1 root root   7880 2008-11-18 20:14 libxml2.m4
-rw-r--r--   1 root root  12435 2007-12-13 07:22 lock.m4
-rw-r--r--   1 root root   4140 2007-12-13 07:22 longlong.m4
-rw-r--r--   1 root root  13284 2008-02-08 01:54 ltdl.m4
-rw-r--r--   1 root root   1206 2007-12-13 07:22 nls.m4
-rw-r--r--   1 root root   3486 2008-01-30 09:44 ogg.m4
-rw-r--r--   1 root root   6916 2005-06-14 11:54 opencdk.m4
-rw-r--r--   1 root root   3367 2007-12-07 23:09 openexr.m4
-rw-r--r--   1 root root   5221 2007-06-20 12:43 pkg.m4
-rw-r--r--   1 root root  18822 2007-12-13 07:22 po.m4
-rw-r--r--   1 root root   1481 2007-12-13 07:22 printf-posix.m4
-rw-r--r--   1 root root   2920 2007-12-13 07:22 progtest.m4
-rw-r--r--   1 root root   6404 2008-01-05 05:52 sdl.m4
-rw-r--r--   1 root root   2651 2007-12-13 07:22 size_max.m4
-rw-r--r--   1 root root   6611 2007-06-22 12:59 smpeg.m4
-rw-r--r--   1 root root908 2007-12-13 07:22 stdint_h.m4
-rw-r--r--   1 root root   1098 2007-12-13 07:22 uintmax_t.m4
-rw-r--r--   1 root root   2136 2007-12-13 07:22 visibility.m4
-rw-r--r--   1 root root   4356 2008-11-28 16:05 vorbis.m4
-rw-r--r--   1 root root726 2007-12-13 07:22 wchar_t.m4
-rw-r--r--   1 root root   8086 2008-12-05 23:52 wine.m4
-rw-r--r--   1 root root967 2007-12-13 07:22 wint_t.m4
-rw-r--r--   1 root root   2387 2007-11-14 12:02 xaw.m4
-rw-r--r--   1 root root  13566 2007-06-05 02:59 xorg-macros.m4
-rw-r--r--   1 root root   1860 2008-06-13 03:21 xorg-server.m4
-rw-r--r--   1 root root   2469 2007-06-05 02:59 xorgversion.m4
-rw-r--r--   1 root root421 2007-12-13 07:22 xsize.m4
-rw-r--r--   1 root root   4914 2007-10-24 21:21 xtrans.m4

aclocal-1.9:

32 files

drwxr-xr-x   2 root root  4096 2009-01-24 04:06 .
drwxr-xr-x 278 root root 12288 2009-01-31 03:31 ..
-rw-r--r--   1 root root   872 2006-12-06 16:55 amversion.m4
-rw-r--r--   1 root root   728 2006-12-06 

Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On samedi 31 janvier 2009, Ron_1st wrote:
  On Friday 30 January 2009, Benoit Minisini wrote:
   On vendredi 30 janvier 2009, Ron_1st wrote:
 
  8==
 
Best regards,
   
Ron_1st
  
   I am going to test from a fresh checkout to understand what happens
   exactly... Wait a moment! :-)
 
  OK
 
  Found some other code related things but first the comile and install.
  Also it kan be of course a (k)ubuntu problem, see answer to charlie
  about aclocal.
 
  Thanks for look and try.
 
 
 
  Best regards,
 
  Ron_1st
 
 I compiled and installed a fresh checkout of trunk, and I got no error at 
 all, 
 and all the warnings I got are normal.
 
 So at the moment, I don't understand what happens on your system.
 
 Did you try to do everything except installation as a normal user?
 

if I give you a ip address will you upload your compiled trunk directory
to my box so I can compare for differences between yours and mine.



It is around 270MByte

 



Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas3

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:
 
  Question to Benoit
  I have 2 directories for aclocal, aclocal and aclocal-1.9
  the configure script refer to the 1.9, does aclocal/automake fall back to
  the aclocal for missing *.m4 files ?
 
 
 I don't know what you are talking about. Where are these two aclocal 
 directories?
 


If I was the only one I could live with and simple drop gambas.
But I'm not only, Charlie has exact the same problem on his box.

It would be nice to find what is wrong, for now and future
because differences between distributions.

And also I do understand it can be possible a (k)ubuntu problem.



Best regards,

Ron_1st

-- 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] gambas3

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote:
 On Saturday 31 January 2009, Benoit Minisini wrote:
  On vendredi 30 janvier 2009, Ron_1st wrote:
   Question to Benoit
   I have 2 directories for aclocal, aclocal and aclocal-1.9
   the configure script refer to the 1.9, does aclocal/automake fall back
   to the aclocal for missing *.m4 files ?
 
  I don't know what you are talking about. Where are these two aclocal
  directories?

 reconf and/or configure use it.



 /usr/share/aclocal
 /usr/share/aclocal-1.9


 # aclocal --version
   aclocal (GNU automake) 1.9.6
 # automake --version
   automake (GNU automake) 1.9.6
 # libtool --version
   ltmain.sh (GNU libtool) 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493
 2008/02/01 16:58:18)






 Best regards,

 Ron_1st

I have the same directories on Mandriva, but an older version. It seems that 
their contents are mutually exclusive, so I think everything is normal there.

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Benoit Minisini
On samedi 31 janvier 2009, Ron_1st wrote:
 On Saturday 31 January 2009, Benoit Minisini wrote:
  On samedi 31 janvier 2009, Ron_1st wrote:
   On Friday 30 January 2009, Benoit Minisini wrote:
On vendredi 30 janvier 2009, Ron_1st wrote:
  
   8==
  
 Best regards,

 Ron_1st
   
I am going to test from a fresh checkout to understand what happens
exactly... Wait a moment! :-)
  
   OK
  
   Found some other code related things but first the comile and install.
   Also it kan be of course a (k)ubuntu problem, see answer to charlie
   about aclocal.
  
   Thanks for look and try.
  
  
  
   Best regards,
  
   Ron_1st
 
  I compiled and installed a fresh checkout of trunk, and I got no error at
  all, and all the warnings I got are normal.
 
  So at the moment, I don't understand what happens on your system.
 
  Did you try to do everything except installation as a normal user?

 if I give you a ip address will you upload your compiled trunk directory
 to my box so I can compare for differences between yours and mine.



 It is around 270MByte





 Best regards,

 Ron_1st

Yes, but I will upload first the /trunk directory after a make clean. It 
will be lighter, and I think that the devil is in the things generated 
by ./reconf-all and ./configure.

Regards,

-- 
Benoit Minisini

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Benoit Minisini wrote:
 On samedi 31 janvier 2009, Ron_1st wrote:
  On Saturday 31 January 2009, Benoit Minisini wrote:
   On samedi 31 janvier 2009, Ron_1st wrote:
On Friday 30 January 2009, Benoit Minisini wrote:
 On vendredi 30 janvier 2009, Ron_1st wrote:
   
8==
   
  Best regards,
 
  Ron_1st

 I am going to test from a fresh checkout to understand what happens
 exactly... Wait a moment! :-)
   
OK
   
Found some other code related things but first the comile and install.
Also it kan be of course a (k)ubuntu problem, see answer to charlie
about aclocal.
   
Thanks for look and try.
   
   
   
Best regards,
   
Ron_1st
  
   I compiled and installed a fresh checkout of trunk, and I got no error at
   all, and all the warnings I got are normal.
  
   So at the moment, I don't understand what happens on your system.
  
   Did you try to do everything except installation as a normal user?
 
  if I give you a ip address will you upload your compiled trunk directory
  to my box so I can compare for differences between yours and mine.
 
 
 
  It is around 270MByte
 
 
 
 
 
  Best regards,
 
  Ron_1st
 
 Yes, but I will upload first the /trunk directory after a make clean. It 
 will be lighter, and I think that the devil is in the things generated 
 by ./reconf-all and ./configure.
 
 Regards,
 

haha devil yes that is true
but that passes at my box atm

I can do two ways

1) you uplaod with fish://name:p...@my-ip into upload directory (disk space)
2) you use ssh acount and i put the svn already in the upload







Best regards,

Ron_1st

-- 


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] svn-compile error part1

2009-01-30 Thread Ron_1st
On Saturday 31 January 2009, Ron_1st wrote:
 On Saturday 31 January 2009, Benoit Minisini wrote:
  On samedi 31 janvier 2009, Ron_1st wrote:
   On Saturday 31 January 2009, Benoit Minisini wrote:
On samedi 31 janvier 2009, Ron_1st wrote:
 On Friday 30 January 2009, Benoit Minisini wrote:
  On vendredi 30 janvier 2009, Ron_1st wrote:

 8==

   Best regards,
  
   Ron_1st
 
  I am going to test from a fresh checkout to understand what happens
  exactly... Wait a moment! :-)

 OK

 Found some other code related things but first the comile and install.
 Also it kan be of course a (k)ubuntu problem, see answer to charlie
 about aclocal.

 Thanks for look and try.



 Best regards,

 Ron_1st
   
I compiled and installed a fresh checkout of trunk, and I got no error 
at
all, and all the warnings I got are normal.
   
So at the moment, I don't understand what happens on your system.
   
Did you try to do everything except installation as a normal user?
  
   if I give you a ip address will you upload your compiled trunk directory
   to my box so I can compare for differences between yours and mine.
  
  
  
   It is around 270MByte
  
  
  
  
  
   Best regards,
  
   Ron_1st
  
  Yes, but I will upload first the /trunk directory after a make clean. It 
  will be lighter, and I think that the devil is in the things generated 
  by ./reconf-all and ./configure.
  
  Regards,
  
 
 haha devil yes that is true
 but that passes at my box atm
 
 I can do two ways
 
 1) you uplaod with fish://name:p...@my-ip into upload directory (disk space)
 2) you use ssh acount and i put the svn already in the upload
 

stupid me. you scp to the upload directory
I would then compare the compiled versions for diffs
however a clean is not bad to have just ~40MB extra
to compare for svn checkout errors on my site.
fresh 1838 is already on the box waiting.

Sleep well.



 
 
 
 Best regards,
 
 Ron_1st
 


Best regards,

Ron_1st

-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user