Re: gEDA-user: suppress command line window in Win32 build

2010-05-01 Thread Peter Clifton
On Thu, 2010-04-29 at 20:46 -0400, Ales Hvezda wrote: [snip] I've got a patch ready for testing (attached), and if you can confirm it works, I'll push it to git HEAD once Ales declares the servers are ready for use again. git on the new server should be ready for use now (all

Re: gEDA-user: suppress command line window in Win32 build

2010-05-01 Thread Ales Hvezda
[snip] Can you post the server's new SSH fingerprint? 2048 d7:07:7f:96:51:11:ab:43:57:0d:fe:92:45:72:e8:93 -Ales ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Duncan Drennan
Hi, Is there a way to suppress the command prompt window in the Win32 builds? Does anyone have any idea what causes that artefact to arise? Thanks, Duncan ___ geda-user mailing list geda-user@moria.seul.org

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread timecop
im guessing something related to the geda is a collection of a bunch of random command line scripts and... anyway, i saw it there last time i bothered trying pcb on windows and i was like lol professional. On Thu, Apr 29, 2010 at 9:01 PM, Duncan Drennan duncan.dren...@gmail.com wrote: Hi, Is

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Peter Clifton
On Thu, 2010-04-29 at 14:01 +0200, Duncan Drennan wrote: Hi, Is there a way to suppress the command prompt window in the Win32 builds? Does anyone have any idea what causes that artefact to arise? Are you building yourself? Just add the -mwindows flag to the linker command line and the

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread timecop
thats not the window he's talking about. how about actually running the windows build. On Thu, Apr 29, 2010 at 9:17 PM, Peter Clifton pc...@cam.ac.uk wrote: On Thu, 2010-04-29 at 14:01 +0200, Duncan Drennan wrote: Hi, Is there a way to suppress the command prompt window in the Win32 builds?

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread timecop
How about fixing it then. On Thu, Apr 29, 2010 at 9:57 PM, Peter Clifton pc...@cam.ac.uk wrote: On Thu, 2010-04-29 at 21:23 +0900, timecop wrote: thats not the window he's talking about. Yes it is. how about actually running the windows build. I'm the one who built it! -- Peter Clifton

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Duncan Drennan
Are you building yourself? Just add the -mwindows flag to the linker command line and the console will go away. Fixing up the Makefiles to add $(MINGW_GUI_LDFLAGS) to the gschem_LDFLAGS variables should fix the issue. (And similar for gattrib). Thanks for the help Peter, I'll have a look

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Peter Clifton
On Thu, 2010-04-29 at 15:23 +0200, Duncan Drennan wrote: Are you building yourself? Just add the -mwindows flag to the linker command line and the console will go away. Fixing up the Makefiles to add $(MINGW_GUI_LDFLAGS) to the gschem_LDFLAGS variables should fix the issue. (And

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Dave McGuire
On Apr 29, 2010, at 8:05 AM, timecop wrote: im guessing something related to the geda is a collection of a bunch of random command line scripts and... anyway, i saw it there last time i bothered trying pcb on windows and i was like lol professional. Those last two words that close together

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Dave McGuire
Ok, timecop, you have a serious attitude problem. Just sayin'. -Dave On Apr 29, 2010, at 8:59 AM, timecop wrote: How about fixing it then. On Thu, Apr 29, 2010 at 9:57 PM, Peter Clifton pc...@cam.ac.uk wrote: On Thu, 2010-04-29 at 21:23 +0900, timecop wrote: thats not the

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Duncan Drennan
I've got a patch ready for testing (attached), and if you can confirm it works, I'll push it to git HEAD once Ales declares the servers are ready for use again. Working as expected - thanks for that. ___ geda-user mailing list

Re: gEDA-user: suppress command line window in Win32 build

2010-04-29 Thread Ales Hvezda
[snip] I've got a patch ready for testing (attached), and if you can confirm it works, I'll push it to git HEAD once Ales declares the servers are ready for use again. git on the new server should be ready for use now (all repositories). Please report any issues, cause I probably