Re: A few more newbie questions

2012-04-04 Thread German Arias
2012/4/4, Omar Campos megatho...@gmail.com: Hi all, Now that I've read some of the introductory tutorials, I started to develop my first GNUStep app. Nothing too complicated, of course. In working on it, I've come up to a few doubts. Your input will be of great help. 1. Nicola Pero's

Re: [ANN] HighlighterKit 0.1.2 and Gemas 0.3

2012-02-18 Thread German Arias
2012/2/18 Sašo Kiselkov skiselkov...@gmail.com: On 02/18/2012 11:08 PM, Csanyi Pal wrote: Hi Germán, Sat, 18 Feb 2012 11:47:44 -0600 -n Germán Arias ger...@xelalug.org írta: The source code are hosted in: http://svn.gna.org/viewcvs/gnustep-nonfsf/ I don't have luck with highlighterkit

Re: ProjectCenter start problem

2011-03-21 Thread German Arias
Try make clean and again build and install. I have gNewSense too, but I don't have this problem. 2011/3/20 Paul Tyson phty...@sbcglobal.net: I installed ProjectCenter 0.6.0 on a gNewSense (Ubuntu) system.  I have gnustep-make-2.4.0, gnustep-base-1.20.1, gnustep-gui-0.18.0, and

Re: ProjectCenter start problem

2011-03-21 Thread German Arias
, German Arias wrote: Try make clean and again build and install. I have gNewSense too, but I don't have this problem. 2011/3/20 Paul Tyson phty...@sbcglobal.net: I installed ProjectCenter 0.6.0 on a gNewSense (Ubuntu) system.  I have gnustep-make-2.4.0, gnustep-base-1.20.1, gnustep-gui

Re: Podcasts for GNUste

2010-08-27 Thread German Arias
Stef Bidi escribió: Sounds like a great idea. There used to be at least 1 that I remember on the website, but I can't seem to find it now. You refer this video: http://www.gnustep.org/experience/DevelopmentDemonstration.html Would probably be a good idea to update that tutorial... it taught

Re: Podcasts for GNUstep

2010-08-27 Thread German Arias
I agree to have these on YouTube too. Gregory Casamento escribió: Good idea, it should be in an open format so that it can be downloaded from our site. I would also like it hosted on YouTube or GoogleVideo so that people can access it very easily. GC

Re: Problem with NSOpenGLView

