patchcolor-theme - Patches: patch #7663, Fix compilation (at least on OSX)

 
 

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

patch #7663: Fix compilation (at least on OSX)

Submitter:  Leif Walsh <adlaiff6>
Submitted:  Wed 09 Nov 2011 04:27:53 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Wed 09 Nov 2011 04:27:53 PM UTC, original submission:  

If I download color-theme-6.6.0 and type `make', the load-path is not set up properly when byte-compiling the themes, and it cannot load color-theme.el.  The attached patch fixes this problem.

rm -f themes/*.elc
rm -f ~ .elc color-theme-autoloads.el
cp color-theme-autoloads.in color-theme-autoloads.el
rm -f color-theme-autoloads.elc
Generating autoloads for color-theme.el...
Generating autoloads for color-theme.el...done
Generating autoloads for themes/color-theme-example.el...
Generating autoloads for themes/color-theme-example.el...done
Generating autoloads for themes/color-theme-library.el...
Generating autoloads for themes/color-theme-library.el...done
Wrote /Users/leif/src/color-theme-6.6.0/color-theme-autoloads.el
Byte compiling the autoload file color-theme-autoloads.el
Wrote /Users/leif/src/color-theme-6.6.0/color-theme-autoloads.elc
*****************************************************************
Autoloads up to date. Put the following lines in your configuration
file (~/.emacs for a single user) :


(require 'color-theme-autoload "color-theme-autoloads")


In end of data:
color-theme.el:1669:1:Warning: the following functions are not known to be
    defined: mouse-set-point, color-theme-face-attr-construct,
    set-face-property, color-theme-spec-compat
Wrote /Users/leif/src/color-theme-6.6.0/color-theme.elc

In toplevel form:
themes/color-theme-example.el:2:13:Error: Cannot open load file: color-theme
make: * [themes/color-theme-example.elc] Error 1

Leif Walsh <adlaiff6>

 

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

Attached Files
file #24336:  patch.txt added by adlaiff6 (318B - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by adlaiff6 (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-11-09 adlaiff6 Attached File- Added patch.txt, #24336

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code