package-win32-base-exe error

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
hobbitten
Blank Cone
Blank Cone
Posts: 20
Joined: 02 Jun 2009 19:23

package-win32-base-exe error

Postby hobbitten » 26 Jun 2009 18:51

There is an error in the Makefile for exe. Needed to remove /cygdrive from
elif [ -x "/c/Program Files/NSIS/makensis" ]; path and rm statement rm -Rf $(win32_destdir)/sdk.

Code: Select all

package-win32-base-exe: package-win32-base # Create package # rm -Rf $(win32_destdir)/sdk if makensis -VERSION >/dev/null 2>&1; then \ MAKENSIS="makensis"; \ elif [ -x "/c/Program Files/NSIS/makensis" ]; then \ MAKENSIS="/c/Program\ Files/NSIS/makensis"; \ elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \ MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \ elif wine --version >/dev/null 2>&1; then \ MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \ else \ echo 'Error: cannot locate makensis tool'; exit 1; \ fi; \ eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"


There is also an error with make package-win32-base-exe
vlc.win32.nsi

Code: Select all

Changing directory to: "c:\VLC\vlc\vlc-1.1.0-git" Processing script file: "./vlc-1.1.0-git/vlc.win32.nsi" !include: "languages\declaration.nsh" Var: "Name_Section01" Var: "Name_Section02a" Var: "Name_Section02b" Var: "Name_Section03" Var: "Name_Section04" Var: "Name_Section05" Var: "Name_Section06" Var: "Name_SectionGroupAudio" Var: "Name_SectionGroupVideo" Var: "Name_SectionGroupOther" Var: "Name_Section07" Var: "Name_Section08" Var: "Desc_Section01" Var: "Desc_Section02a" Var: "Desc_Section02b" Var: "Desc_Section03" Var: "Desc_Section04" Var: "Desc_Section05" Var: "Desc_Section06" Var: "Desc_Section07" Var: "Desc_Section08" Var: "Message_AlreadyInstalled" Var: "Name_Section91" Var: "Name_Section92" Var: "Desc_Section91" Var: "Desc_Section92" Var: "ShellAssociation_Play" Var: "ContextMenuEntry_PlayWith" Var: "ContextMenuEntry_AddToPlaylist" Var: "Link_VisitWebsite" Var: "Name_InstTypeRecommended" Var: "Name_InstTypeMinimum" Var: "Name_InstTypeFull" Var: "Action_OnArrivalDVD" Var: "Action_OnArrivalAudioCD" !include: closed: "languages\declaration.nsh" !define: "PRODUCT_NAME"="VLC media player" !define: "VERSION"="@VERSION@" !define: "PRODUCT_VERSION"="@VERSION@" !define: "PRODUCT_GROUP"="VideoLAN" !define: "PRODUCT_PUBLISHER"="VideoLAN Team" !define: "PRODUCT_WEB_SITE"="http://www.videolan.org" !define: "PRODUCT_DIR_REGKEY"="Software\VideoLAN\VLC" !define: "PRODUCT_UNINST_KEY"="Software\Microsoft\Windows\CurrentVersion\Uninstall\VLC media player" !define: "PRODUCT_UNINST_ROOT_KEY"="HKLM" !define: "PRODUCT_ID"="{ea92ef52-afe4-4212-bacb-dfe9fca94cd6}" !define: "MUI_LANGDLL_REGISTRY_ROOT"="HKLM" !define: "MUI_LANGDLL_REGISTRY_KEY"="Software\VideoLAN\VLC" !define: "MUI_LANGDLL_REGISTRY_VALUENAME"="Language" Invalid command: @FILE_LIBVLCCORE_DLL@ Error in script "./vlc-1.1.0-git/vlc.win32.nsi" on line 23 -- aborting creation process make: *** [package-win32-base-exe] Error 1

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: package-win32-base-exe error

Postby VLC_help » 27 Jun 2009 12:14

You should forward these to vlc-devel mailing list.

hobbitten
Blank Cone
Blank Cone
Posts: 20
Joined: 02 Jun 2009 19:23

Re: package-win32-base-exe error

Postby hobbitten » 29 Jun 2009 15:38

It is not development related. I tried posting it on the development forum and got this reply back.


viewtopic.php?f=32&t=61401#p205164
Re: package-win32-base-exe error

Postby j-b on Sat Jun 27, 2009 1:17 pm
Not specific to 1.0.0


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 51 guests