2010-08-22 Thread German Arias
Eric Wasylishen escribió: Hm.. the segfault is in glGetError. It sounds like this bug, where glGetError segfaults if there is no current context (maybe try the example code given there?) https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/318043 This example crash too :( However, there

Re: How do I copy and paste in gcc shell on windows ?

2010-08-22 Thread German Arias
Right click above title bar. Select Edit- Paste gnustepnewbie escribió: Hello, I tried ctrl+V to paste the gcc compile command gcc -o helloworld helloworld.m -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString

Re: Problem with NSOpenGLView

2010-08-22 Thread German Arias
the symlink to libGL.so. I was searching for hours for bugs in my code, not realizing that some default libGL.so was used instead the one of my NVIDIA driver. Cheers, TOM Zitat von German Arias ger...@xelalug.org: Eric Wasylishen escribió: Hm.. the segfault is in glGetError. It sounds like

Re: GNUMail - problem adding IMAP account

2010-08-22 Thread German Arias
Unfortunately GNUmail is unmaintained. And is difficult say if these are bugs or incompatibilities with the latest GNUstep release. Jawahar J. Panchal escribió: Hello, Not sure if this is the best place to ask for help on GNUMail, but after searching around for a bit I still can't find a

Re: Problem with NSOpenGLView

2010-08-21 Thread German Arias
, at 5:20 PM, German Arias wrote: I'm trying to use NSOpenGLView, but I'm facing some problems. And I'm not sure if this is a problem with my GL installation or a problem on GNUstep. I have a simple app: 1) Make a new app with PC. 2) Edit the gorm file: Add a window and a CostomView. 3) Make

Problem with NSOpenGLView

2010-08-20 Thread German Arias
I'm trying to use NSOpenGLView, but I'm facing some problems. And I'm not sure if this is a problem with my GL installation or a problem on GNUstep. I have a simple app: 1) Make a new app with PC. 2) Edit the gorm file: Add a window and a CostomView. 3) Make a subclass of NSOpenGLView. 4) Set

Example WebBookStore1 can't compile

2010-08-15 Thread German Arias
I get the error: Compiling file Main.m ... Compiling file WebBookStore1_main.m ... Linking gswapp WebBookStore1 ... /usr/GNUstep/Local/Library/Libraries/libGSWDatabase.so: undefined reference to `min' /usr/GNUstep/Local/Library/Libraries/libGSWDatabase.so: undefined reference to `max'

Example WebBookStore1 can't compile

2010-08-15 Thread German Arias
I get the error: Compiling file Main.m ... Compiling file WebBookStore1_main.m ... Linking gswapp WebBookStore1 ... /usr/GNUstep/Local/Library/Libraries/libGSWDatabase.so: undefined reference to `min' /usr/GNUstep/Local/Library/Libraries/libGSWDatabase.so: undefined reference to `max'

Re: Example WebBookStore1 can't compile

2010-08-15 Thread German Arias
... Copying resources into the gswapp wrapper... So something is wrong on your machine. Did you source the GNUstep.sh? David Am 14.08.2010 um 23:12 schrieb German Arias: I get the error: Compiling file Main.m ... Compiling file

Re: ProjectCenter 0.5.0 does not work in Windows.

2010-08-14 Thread German Arias
What version of Windows? If you install Gnustep System, GNUstep Core and Gorm, these should work. On the Windows section, there isn't an installer to ProjectCenter because sometimes have problems. Trung Duy Nguyen escribió: I tried to install all the packages in the Windows section:

Example MyGL can't run

2010-08-11 Thread German Arias
The example MyGL compile fine. But openapp doesn't anything. Any error, output... I have installed the headers of OpenGL. Is this a bug on GNUstep or the example is out of date? ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Example MyGL can't run

2010-08-11 Thread German Arias
The example MyGL compile fine. But openapp doesn't anything. Any error, output... I have installed the headers of OpenGL. Is this a bug on GNUstep or the example is out of date? ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org

Re: Example MyGL can't run

2010-08-11 Thread German Arias
if the controller object is being instantiated? Eric On Aug 11, 2010, at 12:51 PM, German Arias wrote: The example MyGL compile fine. But openapp doesn't anything. Any error, output... I have installed the headers of OpenGL. Is this a bug on GNUstep or the example is out of date

Problem with ProjectCenter on Windows XP

2010-08-09 Thread German Arias
I have PC on Windows XP with gnustep from installers (not SVN). But when I try compile a simple app I get the error on the attached image. However, I can compile the app from the shell. Also, I need set make.exe each time I use PC. Anyone have the same problem? Or is something wrong on my

FisicaLab to Mac

2010-08-04 Thread German Arias
There is new package of FisicaLab to Mac in: http://download.savannah.gnu.org/releases-noredirect/fisicalab/FisicaLab-Mac-0.2.tar.gz Unfortunately I can't test this on a Mac because I don't have a Mac. But I hope this package can compile without problem on Mac. This package needs Renaissance.

Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:

2010-08-01 Thread German Arias
csanyi...@gmail.com escribió: I didn't know whether the following warning cause this error? warning: Can not parse XML syscalls information; XML support was\ disabled at compile time. Mayhap I compile gnustep or renaissance without xml support? Any advices will be appreciated! That

Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:

2010-07-31 Thread German Arias
csanyi...@gmail.com escribió: I have installed (with 'emerge renaissance' command) gnustep-libs/renaissance version 0.9.0. I think I did not import Renaissance. How can I do that? With #import Renaissance/Renaissance.h see the documentation:

Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:

2010-07-31 Thread German Arias
csanyi...@gmail.com escribió: The main.m file follows: #include Foundation/Foundation.h #include AppKit/AppKit.h #include Renaissance/Renaissance.h @interface MyDelegate : NSObject {} - (void) applicationDidFinishLaunching: (NSNotification *)not; @end @implementation MyDelegate : NSObject

Re: NSInvalidArgumentException: NSBundle(class) does not recognize loadGSMarkupNamed:owner:

2010-07-30 Thread German Arias
csanyi...@gmail.com escribió: Hi, I have installed GNUstep on Gentoo GNU/Linux (arch: amd64). I installed it using emerge. I have installed Gshisen.app too, and can run it successfully. I'm developing my 'LPT_Interface.app' application. When I run 'openapp ./LPT_Interface.app' I get Error

Re: URGENT: Unable to run PROJECTCenter

2010-07-23 Thread German Arias
manish escribió: Hi, I have installed GNUStep environment as per the Installation advise (gnustep-system-0.25.1-setup + gnustep-core-0.25.0-setup + gnustep-devel-1.1.1-setup + gnustep-cairo-0.22.1-setup). Then I had downloaded the sample GUI applications, and successfully build and run

Re: help to execute GORM ubuntu 10.04 32bits

2010-07-20 Thread German Arias
Eduardo Osorio Armenta escribió: when trying to: make install it replies: ~/prog/objc/Gorm/gorm-1.2.12$ sudo make install GNUmakefile:29: /common.make: No such file or directory GNUmakefile:181: /aggregate.make: No such file or directory GNUmakefile:182: /application.make: No such file or

Re: Can't run ProjectCenter on Debian Squeeze

2010-07-19 Thread German Arias
Paul Chany escribió: 2010-07-17 23:39:56.455 ProjectCenter[9784] Exception occured while loading model: the volatile domain Hungarian already exists 2010-07-17 23:39:56.456 ProjectCenter[9784] Failed to load Gorm 2010-07-17 23:39:56.456 ProjectCenter[9784] Could not load Gorm file:

Re: src questions

2010-07-07 Thread German Arias
Lucas Samaruga escribió: Hello I'm compiling FisicaLab in osx (problems with the gorm file :) But I found some things that don't work in osx. What does it means _([object method])? (the underscore whit surrounding parenthesis that is taken as symbol __). _(A string) this let you get the

[ANN] FisicaLab 0.2

2010-07-06 Thread German Arias
FisicaLab == FicaLab is an educational application to solve physics problems. It comes with full documentation and examples. Available on English and Spanish. What news? === * Kinematics of circular motion (particles) * Static of rigid bodies in 2D. * Heat, calorimetry, ideal gas

Re: [ANN] FisicaLab 0.2

2010-07-06 Thread German Arias
Riccardo Mottola escribió: Hi German, FisicaLab == FicaLab is an educational application to solve physics problems. It comes with full documentation and examples. Available on English and Spanish. compliments for the release! I see it is going strong under windows too, including the

Silver theme

2010-07-06 Thread German Arias
In FisicaLab page I have placed a theme called Silver. For those who want a look more suited to GNOME, KDE, ... desktops. http://download.savannah.gnu.org/releases-noredirect/fisicalab/Silver.theme.tar.gz ___ Discuss-gnustep mailing list

Re: ProjectCenter

2010-07-03 Thread German Arias
Douglas Weaver escribió: I have installed ProjectCenter on Windows 7 logged on as administrator. I can run projectcenter and the main menu pops up as long as I am administrator. When I try to run projectcenter when logged on as my user, the menu does not pop up but I get a process running

Problems with precompiled packages

2010-06-25 Thread German Arias
Before refer my problems, some things: 1) Relative paths in GNUstep.conf, always are taken in reference to /etc/GNUstep/GNUstep.conf. Even if you configure --with-config-file=another path. In fact gnustep-base ignore the specified file with this option. 2) If you target to a GNUstep.conf

