bugGNUstep - Bugs: bug #27517, make of base fails for cygwin 1.7

Group
 
 

bug #27517: make of base fails for cygwin 1.7

Submitter:  Riccardo Mottola <rmottola>
Submitted:  Thu 24 Sep 2009 12:59:44 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 27 Sep 2009 09:10:14 AM UTC, comment #5: 

Ok ... I turned off autodependencies on cygwin.

Thanks

Nicola Pero <nico>
Group Member
Sun 27 Sep 2009 09:00:40 AM UTC, comment #4: 

What is happening is that GCC, on cygwin, is generating the autodependency file and using filenames such as

  G:/GNUstep/mingw/include/stdlib.h

in the autodependency file.  Unfortunately GNU make can't really work with filenames that contain a ':'.

I guess the best way to get around this is to disable autodependency files on cygwin.

Thanks

Nicola Pero <nico>
Group Member
Sat 26 Sep 2009 08:55:22 PM UTC, comment #3: 

setting autodependencies to NO made base compilation complete with success

Riccardo Mottola <rmottola>
Group Member
Sat 26 Sep 2009 07:10:08 PM UTC, comment #2: 

upcoming cygwin 1.7 has both gcc3 and gcc4
I installed only gcc4, version 4.3.2

Riccardo Mottola <rmottola>
Group Member
Fri 25 Sep 2009 12:49:35 PM UTC, comment #1: 

What compiler are you using ?

Can you send the file obj/GSCategories.m.d ?

By the way, as a workaround you can edit /usr/GNUstep/System/Library/Makefiles/config.make (or wherever your installed config.make is) and change AUTO_DEPENDENCIES from YES to NO.

Let me know if that hack stops the problem.

Thanks

Nicola Pero <nico>
Group Member
Thu 24 Sep 2009 12:59:44 PM UTC, original submission:  

On the upcoming cygwin 1.7, make in base fails with:

Making all in subprojects of library libgnustep-base...
make[2]: Entering directory `/home/multix/gnustep-cvs/devmodules/core/base/Sourc
e/Additions'
Making all for subproject Additions...
obj/GSCategories.m.d:1: * multiple target patterns.  Stop.
make[2]: * [Additions.all.subproject.variables] Error 2
make[2]: Leaving directory `/home/multix/gnustep-cvs/devmodules/core/base/Source
/Additions'
make[1]: * [libgnustep-base.all.library.variables] Error 2
make[1]: Leaving directory `/home/multix/gnustep-cvs/devmodules/core/base/Source
'

Riccardo Mottola <rmottola>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #18782:  GCDictionary.m.d added by rmottola (12KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by nico (Posted a comment)
  • -email is unavailable- added by rmottola (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-27 nico Open/ClosedOpen Closed
    2009-09-26 rmottola Attached File- Added GCDictionary.m.d, #18782

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code