Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: missing xtt/lib/ge/src/pwr_ge_setup.dat

missing xtt/lib/ge/src/pwr_ge_setup.da​t 3 years 4 weeks ago #10968

  • davew
  • davew's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
When building the deb packages from the source code distribution xtt/lib/ge/src/pwr_ge_setup.dat does not make it into $pwr_exe.
The result is no widgets in the Ge palette.

I assume this will be fixed in the next release.
Meanwhile I am running through iterative builds and installs on clean machines whilst developing a working libnodave system so its annoying to say the least.

How can I fix my source tree to resolve this file missing from the deb?
The administrator has disabled public write access.

missing xtt/lib/ge/src/pwr_ge_setup.da​t 3 years 3 weeks ago #10971

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3177
  • Thank you received: 502
  • Karma: 133
Add the file xtt/lib/ge/src/makefile
include $(pwre_dir_symbols)

ifndef variables_mk
 include $(pwre_kroot)/tools/bld/src/variables.mk
endif

ifndef rules_mk
 include $(pwre_kroot)/tools/bld/src/rules.mk
endif

include $(pwre_kroot)/tools/bld/src/lib_generic.mk

copy : $(export_includes) $(l_copy) $(export_pwsg) $(export_meth) \
	$(exe_dir)/pwr_ge_setup.dat | silent

$(exe_dir)/pwr_ge_setup.dat : pwr_ge_setup.dat
	@ echo "Copying $(source)"
	@ cp $(source) $(target)

/Claes
The administrator has disabled public write access.
The following user(s) said Thank You: davew

missing xtt/lib/ge/src/pwr_ge_setup.da​t 3 years 2 weeks ago #10980

  • davew
  • davew's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
  • Karma: 0
Claes,
Thanks for the info.
However that doesn't work fully.
A side effect of that makefile is the tools (co_merge) don't get built when building module xtt.

On a completely clean build
pwre build_all_modules
builds module xtt first and then the merge fails because it didn't build co_merge.

My solution was to change the order of modules in build_kernel in the build script so that rt is done before xtt. Thats kept me moving along for now.
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.695 seconds