Problems with precompiled packages

2010-06-25 Thread German Arias
Before refer my problems, some things: 1) Relative paths in GNUstep.conf, always are taken in reference to /etc/GNUstep/GNUstep.conf. Even if you configure --with-config-file=another path. In fact gnustep-base ignore the specified file with this option. 2) If you target to a GNUstep.conf

Re: Relocatable packages

2010-06-21 Thread German Arias
Thanks for your help. Now I have GNUstep installed on my home directory, and I can work with it without conflict with my standar GNUstep installation. Now I have another question. When I move the gnustep dir to another place on my personal directory, I can work again with this after change the

Relocatable packages

2010-06-19 Thread German Arias
Some questions about relocatable packages: 1) Is possible install gnustep-base in other place than USER, LOCAL, SYSTEM,...? On wiki say that I can use my own GNUstep.conf file. But even when I point other directory to install this (on my personal dir), when I type make install, I get the

gnustep-gnome

2010-06-17 Thread German Arias
Someone know what happened with gnustep-gnome? http://github.com/hansfbaier/gnustep-gnome ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: gnustep-gnome

2010-06-17 Thread German Arias
Thanks Gregory Casamento escribió: It's in the repo under the plugins directory. GC On Jun 16, 2010, at 10:28 PM, German Arias ger...@xelalug.org wrote: Someone know what happened with gnustep-gnome? http://github.com/hansfbaier/gnustep-gnome

