bugGNU gv - Bugs: bug #13434, gv not compile with Sun WorkShop 6...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13434: gv not compile with Sun WorkShop 6 update 2

Submitter:  None
Submitted:  Fri 17 Jun 2005 02:35:02 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Ready For Test
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None

Fri 01 Aug 2008 06:37:30 AM UTC, comment #4: 

#23972 is a more up to date bug report of compiling GNU gv with visual studio.

Markus Steinborn <msteinbo>
Group administrator
Sun 08 Jun 2008 03:24:10 PM UTC, comment #3: 

If Since todays configure.ac update:

  • if inttypes.h is available: Nothing changed


  • If inttypes.h is not available (ISO C89): you have to supply the configure argument "--with-intptr_t=TYPE". Type may be intptr_t, if this is available on your system. Otherwhise specify an integer type that is as large as an int (if available, otherwise use a larger inegral type and get some warnings). Configure will inform you if you need to specify this option.


Markus Steinborn <msteinbo>
Group administrator
Sat 07 Jun 2008 08:57:07 PM UTC, comment #2: 

I have eliminated warnings from "-std?=c89 -pedantic". Note that for an ISO-C89 Compiler, you must supply "-Dintptr_t=long" in yout CFLAGS at configure time, where you replace long by the type that has the same size as a pointer. If there is none, use a bigger one and get some warnings while compiling.

Markus Steinborn <msteinbo>
Group administrator
Wed 10 Aug 2005 02:11:01 PM UTC, comment #1: 

I cannot find any error while compiling with -std=c89 using gcc. Only several warnings with -Wall about implicit declarations.

So i mark this bug as in-progress until i fix the warning.

Jose E. Marchesi <jemarch>
Fri 17 Jun 2005 02:35:02 PM UTC, original submission:  

cc Sun WorkShop 6 update 2 is (I think) a c89 compiler and the source of gv 3.6.1 seems not to be c89 compliant.
The principal error is the incorrect definition of variables into the body of the functions and not in the beginning of the functions.

For example, it's hard to correct src/ps.c -> psscan.

Anonymous

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by msteinbo (Posted a comment)
  • -email is unavailable- added by jemarch (Updated 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.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-08-01 msteinbo Open/ClosedOpen Closed
    2008-06-07 msteinbo StatusPostponed Ready For Test
        Assigned tojemarch None
    2007-06-28 jemarch StatusIn Progress Postponed
    2005-08-10 jemarch StatusNone In Progress
        Assigned toNone jemarch

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code