gnustep-gnome

2010-06-16 Thread German Arias
Someone know what happened with gnustep-gnome? http://github.com/hansfbaier/gnustep-gnome ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

[ANN] IconManager 0.2

2010-05-20 Thread German Arias
IconManager 0.2 == IconManager is the tool to handle icons and miniwindows on desktops like Gnome, KDE, Xfce,... The package contain the app IMPreferences to configure the tool. What news? === * Fixed an stupid bug with autoreleasepool. * Interface in spanish. Donwload ==

Re: GWorkspace under Startup0.25.0

2010-05-20 Thread German Arias
Try version 0.8.8 in SVN trunk. It works for me. J. Jordan escribió: I got GWorkspace 0.8.6 to complile and load but it has some major UI issues, no arrows on scroll bars, radio buttons invisable, icons offset down about 20 pixels. Better than nothing but not really comfortable. -j

Re: ubuntu and gnustep

2010-05-18 Thread German Arias
Maybe those packages have bugs. Try install GNUstep from source. There are many new features. mohammed tayebi escribió: thank you for your help has solved the problem With regard to ubuntu 8.10 I have installed gnustep from synaptic thank you --- En date de : *Sam 15.5.10, German Arias /ger

Re: ubuntu and gnustep

2010-05-14 Thread German Arias
To the problem with Gorm, try this on a terminal: 1) Run the gnustep script: . /usr/GNUste/System/ 2) write: defaults write NSGlobalDomain GSWorkspaceApplication '' 3) and: make_services To the problem with ubuntu 8.10. I'm not sure. You have GNUstep from packages or from

Re: GNUMail broken (mailboxes problem)

2009-01-03 Thread German Arias
Hi Riccardo, I think that the problem is with the new core release. Because before update, GNUMail worked fine in my machine, but new I am using other mail client. I have the same problem, the inspector doesn't show any inboxes. ___ Discuss-gnustep

Re: How work NSHelpPanel?

2008-12-28 Thread German Arias
Hi, after install Thematic.app Info -- Help... Then, Ink.app run and load the help file. There isn't any Help Panel. ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Re: How work NSHelpPanel?

2008-12-27 Thread German Arias
:-( No, I get the same error 2008-12-26 18:12:19.372 Test2[5361] File NSView.m: 523. In [NSTextView -initWithFrame:] given negative width ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnustep

How work NSHelpPanel?

2008-12-26 Thread German Arias
Hi, I want make a help panel to my app, but I don't know how work this. In Mac dev center there isn't information about this class. In docs.sun.com there is information, but don't work. I do this: I create a new folder with the name English.lproj and, inside, another folder with the name Help.

Re: Installation of GNUstep 1.8

2008-06-03 Thread German Arias
(Excuse my english) Fisrt problem, when the monitor share P: Configuring helper cdebootstrap-helper-apt the installation stop. I try ctrl+alt+del, su, mkdir /target, mount /dev/hda1 /target, cd /target, and continue whit the installation. Second problem, apt-get update, don't work, say something